PUT api/SalesOrderLocals/{Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
Required |
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": "7d8699c0-ac55-4a1e-a65b-07eca94bd809",
"TerritoryId": "5ba8fd7f-99e9-4bac-a2ab-764f55c32792",
"CustomerId": "9c1b899b-34b4-4091-bda2-3ff47106c891",
"SalesCallId": "79208e98-6a26-4ccb-b044-e9a6c2497f28",
"OriginalSalesOrderId": "2750cdc3-4291-4249-9a39-b79ee17443b2",
"RouteId": "2953ca3d-f54c-4d0a-bfab-16ab97ea6f78",
"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:38.3142365-05:00",
"ShipMethodId": "sample string 10",
"ProcessNotes": "sample string 11",
"TxnDate": "2025-12-15T23:41:38.3142365-05:00",
"ConfirmationDate": "2025-12-15T23:41:38.3142365-05:00",
"SubmittedShipDate": "2025-12-15T23:41:38.3142365-05:00",
"SubmittedShipMethodId": "sample string 12",
"TotalAmount": "sample string 13",
"Updated": "2025-12-15T23:41:38.3142365-05:00",
"Inserted": "2025-12-15T23:41:38.3142365-05:00",
"SalesTerritoryId": "acc55bac-b666-4252-8692-6cbdb63c0d97",
"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:41:38.3142365-05:00</ConfirmationDate> <CustomerId>9c1b899b-34b4-4091-bda2-3ff47106c891</CustomerId> <Id>7d8699c0-ac55-4a1e-a65b-07eca94bd809</Id> <Inserted>2025-12-15T23:41:38.3142365-05:00</Inserted> <IsDeleted>1</IsDeleted> <Options>Option1</Options> <OriginalSalesOrderId>2750cdc3-4291-4249-9a39-b79ee17443b2</OriginalSalesOrderId> <PONumber>sample string 7</PONumber> <ProcessNotes>sample string 11</ProcessNotes> <RadiusOrderNumber>sample string 6</RadiusOrderNumber> <RepNotes>sample string 8</RepNotes> <RouteId>2953ca3d-f54c-4d0a-bfab-16ab97ea6f78</RouteId> <SalesCallId>79208e98-6a26-4ccb-b044-e9a6c2497f28</SalesCallId> <SalesTerritoryId>acc55bac-b666-4252-8692-6cbdb63c0d97</SalesTerritoryId> <ShipDate>2025-12-15T23:41:38.3142365-05:00</ShipDate> <ShipMethodId>sample string 10</ShipMethodId> <Status>Working</Status> <SubmittedShipDate>2025-12-15T23:41:38.3142365-05:00</SubmittedShipDate> <SubmittedShipMethodId>sample string 12</SubmittedShipMethodId> <TerritoryId>5ba8fd7f-99e9-4bac-a2ab-764f55c32792</TerritoryId> <TotalAmount>sample string 13</TotalAmount> <TxnDate>2025-12-15T23:41:38.3142365-05:00</TxnDate> <Updated>2025-12-15T23:41:38.3142365-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. |