You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

100 lines
3.6 KiB

  1. {
  2. "data": {
  3. "availableShifts": {
  4. "cafe": [
  5. {
  6. "address": {
  7. "city": "City",
  8. "country": "US",
  9. "phoneNumber": "+1 (855) 3726372",
  10. "state": "OK",
  11. "street": "123 Seaseme street",
  12. "zipcode": "69420"
  13. },
  14. "companyType": "COMPANY",
  15. "departmentCode": panera_id,
  16. "departmentName": "panera_id-M2008 City, OK - Seaseme Street",
  17. "departmentType": "BC",
  18. "description": "City, OK - Seaseme Street",
  19. "id": panera_id
  20. }
  21. ],
  22. "shifts": []
  23. },
  24. "currentShifts": {
  25. "cafe": [
  26. {
  27. "address": {
  28. "city": "City",
  29. "country": "US",
  30. "phoneNumber": "+1 (855) 3726372",
  31. "state": "OK",
  32. "street": "123 Seaseme street",
  33. "zipcode": "69420"
  34. },
  35. "companyType": "COMPANY",
  36. "departmentCode": panera_id,
  37. "departmentName": "panera_id-M2008 City, OK - Seaseme Street",
  38. "departmentType": "BC",
  39. "description": "City, OK - Seaseme Street",
  40. "id": panera_id
  41. }
  42. ],
  43. "sh2ifts": [
  44. {
  45. "breaks": [
  46. {
  47. "end_time": "2021-04-25T17:30:00",
  48. "start_time": "2021-04-25T17:00:00"
  49. }
  50. ],
  51. "businessDate": "2021-04-25 00:00:00.0",
  52. "cafeNbr": panera_id,
  53. "employeeId": 123456,
  54. "employeeName": "Lastname, Firstname",
  55. "endDateTime": "2021-04-25 21:00:00.0",
  56. "groupOrdering": 4,
  57. "group_name": "Drive Thru",
  58. "shiftId": 109879981,
  59. "startDateTime": "2021-04-25 15:00:00.0",
  60. "workstationId": 42,
  61. "workstationName": "DT Register 1"
  62. },
  63. {
  64. "breaks": [
  65. {
  66. "end_time": "2021-04-26T17:00:00",
  67. "start_time": "2021-04-26T16:30:00"
  68. }
  69. ],
  70. "businessDate": "2021-04-26 00:00:00.0",
  71. "cafeNbr": panera_id,
  72. "employeeId": 123456,
  73. "employeeName": "Lastname, Firstname",
  74. "endDateTime": "2021-04-26 22:00:00.0",
  75. "groupOrdering": 4,
  76. "group_name": "Drive Thru",
  77. "shiftId": 109880009,
  78. "startDateTime": "2021-04-26 16:00:00.0",
  79. "workstationId": 42,
  80. "workstationName": "DT Register 1"
  81. }
  82. ]
  83. },
  84. "track": {
  85. "associateRequestStatus": [],
  86. "postCoverStatus": [],
  87. "tradeStatus": {
  88. "from": [],
  89. "to": []
  90. }
  91. }
  92. },
  93. "error": null,
  94. "errorCode": null,
  95. "message": null,
  96. "path": "/associate/123456/shifts",
  97. "statusCode": 200,
  98. "success": true,
  99. "timeStamp": 1619313737265
  100. }