POST v1/partners/{partnerId}/stores/{storeId}/menus/notification
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerId | string |
None. |
|
| storeId | string |
None. |
Body Parameters
MenuNotificationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| menuSyncRequestId | string |
None. |
|
| updatedAt | string |
None. |
|
| status | string |
None. |
|
| error | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"menuSyncRequestId": "sample string 1",
"updatedAt": "sample string 2",
"status": "sample string 3",
"error": "sample string 4"
}
application/xml, text/xml
Sample:
<MenuNotificationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APIIntegration.Models"> <error>sample string 4</error> <menuSyncRequestId>sample string 1</menuSyncRequestId> <status>sample string 3</status> <updatedAt>sample string 2</updatedAt> </MenuNotificationDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |