GET api/SalesOrderLocals

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SalesOrderLocalData
NameDescriptionTypeAdditional 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": "31c3124f-7227-4f47-b2e8-ddeddda73798",
    "TerritoryId": "ab2a727c-f13c-4598-a59d-3d0f9da50013",
    "CustomerId": "1b149fc3-8995-435b-9060-0c0c63a487e0",
    "SalesCallId": "d19cffb4-fec6-4a2a-8ed4-b84edcaaf0b0",
    "OriginalSalesOrderId": "fe697dca-681e-4258-9701-a5f42cd59fb7",
    "RouteId": "31341a95-9a14-4c3a-a927-95adcdefc10e",
    "RadiusOrderNumber": "sample string 6",
    "PONumber": "sample string 7",
    "Options": 1,
    "RepNotes": "sample string 8",
    "Status": 0,
    "ClientOrderNumber": "sample string 9",
    "ShipDate": "2025-10-26T03:36:44.4400479-04:00",
    "ShipMethodId": "sample string 10",
    "ProcessNotes": "sample string 11",
    "TxnDate": "2025-10-26T03:36:44.4400479-04:00",
    "ConfirmationDate": "2025-10-26T03:36:44.4400479-04:00",
    "SubmittedShipDate": "2025-10-26T03:36:44.4400479-04:00",
    "SubmittedShipMethodId": "sample string 12",
    "TotalAmount": "sample string 13",
    "Updated": "2025-10-26T03:36:44.4400479-04:00",
    "Inserted": "2025-10-26T03:36:44.4400479-04:00",
    "SalesTerritoryId": "dbb307f6-4372-4341-90cb-76e14ec62ab9",
    "IsDeleted": 1
  },
  {
    "Id": "31c3124f-7227-4f47-b2e8-ddeddda73798",
    "TerritoryId": "ab2a727c-f13c-4598-a59d-3d0f9da50013",
    "CustomerId": "1b149fc3-8995-435b-9060-0c0c63a487e0",
    "SalesCallId": "d19cffb4-fec6-4a2a-8ed4-b84edcaaf0b0",
    "OriginalSalesOrderId": "fe697dca-681e-4258-9701-a5f42cd59fb7",
    "RouteId": "31341a95-9a14-4c3a-a927-95adcdefc10e",
    "RadiusOrderNumber": "sample string 6",
    "PONumber": "sample string 7",
    "Options": 1,
    "RepNotes": "sample string 8",
    "Status": 0,
    "ClientOrderNumber": "sample string 9",
    "ShipDate": "2025-10-26T03:36:44.4400479-04:00",
    "ShipMethodId": "sample string 10",
    "ProcessNotes": "sample string 11",
    "TxnDate": "2025-10-26T03:36:44.4400479-04:00",
    "ConfirmationDate": "2025-10-26T03:36:44.4400479-04:00",
    "SubmittedShipDate": "2025-10-26T03:36:44.4400479-04:00",
    "SubmittedShipMethodId": "sample string 12",
    "TotalAmount": "sample string 13",
    "Updated": "2025-10-26T03:36:44.4400479-04:00",
    "Inserted": "2025-10-26T03:36:44.4400479-04:00",
    "SalesTerritoryId": "dbb307f6-4372-4341-90cb-76e14ec62ab9",
    "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-10-26T03:36:44.4400479-04:00</ConfirmationDate>
    <CustomerId>1b149fc3-8995-435b-9060-0c0c63a487e0</CustomerId>
    <Id>31c3124f-7227-4f47-b2e8-ddeddda73798</Id>
    <Inserted>2025-10-26T03:36:44.4400479-04:00</Inserted>
    <IsDeleted>1</IsDeleted>
    <Options>Option1</Options>
    <OriginalSalesOrderId>fe697dca-681e-4258-9701-a5f42cd59fb7</OriginalSalesOrderId>
    <PONumber>sample string 7</PONumber>
    <ProcessNotes>sample string 11</ProcessNotes>
    <RadiusOrderNumber>sample string 6</RadiusOrderNumber>
    <RepNotes>sample string 8</RepNotes>
    <RouteId>31341a95-9a14-4c3a-a927-95adcdefc10e</RouteId>
    <SalesCallId>d19cffb4-fec6-4a2a-8ed4-b84edcaaf0b0</SalesCallId>
    <SalesTerritoryId>dbb307f6-4372-4341-90cb-76e14ec62ab9</SalesTerritoryId>
    <ShipDate>2025-10-26T03:36:44.4400479-04:00</ShipDate>
    <ShipMethodId>sample string 10</ShipMethodId>
    <Status>Working</Status>
    <SubmittedShipDate>2025-10-26T03:36:44.4400479-04:00</SubmittedShipDate>
    <SubmittedShipMethodId>sample string 12</SubmittedShipMethodId>
    <TerritoryId>ab2a727c-f13c-4598-a59d-3d0f9da50013</TerritoryId>
    <TotalAmount>sample string 13</TotalAmount>
    <TxnDate>2025-10-26T03:36:44.4400479-04:00</TxnDate>
    <Updated>2025-10-26T03:36:44.4400479-04:00</Updated>
  </SalesOrderLocalData>
  <SalesOrderLocalData>
    <ClientOrderNumber>sample string 9</ClientOrderNumber>
    <ConfirmationDate>2025-10-26T03:36:44.4400479-04:00</ConfirmationDate>
    <CustomerId>1b149fc3-8995-435b-9060-0c0c63a487e0</CustomerId>
    <Id>31c3124f-7227-4f47-b2e8-ddeddda73798</Id>
    <Inserted>2025-10-26T03:36:44.4400479-04:00</Inserted>
    <IsDeleted>1</IsDeleted>
    <Options>Option1</Options>
    <OriginalSalesOrderId>fe697dca-681e-4258-9701-a5f42cd59fb7</OriginalSalesOrderId>
    <PONumber>sample string 7</PONumber>
    <ProcessNotes>sample string 11</ProcessNotes>
    <RadiusOrderNumber>sample string 6</RadiusOrderNumber>
    <RepNotes>sample string 8</RepNotes>
    <RouteId>31341a95-9a14-4c3a-a927-95adcdefc10e</RouteId>
    <SalesCallId>d19cffb4-fec6-4a2a-8ed4-b84edcaaf0b0</SalesCallId>
    <SalesTerritoryId>dbb307f6-4372-4341-90cb-76e14ec62ab9</SalesTerritoryId>
    <ShipDate>2025-10-26T03:36:44.4400479-04:00</ShipDate>
    <ShipMethodId>sample string 10</ShipMethodId>
    <Status>Working</Status>
    <SubmittedShipDate>2025-10-26T03:36:44.4400479-04:00</SubmittedShipDate>
    <SubmittedShipMethodId>sample string 12</SubmittedShipMethodId>
    <TerritoryId>ab2a727c-f13c-4598-a59d-3d0f9da50013</TerritoryId>
    <TotalAmount>sample string 13</TotalAmount>
    <TxnDate>2025-10-26T03:36:44.4400479-04:00</TxnDate>
    <Updated>2025-10-26T03:36:44.4400479-04:00</Updated>
  </SalesOrderLocalData>
</ArrayOfSalesOrderLocalData>