A seller can change a team member's job title at any time after the shift is created. For example, the "Bartender" job title can be changed to "Bar server". Any existing shift with that job ID now carries the wage.title
of "Bar server". However, the job_id
remains 1
.
{
"shifts": [
{
"id": "F4TXCQN30D7QG",
"employee_id": "TM89nRVkpARCW66D",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Bartender",
"hourly_rate": {
"amount": 3500,
"currency": "USD"
},
"declared_cash_tip_money": {
"amount": 2250,
"currency": "USD"
},
"job_id": "1",
"tip_eligible": true
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:06:01-08:00",
"updated_at": "2023-05-19T18:06:01-08:00",
"team_member_id": "TM89nRVkpARCW66D"
},
{
"id": "7NEDHJWA2SQW1",
"employee_id": "TMKhulbHJDbTsaY0",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Bartender",
"hourly_rate": {
"amount": 3500,
"currency": "USD"
},
"job_id": "1",
"tip_eligible": true
},
"declared_cash_tip_money": {
"amount": 0,
"currency": "USD"
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:06:00-08:00",
"updated_at": "2023-05-19T18:06:00-08:00",
"team_member_id": "TMKhulbHJDbTsaY0"
},
{
"id": "CK0WV6Y0EKY84",
"employee_id": "TMI5_L2aJKwB4BjY",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Server",
"hourly_rate": {
"amount": 3000,
"currency": "USD"
},
"job_id": "2",
"tip_eligible": true
},
"declared_cash_tip_money": {
"amount": 4500,
"currency": "USD"
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:05:58-08:00",
"updated_at": "2023-05-19T18:05:58-08:00",
"team_member_id": "TMI5_L2aJKwB4BjY"
},
{
"id": "SKXJ0BRHEWEP2",
"employee_id": "TMunHRm_uOvsqQts",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Manager",
"hourly_rate": {
"amount": 3900,
"currency": "USD"
},
"job_id": "3",
"tip_eligible": false
},
"declared_cash_tip_money": {
"amount": 0,
"currency": "USD"
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:05:57-08:00",
"updated_at": "2023-05-19T18:05:57-08:00",
"team_member_id": "TMunHRm_uOvsqQts"
},
{
"id": "T5WXVEA4WYN17",
"employee_id": "TM1dh73UnfQcTuLh",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Manager",
"hourly_rate": {
"amount": 3900,
"currency": "USD"
},
"job_id": "3",
"tip_eligible": false
},
"declared_cash_tip_money": {
"amount": 0,
"currency": "USD"
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:05:55-08:00",
"updated_at": "2023-05-19T18:05:55-08:00",
"team_member_id": "TM1dh73UnfQcTuLh"
},
{
"id": "VVMN1K1F1GMN2",
"employee_id": "TMKK37xgGEINz0FV",
"location_id": "KACM8A41GR60X",
"timezone": "America/Los_Angeles",
"start_at": "2023-05-19T09:00:00-08:00",
"end_at": "2023-05-19T14:00:00-08:00",
"wage": {
"title": "Bartender",
"hourly_rate": {
"amount": 3500,
"currency": "USD"
},
"job_id": "1",
"tip_eligible": true
},
"declared_cash_tip_money": {
"amount": 1500,
"currency": "USD"
},
"status": "CLOSED",
"version": 1,
"created_at": "2023-05-19T18:05:54-08:00",
"updated_at": "2023-05-19T18:05:54-08:00",
"team_member_id": "TMKK37xgGEINz0FV"
},
...
],
"cursor": "MgBkM87tV9237Pamp26hI8E2g4PatKhVaMPlZwAi3MMgEXAMPLE"
}