GET v6/integration/inboundOrders

Request Information

URI Parameters

None.

Body Parameters

IntegrationSpecsModelv6
NameDescriptionTypeAdditional information
BatchSize

integer

None.

Pointer

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "batchSize": 1,
  "pointer": 1
}

Response Information

Resource Description

Collection of IntegrationInboundOrderModelv6
NameDescriptionTypeAdditional information
InboundOrderId

integer

None.

InboundOrder

string

None.

StatusName

string

None.

Reference

string

None.

ExpectedDueDate

date

None.

CollectionDate

date

None.

CancellationDate

date

None.

ChangeOfCollectionDate

date

None.

OriginRequestedCollectionDate

date

None.

Carrier

string

None.

TrailerNumber

string

None.

BOLNumber

string

None.

ShipFrom

string

None.

ShipTo

string

None.

Notes

string

None.

CreatedBy

string

None.

Items

Collection of IntegrationInboundOrderItemModelv6

None.

CreationDate

date

None.

ModifiedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "inboundOrderId": 1,
    "inboundOrder": "sample string 2",
    "statusName": "sample string 3",
    "reference": "sample string 4",
    "expectedDueDate": "2025-11-08T08:28:30.8858078+00:00",
    "collectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "cancellationDate": "2025-11-08T08:28:30.8858078+00:00",
    "changeOfCollectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "originRequestedCollectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "carrier": "sample string 6",
    "trailerNumber": "sample string 7",
    "bolNumber": "sample string 8",
    "shipFrom": "sample string 9",
    "shipTo": "sample string 10",
    "notes": "sample string 11",
    "createdBy": "sample string 12",
    "items": [
      {
        "item": "sample string 1",
        "reasonForReturn": "sample string 2",
        "quantity": 3,
        "pallets": 4,
        "creationDate": "2025-11-08T08:28:30.8868208+00:00",
        "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
      },
      {
        "item": "sample string 1",
        "reasonForReturn": "sample string 2",
        "quantity": 3,
        "pallets": 4,
        "creationDate": "2025-11-08T08:28:30.8868208+00:00",
        "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
      }
    ],
    "creationDate": "2025-11-08T08:28:30.8868208+00:00",
    "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
  },
  {
    "inboundOrderId": 1,
    "inboundOrder": "sample string 2",
    "statusName": "sample string 3",
    "reference": "sample string 4",
    "expectedDueDate": "2025-11-08T08:28:30.8858078+00:00",
    "collectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "cancellationDate": "2025-11-08T08:28:30.8858078+00:00",
    "changeOfCollectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "originRequestedCollectionDate": "2025-11-08T08:28:30.8858078+00:00",
    "carrier": "sample string 6",
    "trailerNumber": "sample string 7",
    "bolNumber": "sample string 8",
    "shipFrom": "sample string 9",
    "shipTo": "sample string 10",
    "notes": "sample string 11",
    "createdBy": "sample string 12",
    "items": [
      {
        "item": "sample string 1",
        "reasonForReturn": "sample string 2",
        "quantity": 3,
        "pallets": 4,
        "creationDate": "2025-11-08T08:28:30.8868208+00:00",
        "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
      },
      {
        "item": "sample string 1",
        "reasonForReturn": "sample string 2",
        "quantity": 3,
        "pallets": 4,
        "creationDate": "2025-11-08T08:28:30.8868208+00:00",
        "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
      }
    ],
    "creationDate": "2025-11-08T08:28:30.8868208+00:00",
    "modifiedDate": "2025-11-08T08:28:30.8868208+00:00"
  }
]