POST v6/inboundorder/save

Request Information

URI Parameters

None.

Body Parameters

InboundOrderV6Model
NameDescriptionTypeAdditional information
InboundOrderID

Unique identifier of a Inbound Order

integer

None.

InboundOrder

string

None.

StatusID

integer

None.

FromLocationID

Location

integer

None.

ToLocationID

Location

integer

None.

ExpectedDueDate

The Inbound Order due date

date

None.

Reference

string

None.

CarrierID

integer

None.

CancellationDate

date

None.

CollectionDate

date

None.

ChangeOfCollectionDate

date

None.

OriginRequestedCollectionDate

date

None.

Notes

string

None.

BOLNumber

string

None.

TrailerNumber

string

None.

Request Formats

application/json, text/json

Sample:
{
  "inboundOrderID": 1,
  "inboundOrder": "sample string 2",
  "statusID": 3,
  "fromLocationID": 4,
  "toLocationID": 5,
  "expectedDueDate": "2025-11-08T10:10:46.6583469+00:00",
  "reference": "sample string 7",
  "carrierID": 8,
  "cancellationDate": "2025-11-08T10:10:46.6583469+00:00",
  "collectionDate": "2025-11-08T10:10:46.6583469+00:00",
  "changeOfCollectionDate": "2025-11-08T10:10:46.6583469+00:00",
  "originRequestedCollectionDate": "2025-11-08T10:10:46.6583469+00:00",
  "notes": "sample string 9",
  "bolNumber": "sample string 10",
  "trailerNumber": "sample string 11"
}

Response Information

Resource Description

SharedRecordIdModelv6
NameDescriptionTypeAdditional information
RecordId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "recordId": 1
}