Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This message is returned if a shift is opened at the time of the API call. In this case, the API sends only the message status without the schedule name associated to it.

Code Block
languagejson
{"message":"EXCEPT"}

This status is returned if the API finds an Exceptional event at the time of the API call.

Code Block
languagejson
{"message":"FERIE","holiday_name":"test_holiday"}

This status is returned if the API finds a holiday for the agency at the time of the API call.

Code Block
languagejson
{"message":NOTHING"}

This status is returned if the API doesn’t find any shift schedule attached with that particular business calendar or if the date range specified with the shift schedule does not match.

...