Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 788 Bytes

BatchUpdateMenuResponse.md

File metadata and controls

26 lines (14 loc) · 788 Bytes

BatchUpdateMenuResponse

Properties

Name Type Description Notes
merchantID String The merchant's ID that is in GrabFood's database. [optional]
status StatusEnum The status of this request. [optional]
errors List<MenuEntityError> The error messages when batch update menu record was partial success/fail. `null` when the request was success. [optional]

Enum: StatusEnum

Name Value
SUCCESS "success"
PARTIAL_SUCCESS "partial success"
FAIL "fail"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"