POST api/SalesOrders

Request Information

URI Parameters

None.

Body Parameters

SalesOrderData
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

TerritoryId

globally unique identifier

Required

CustomerId

globally unique identifier

Required

RadiusOrderNumber

string

None.

PONumber

string

None.

Options

integer

Required

RepNotes

string

None.

Status

integer

Required

ClientOrderNumber

string

None.

ShipDate

date

None.

ShipMethodId

globally unique identifier

None.

ProcessNotes

string

None.

TxnDate

date

None.

ConfirmationDate

date

None.

SubmittedShipDate

date

None.

SubmittedShipMethodId

globally unique identifier

None.

Identifier

string

None.

Updated

date

None.

IsDeleted

integer

None.

OrdType

integer

None.

Stage

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": "5a43eb80-9791-4a9b-8a71-0b0bf5030a6d",
  "TerritoryId": "3072d205-b2cf-4aac-b930-876067fe1e08",
  "CustomerId": "341d1f40-9a98-4915-be8e-0531ea842daf",
  "RadiusOrderNumber": "sample string 3",
  "PONumber": "sample string 4",
  "Options": 5,
  "RepNotes": "sample string 6",
  "Status": 7,
  "ClientOrderNumber": "sample string 8",
  "ShipDate": "2025-10-26T03:39:25.2606771-04:00",
  "ShipMethodId": "b9d13e48-33e0-4768-98e2-2e639fcc67bd",
  "ProcessNotes": "sample string 11",
  "TxnDate": "2025-10-26T03:39:25.2606771-04:00",
  "ConfirmationDate": "2025-10-26T03:39:25.2606771-04:00",
  "SubmittedShipDate": "2025-10-26T03:39:25.2606771-04:00",
  "SubmittedShipMethodId": "e82cc4bb-b568-41ae-85f2-0252870c1a4d",
  "Identifier": "sample string 12",
  "Updated": "2025-10-26T03:39:25.2606771-04:00",
  "IsDeleted": 1,
  "OrdType": 1,
  "Stage": 1
}

application/xml, text/xml

Sample:
<SalesOrderData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IosWebApi.Models">
  <ClientOrderNumber>sample string 8</ClientOrderNumber>
  <ConfirmationDate>2025-10-26T03:39:25.2606771-04:00</ConfirmationDate>
  <CustomerId>341d1f40-9a98-4915-be8e-0531ea842daf</CustomerId>
  <Id>5a43eb80-9791-4a9b-8a71-0b0bf5030a6d</Id>
  <Identifier>sample string 12</Identifier>
  <IsDeleted>1</IsDeleted>
  <Options>5</Options>
  <OrdType>1</OrdType>
  <PONumber>sample string 4</PONumber>
  <ProcessNotes>sample string 11</ProcessNotes>
  <RadiusOrderNumber>sample string 3</RadiusOrderNumber>
  <RepNotes>sample string 6</RepNotes>
  <ShipDate>2025-10-26T03:39:25.2606771-04:00</ShipDate>
  <ShipMethodId>b9d13e48-33e0-4768-98e2-2e639fcc67bd</ShipMethodId>
  <Stage>1</Stage>
  <Status>7</Status>
  <SubmittedShipDate>2025-10-26T03:39:25.2606771-04:00</SubmittedShipDate>
  <SubmittedShipMethodId>e82cc4bb-b568-41ae-85f2-0252870c1a4d</SubmittedShipMethodId>
  <TerritoryId>3072d205-b2cf-4aac-b930-876067fe1e08</TerritoryId>
  <TxnDate>2025-10-26T03:39:25.2606771-04:00</TxnDate>
  <Updated>2025-10-26T03:39:25.2606771-04:00</Updated>
</SalesOrderData>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.