POST v6/salesOrder/save

Add or update information about a Sales Order

Request Information

URI Parameters

None.

Body Parameters

SalesOrderV6Model
NameDescriptionTypeAdditional information
SalesOrderID

Unique identifier of a Sales Order

integer

None.

SalesOrder

The Sales Order number

string

None.

Reference

The reference

string

None.

StatusID

integer

None.

FromLocationID

The ship from location associated with the Sales Order

integer

None.

ToLocationID

The ship to location associated with the Sales Order

integer

None.

CarrierID

The carrier associated with the Sales Order

integer

None.

ShipmentTypeID

The carrier associated with the Sales Order

integer

None.

CustomerPurchaseOrder

The customer purchase order associated with the Sales Order

string

None.

SalesRep1

The sales rep 1 associated with the Sales Order

string

None.

SalesRep2

The sales rep 2 associated with the Sales Order

string

None.

Client

The client associated with the Sales Order

string

None.

OrderDate

The Order date

date

None.

CustomerOrderDate

The Customer Order date

date

None.

PlannedShipDate

The Planned Ship Date

date

None.

ExpectedDeliveryDate

The Expected Delivery Date

date

None.

ActualDeliveryDate

The Actual Delivery Date

date

None.

FreightTerm

string

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "salesOrderID": 1,
  "salesOrder": "sample string 2",
  "reference": "sample string 3",
  "statusID": 4,
  "fromLocationID": 5,
  "toLocationID": 6,
  "carrierID": 7,
  "shipmentTypeID": 8,
  "customerPurchaseOrder": "sample string 9",
  "salesRep1": "sample string 10",
  "salesRep2": "sample string 11",
  "client": "sample string 12",
  "orderDate": "2025-11-08T08:23:02.7864652+00:00",
  "customerOrderDate": "2025-11-08T08:23:02.7864652+00:00",
  "plannedShipDate": "2025-11-08T08:23:02.7864652+00:00",
  "expectedDeliveryDate": "2025-11-08T08:23:02.7864652+00:00",
  "actualDeliveryDate": "2025-11-08T08:23:02.7864652+00:00",
  "freightTerm": "sample string 17",
  "notes": "sample string 18"
}

Response Information

Resource Description

SharedRecordIdModelv6
NameDescriptionTypeAdditional information
RecordId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "recordId": 1
}