GET api/SalesOrderLocals/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "4e91d669-3492-42de-8c6b-b5a9c48b4ad0",
"TerritoryId": "bccfe495-85a1-4922-bcb9-bcfa978a49c6",
"CustomerId": "95879d1a-3d61-4d69-b0d5-89c04e458d34",
"SalesCallId": "4a404d56-d025-4199-acb0-33834c9c9603",
"OriginalSalesOrderId": "0bbc6554-7eca-4b6a-bc15-4bb0d6d757e6",
"RouteId": "0202c3fa-26ef-45f7-91ed-8eca972eb86e",
"RadiusOrderNumber": "sample string 6",
"PONumber": "sample string 7",
"Options": 1,
"RepNotes": "sample string 8",
"Status": 0,
"ClientOrderNumber": "sample string 9",
"ShipDate": "2025-12-15T23:42:54.9670588-05:00",
"ShipMethodId": "sample string 10",
"ProcessNotes": "sample string 11",
"TxnDate": "2025-12-15T23:42:54.9670588-05:00",
"ConfirmationDate": "2025-12-15T23:42:54.9670588-05:00",
"SubmittedShipDate": "2025-12-15T23:42:54.9670588-05:00",
"SubmittedShipMethodId": "sample string 12",
"TotalAmount": "sample string 13",
"Updated": "2025-12-15T23:42:54.9670588-05:00",
"Inserted": "2025-12-15T23:42:54.9670588-05:00",
"SalesTerritoryId": "8f340a91-26c5-4964-b2a0-8055852892d0",
"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:42:54.9670588-05:00</ConfirmationDate> <CustomerId>95879d1a-3d61-4d69-b0d5-89c04e458d34</CustomerId> <Id>4e91d669-3492-42de-8c6b-b5a9c48b4ad0</Id> <Inserted>2025-12-15T23:42:54.9670588-05:00</Inserted> <IsDeleted>1</IsDeleted> <Options>Option1</Options> <OriginalSalesOrderId>0bbc6554-7eca-4b6a-bc15-4bb0d6d757e6</OriginalSalesOrderId> <PONumber>sample string 7</PONumber> <ProcessNotes>sample string 11</ProcessNotes> <RadiusOrderNumber>sample string 6</RadiusOrderNumber> <RepNotes>sample string 8</RepNotes> <RouteId>0202c3fa-26ef-45f7-91ed-8eca972eb86e</RouteId> <SalesCallId>4a404d56-d025-4199-acb0-33834c9c9603</SalesCallId> <SalesTerritoryId>8f340a91-26c5-4964-b2a0-8055852892d0</SalesTerritoryId> <ShipDate>2025-12-15T23:42:54.9670588-05:00</ShipDate> <ShipMethodId>sample string 10</ShipMethodId> <Status>Working</Status> <SubmittedShipDate>2025-12-15T23:42:54.9670588-05:00</SubmittedShipDate> <SubmittedShipMethodId>sample string 12</SubmittedShipMethodId> <TerritoryId>bccfe495-85a1-4922-bcb9-bcfa978a49c6</TerritoryId> <TotalAmount>sample string 13</TotalAmount> <TxnDate>2025-12-15T23:42:54.9670588-05:00</TxnDate> <Updated>2025-12-15T23:42:54.9670588-05:00</Updated> </SalesOrderLocalData>