GET api/SalesOrderLocals/GetAllItems
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of 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. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "eb6a3b78-6f40-43f0-bf75-b490a0e2f9a8",
"TerritoryId": "06d478c3-ff29-487f-a585-f16e22abb92d",
"CustomerId": "60454d76-d457-4aa6-9b99-dfef91b338cc",
"SalesCallId": "834cf56a-6cb8-4c12-be42-574d2375b516",
"OriginalSalesOrderId": "e0137981-85be-46fc-a143-3b310b9508c0",
"RouteId": "28b527df-48ce-4c0b-b84a-ffe154428ccd",
"RadiusOrderNumber": "sample string 6",
"PONumber": "sample string 7",
"Options": 1,
"RepNotes": "sample string 8",
"Status": 0,
"ClientOrderNumber": "sample string 9",
"ShipDate": "2025-12-15T23:41:37.4061202-05:00",
"ShipMethodId": "sample string 10",
"ProcessNotes": "sample string 11",
"TxnDate": "2025-12-15T23:41:37.4061202-05:00",
"ConfirmationDate": "2025-12-15T23:41:37.4061202-05:00",
"SubmittedShipDate": "2025-12-15T23:41:37.4061202-05:00",
"SubmittedShipMethodId": "sample string 12",
"TotalAmount": "sample string 13",
"Updated": "2025-12-15T23:41:37.4061202-05:00",
"Inserted": "2025-12-15T23:41:37.4061202-05:00",
"SalesTerritoryId": "973411a8-a437-4b57-ad67-2d12c68fd960",
"IsDeleted": 1
},
{
"Id": "eb6a3b78-6f40-43f0-bf75-b490a0e2f9a8",
"TerritoryId": "06d478c3-ff29-487f-a585-f16e22abb92d",
"CustomerId": "60454d76-d457-4aa6-9b99-dfef91b338cc",
"SalesCallId": "834cf56a-6cb8-4c12-be42-574d2375b516",
"OriginalSalesOrderId": "e0137981-85be-46fc-a143-3b310b9508c0",
"RouteId": "28b527df-48ce-4c0b-b84a-ffe154428ccd",
"RadiusOrderNumber": "sample string 6",
"PONumber": "sample string 7",
"Options": 1,
"RepNotes": "sample string 8",
"Status": 0,
"ClientOrderNumber": "sample string 9",
"ShipDate": "2025-12-15T23:41:37.4061202-05:00",
"ShipMethodId": "sample string 10",
"ProcessNotes": "sample string 11",
"TxnDate": "2025-12-15T23:41:37.4061202-05:00",
"ConfirmationDate": "2025-12-15T23:41:37.4061202-05:00",
"SubmittedShipDate": "2025-12-15T23:41:37.4061202-05:00",
"SubmittedShipMethodId": "sample string 12",
"TotalAmount": "sample string 13",
"Updated": "2025-12-15T23:41:37.4061202-05:00",
"Inserted": "2025-12-15T23:41:37.4061202-05:00",
"SalesTerritoryId": "973411a8-a437-4b57-ad67-2d12c68fd960",
"IsDeleted": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSalesOrderLocalData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
<SalesOrderLocalData>
<ClientOrderNumber>sample string 9</ClientOrderNumber>
<ConfirmationDate>2025-12-15T23:41:37.4061202-05:00</ConfirmationDate>
<CustomerId>60454d76-d457-4aa6-9b99-dfef91b338cc</CustomerId>
<Id>eb6a3b78-6f40-43f0-bf75-b490a0e2f9a8</Id>
<Inserted>2025-12-15T23:41:37.4061202-05:00</Inserted>
<IsDeleted>1</IsDeleted>
<Options>Option1</Options>
<OriginalSalesOrderId>e0137981-85be-46fc-a143-3b310b9508c0</OriginalSalesOrderId>
<PONumber>sample string 7</PONumber>
<ProcessNotes>sample string 11</ProcessNotes>
<RadiusOrderNumber>sample string 6</RadiusOrderNumber>
<RepNotes>sample string 8</RepNotes>
<RouteId>28b527df-48ce-4c0b-b84a-ffe154428ccd</RouteId>
<SalesCallId>834cf56a-6cb8-4c12-be42-574d2375b516</SalesCallId>
<SalesTerritoryId>973411a8-a437-4b57-ad67-2d12c68fd960</SalesTerritoryId>
<ShipDate>2025-12-15T23:41:37.4061202-05:00</ShipDate>
<ShipMethodId>sample string 10</ShipMethodId>
<Status>Working</Status>
<SubmittedShipDate>2025-12-15T23:41:37.4061202-05:00</SubmittedShipDate>
<SubmittedShipMethodId>sample string 12</SubmittedShipMethodId>
<TerritoryId>06d478c3-ff29-487f-a585-f16e22abb92d</TerritoryId>
<TotalAmount>sample string 13</TotalAmount>
<TxnDate>2025-12-15T23:41:37.4061202-05:00</TxnDate>
<Updated>2025-12-15T23:41:37.4061202-05:00</Updated>
</SalesOrderLocalData>
<SalesOrderLocalData>
<ClientOrderNumber>sample string 9</ClientOrderNumber>
<ConfirmationDate>2025-12-15T23:41:37.4061202-05:00</ConfirmationDate>
<CustomerId>60454d76-d457-4aa6-9b99-dfef91b338cc</CustomerId>
<Id>eb6a3b78-6f40-43f0-bf75-b490a0e2f9a8</Id>
<Inserted>2025-12-15T23:41:37.4061202-05:00</Inserted>
<IsDeleted>1</IsDeleted>
<Options>Option1</Options>
<OriginalSalesOrderId>e0137981-85be-46fc-a143-3b310b9508c0</OriginalSalesOrderId>
<PONumber>sample string 7</PONumber>
<ProcessNotes>sample string 11</ProcessNotes>
<RadiusOrderNumber>sample string 6</RadiusOrderNumber>
<RepNotes>sample string 8</RepNotes>
<RouteId>28b527df-48ce-4c0b-b84a-ffe154428ccd</RouteId>
<SalesCallId>834cf56a-6cb8-4c12-be42-574d2375b516</SalesCallId>
<SalesTerritoryId>973411a8-a437-4b57-ad67-2d12c68fd960</SalesTerritoryId>
<ShipDate>2025-12-15T23:41:37.4061202-05:00</ShipDate>
<ShipMethodId>sample string 10</ShipMethodId>
<Status>Working</Status>
<SubmittedShipDate>2025-12-15T23:41:37.4061202-05:00</SubmittedShipDate>
<SubmittedShipMethodId>sample string 12</SubmittedShipMethodId>
<TerritoryId>06d478c3-ff29-487f-a585-f16e22abb92d</TerritoryId>
<TotalAmount>sample string 13</TotalAmount>
<TxnDate>2025-12-15T23:41:37.4061202-05:00</TxnDate>
<Updated>2025-12-15T23:41:37.4061202-05:00</Updated>
</SalesOrderLocalData>
</ArrayOfSalesOrderLocalData>