POST api/MobileOrdering/SyncOrder
Request Information
URI Parameters
None.
Body Parameters
MobileOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderNumber | string |
None. |
|
| CustomerId | integer |
None. |
|
| OrderDate | date |
None. |
|
| RequiredDate | date |
None. |
|
| Status | string |
None. |
|
| PurchaseOrderNumber | string |
None. |
|
| Comment | string |
None. |
|
| SyncGuid | globally unique identifier |
None. |
|
| OrderLines | Collection of MobileOrderLineModel |
None. |
|
| AppUserId | integer |
None. |
|
| Id | integer |
None. |
|
| OldId | integer |
None. |
|
| ConcurTimeStamp | Collection of byte |
None. |
|
| RowVersion | Object |
None. |
|
| RowVersionNumeric | integer |
None. |
|
| DeletedDate | date |
None. |
|
| ValidationErrors | Collection of string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
MobileReturnResponseOfMobileOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Response | MobileResponseModel |
None. |
|
| Data | MobileOrderModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"_Response": {
"_Result": true,
"_ErrorMessage": "sample string 2",
"_ShowDialog": true
},
"_Data": null
}
application/xml, text/xml
Sample:
<MobileReturnResponseOfMobileOrderModel2_PY0mizd xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FreshPackMultiProduce.BusinessObjects">
<_Data i:nil="true" />
<_Response>
<_ErrorMessage>sample string 2</_ErrorMessage>
<_Result>true</_Result>
<_ShowDialog>true</_ShowDialog>
</_Response>
</MobileReturnResponseOfMobileOrderModel2_PY0mizd>