1 changed files with 100 additions and 0 deletions
-
100shifts.json
@ -0,0 +1,100 @@ |
|||
{ |
|||
"data": { |
|||
"availableShifts": { |
|||
"cafe": [ |
|||
{ |
|||
"address": { |
|||
"city": "City", |
|||
"country": "US", |
|||
"phoneNumber": "+1 (855) 3726372", |
|||
"state": "OK", |
|||
"street": "123 Seaseme street", |
|||
"zipcode": "69420" |
|||
}, |
|||
"companyType": "COMPANY", |
|||
"departmentCode": panera_id, |
|||
"departmentName": "panera_id-M2008 City, OK - Seaseme Street", |
|||
"departmentType": "BC", |
|||
"description": "City, OK - Seaseme Street", |
|||
"id": panera_id |
|||
} |
|||
], |
|||
"shifts": [] |
|||
}, |
|||
"currentShifts": { |
|||
"cafe": [ |
|||
{ |
|||
"address": { |
|||
"city": "City", |
|||
"country": "US", |
|||
"phoneNumber": "+1 (855) 3726372", |
|||
"state": "OK", |
|||
"street": "123 Seaseme street", |
|||
"zipcode": "69420" |
|||
}, |
|||
"companyType": "COMPANY", |
|||
"departmentCode": panera_id, |
|||
"departmentName": "panera_id-M2008 City, OK - Seaseme Street", |
|||
"departmentType": "BC", |
|||
"description": "City, OK - Seaseme Street", |
|||
"id": panera_id |
|||
} |
|||
], |
|||
"sh2ifts": [ |
|||
{ |
|||
"breaks": [ |
|||
{ |
|||
"end_time": "2021-04-25T17:30:00", |
|||
"start_time": "2021-04-25T17:00:00" |
|||
} |
|||
], |
|||
"businessDate": "2021-04-25 00:00:00.0", |
|||
"cafeNbr": panera_id, |
|||
"employeeId": 123456, |
|||
"employeeName": "Lastname, Firstname", |
|||
"endDateTime": "2021-04-25 21:00:00.0", |
|||
"groupOrdering": 4, |
|||
"group_name": "Drive Thru", |
|||
"shiftId": 109879981, |
|||
"startDateTime": "2021-04-25 15:00:00.0", |
|||
"workstationId": 42, |
|||
"workstationName": "DT Register 1" |
|||
}, |
|||
{ |
|||
"breaks": [ |
|||
{ |
|||
"end_time": "2021-04-26T17:00:00", |
|||
"start_time": "2021-04-26T16:30:00" |
|||
} |
|||
], |
|||
"businessDate": "2021-04-26 00:00:00.0", |
|||
"cafeNbr": panera_id, |
|||
"employeeId": 123456, |
|||
"employeeName": "Lastname, Firstname", |
|||
"endDateTime": "2021-04-26 22:00:00.0", |
|||
"groupOrdering": 4, |
|||
"group_name": "Drive Thru", |
|||
"shiftId": 109880009, |
|||
"startDateTime": "2021-04-26 16:00:00.0", |
|||
"workstationId": 42, |
|||
"workstationName": "DT Register 1" |
|||
} |
|||
] |
|||
}, |
|||
"track": { |
|||
"associateRequestStatus": [], |
|||
"postCoverStatus": [], |
|||
"tradeStatus": { |
|||
"from": [], |
|||
"to": [] |
|||
} |
|||
} |
|||
}, |
|||
"error": null, |
|||
"errorCode": null, |
|||
"message": null, |
|||
"path": "/associate/123456/shifts", |
|||
"statusCode": 200, |
|||
"success": true, |
|||
"timeStamp": 1619313737265 |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue