Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 972 Bytes

MenuSyncResponse.md

File metadata and controls

29 lines (16 loc) · 972 Bytes

MenuSyncResponse

Properties

Name Type Description Notes
createdTime OffsetDateTime The Unix time the specified menu was created in GrabFood's database.
updatedTime OffsetDateTime The Unix time the specified menu was created in GrabFood's database.
code CodeEnum The status code for this request. See Menu sync response statuses for more information.
errors List<String> An array of strings of error message. [optional]
sections List<MenuSyncFail> [optional]

Enum: CodeEnum

Name Value
SUCCESS "Success"
PARTIAL_SUCCESS "PartialSuccess"
IN_QUEUING "InQueuing"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"