POST order/{remoteId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| remoteId | string |
Required |
Body Parameters
OrderPayload| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
None. |
|
| code | string |
None. |
|
| comments | Comments |
None. |
|
| createdAt | string |
None. |
|
| customer | Customer |
None. |
|
| delivery | Delivery |
None. |
|
| discounts | Collection of Discount |
None. |
|
| expeditionType | string |
None. |
|
| expiryDate | string |
None. |
|
| extraParameters | ExtraParameters |
None. |
|
| localInfo | LocalInfo |
None. |
|
| payment | Payment |
None. |
|
| test | boolean |
None. |
|
| shortCode | string |
None. |
|
| preOrder | boolean |
None. |
|
| pickup | Object |
None. |
|
| platformRestaurant | PlatformRestaurant |
None. |
|
| price | Price |
None. |
|
| products | Collection of Product |
None. |
|
| corporateOrder | boolean |
None. |
|
| corporateTaxId | string |
None. |
|
| integrationInfo | IntegrationInfo |
None. |
|
| mobileOrder | boolean |
None. |
|
| webOrder | boolean |
None. |
|
| vouchers | Collection of Object |
None. |
|
| callbackUrls | CallbackUrls |
None. |
Request Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.