POST api/SalesOrderLocals
Request Information
URI Parameters
None.
Body Parameters
SalesOrderLocalData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| TerritoryId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| SalesCallId | globally unique identifier |
None. |
|
| OriginalSalesOrderId | globally unique identifier |
None. |
|
| RouteId | globally unique identifier |
None. |
|
| RadiusOrderNumber | string |
None. |
|
| PONumber | string |
None. |
|
| Options | OrderOptions |
None. |
|
| RepNotes | string |
None. |
|
| Status | OrderStatus |
None. |
|
| ClientOrderNumber | string |
None. |
|
| ShipDate | date |
None. |
|
| ShipMethodId | string |
None. |
|
| ProcessNotes | string |
None. |
|
| TxnDate | date |
None. |
|
| ConfirmationDate | date |
None. |
|
| SubmittedShipDate | date |
None. |
|
| SubmittedShipMethodId | string |
None. |
|
| TotalAmount | string |
None. |
|
| Updated | date |
None. |
|
| Inserted | date |
None. |
|
| SalesTerritoryId | globally unique identifier |
None. |
|
| IsDeleted | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "d31e3f84-812a-48ab-9cc7-e93281e5836f",
"TerritoryId": "469eb29f-29f9-4d83-b8d1-d038bf0a66f5",
"CustomerId": "e5236f39-2e84-457d-a360-0140e101e045",
"SalesCallId": "168e80e3-3dd5-4ddd-b63f-67dd2b5810bf",
"OriginalSalesOrderId": "5dc68756-c009-4b90-8815-c3639abf6748",
"RouteId": "bb752d68-00ac-4053-98de-edb41536c10b",
"RadiusOrderNumber": "sample string 6",
"PONumber": "sample string 7",
"Options": 1,
"RepNotes": "sample string 8",
"Status": 0,
"ClientOrderNumber": "sample string 9",
"ShipDate": "2025-12-15T23:37:22.6305597-05:00",
"ShipMethodId": "sample string 10",
"ProcessNotes": "sample string 11",
"TxnDate": "2025-12-15T23:37:22.6305597-05:00",
"ConfirmationDate": "2025-12-15T23:37:22.6305597-05:00",
"SubmittedShipDate": "2025-12-15T23:37:22.6305597-05:00",
"SubmittedShipMethodId": "sample string 12",
"TotalAmount": "sample string 13",
"Updated": "2025-12-15T23:37:22.6305597-05:00",
"Inserted": "2025-12-15T23:37:22.6305597-05:00",
"SalesTerritoryId": "2b4baf43-88d3-4dbc-89f9-16164028415b",
"IsDeleted": 1
}
application/xml, text/xml
Sample:
<SalesOrderLocalData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models"> <ClientOrderNumber>sample string 9</ClientOrderNumber> <ConfirmationDate>2025-12-15T23:37:22.6305597-05:00</ConfirmationDate> <CustomerId>e5236f39-2e84-457d-a360-0140e101e045</CustomerId> <Id>d31e3f84-812a-48ab-9cc7-e93281e5836f</Id> <Inserted>2025-12-15T23:37:22.6305597-05:00</Inserted> <IsDeleted>1</IsDeleted> <Options>Option1</Options> <OriginalSalesOrderId>5dc68756-c009-4b90-8815-c3639abf6748</OriginalSalesOrderId> <PONumber>sample string 7</PONumber> <ProcessNotes>sample string 11</ProcessNotes> <RadiusOrderNumber>sample string 6</RadiusOrderNumber> <RepNotes>sample string 8</RepNotes> <RouteId>bb752d68-00ac-4053-98de-edb41536c10b</RouteId> <SalesCallId>168e80e3-3dd5-4ddd-b63f-67dd2b5810bf</SalesCallId> <SalesTerritoryId>2b4baf43-88d3-4dbc-89f9-16164028415b</SalesTerritoryId> <ShipDate>2025-12-15T23:37:22.6305597-05:00</ShipDate> <ShipMethodId>sample string 10</ShipMethodId> <Status>Working</Status> <SubmittedShipDate>2025-12-15T23:37:22.6305597-05:00</SubmittedShipDate> <SubmittedShipMethodId>sample string 12</SubmittedShipMethodId> <TerritoryId>469eb29f-29f9-4d83-b8d1-d038bf0a66f5</TerritoryId> <TotalAmount>sample string 13</TotalAmount> <TxnDate>2025-12-15T23:37:22.6305597-05:00</TxnDate> <Updated>2025-12-15T23:37:22.6305597-05:00</Updated> </SalesOrderLocalData>
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. |