GET api/ConsignmentOrder?ConsignmentOrderId={ConsignmentOrderId}&IsListWithDetails={IsListWithDetails}&ConsignmentOrderCode={ConsignmentOrderCode}

Get Consignment order list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ConsignmentOrderId

integer

None.

IsListWithDetails

integer

None.

ConsignmentOrderCode

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ConsignmentOrderDataModel
NameDescriptionTypeAdditional information
ConsignmentOrderID

integer

None.

ConsignmentOrderCode

string

None.

ConsignmentOrderDate

date

None.

DeliveryDate

date

None.

ConsignmentCustomerID

integer

None.

FromLocationID

integer

None.

ToLocationID

integer

None.

ConsignmentOrderStatus

integer

None.

Remark

string

None.

Assets

Collection of ConsignmentOrderItemDataModel

None.

Response Formats

application/json, text/json, text/plain, text/html

Sample:
[
  {
    "consignmentOrderID": 1,
    "consignmentOrderCode": "sample string 2",
    "consignmentOrderDate": "2025-07-17T04:00:27.7878898+00:00",
    "deliveryDate": "2025-07-17T04:00:27.7878898+00:00",
    "consignmentCustomerID": 5,
    "fromLocationID": 6,
    "toLocationID": 7,
    "consignmentOrderStatus": 8,
    "remark": "sample string 9",
    "assets": [
      {
        "consignmentOrderID": 1,
        "consignmentOrderProductID": 2,
        "productItemID": 3,
        "productTypeID": 4,
        "productItemCode": "sample string 5",
        "description": "sample string 6",
        "quantity": 7.0,
        "isScanned": 8,
        "rfid": "sample string 9"
      },
      {
        "consignmentOrderID": 1,
        "consignmentOrderProductID": 2,
        "productItemID": 3,
        "productTypeID": 4,
        "productItemCode": "sample string 5",
        "description": "sample string 6",
        "quantity": 7.0,
        "isScanned": 8,
        "rfid": "sample string 9"
      }
    ]
  },
  {
    "consignmentOrderID": 1,
    "consignmentOrderCode": "sample string 2",
    "consignmentOrderDate": "2025-07-17T04:00:27.7878898+00:00",
    "deliveryDate": "2025-07-17T04:00:27.7878898+00:00",
    "consignmentCustomerID": 5,
    "fromLocationID": 6,
    "toLocationID": 7,
    "consignmentOrderStatus": 8,
    "remark": "sample string 9",
    "assets": [
      {
        "consignmentOrderID": 1,
        "consignmentOrderProductID": 2,
        "productItemID": 3,
        "productTypeID": 4,
        "productItemCode": "sample string 5",
        "description": "sample string 6",
        "quantity": 7.0,
        "isScanned": 8,
        "rfid": "sample string 9"
      },
      {
        "consignmentOrderID": 1,
        "consignmentOrderProductID": 2,
        "productItemID": 3,
        "productTypeID": 4,
        "productItemCode": "sample string 5",
        "description": "sample string 6",
        "quantity": 7.0,
        "isScanned": 8,
        "rfid": "sample string 9"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfConsignmentOrderDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel">
  <ConsignmentOrderDataModel>
    <Assets>
      <ConsignmentOrderItemDataModel>
        <ConsignmentOrderID>1</ConsignmentOrderID>
        <ConsignmentOrderProductID>2</ConsignmentOrderProductID>
        <Description>sample string 6</Description>
        <IsScanned>8</IsScanned>
        <ProductItemCode>sample string 5</ProductItemCode>
        <ProductItemID>3</ProductItemID>
        <ProductTypeID>4</ProductTypeID>
        <Quantity>7</Quantity>
        <RFID>sample string 9</RFID>
      </ConsignmentOrderItemDataModel>
      <ConsignmentOrderItemDataModel>
        <ConsignmentOrderID>1</ConsignmentOrderID>
        <ConsignmentOrderProductID>2</ConsignmentOrderProductID>
        <Description>sample string 6</Description>
        <IsScanned>8</IsScanned>
        <ProductItemCode>sample string 5</ProductItemCode>
        <ProductItemID>3</ProductItemID>
        <ProductTypeID>4</ProductTypeID>
        <Quantity>7</Quantity>
        <RFID>sample string 9</RFID>
      </ConsignmentOrderItemDataModel>
    </Assets>
    <ConsignmentCustomerID>5</ConsignmentCustomerID>
    <ConsignmentOrderCode>sample string 2</ConsignmentOrderCode>
    <ConsignmentOrderDate>2025-07-17T04:00:27.7878898+00:00</ConsignmentOrderDate>
    <ConsignmentOrderID>1</ConsignmentOrderID>
    <ConsignmentOrderStatus>8</ConsignmentOrderStatus>
    <DeliveryDate>2025-07-17T04:00:27.7878898+00:00</DeliveryDate>
    <FromLocationID>6</FromLocationID>
    <Remark>sample string 9</Remark>
    <ToLocationID>7</ToLocationID>
  </ConsignmentOrderDataModel>
  <ConsignmentOrderDataModel>
    <Assets>
      <ConsignmentOrderItemDataModel>
        <ConsignmentOrderID>1</ConsignmentOrderID>
        <ConsignmentOrderProductID>2</ConsignmentOrderProductID>
        <Description>sample string 6</Description>
        <IsScanned>8</IsScanned>
        <ProductItemCode>sample string 5</ProductItemCode>
        <ProductItemID>3</ProductItemID>
        <ProductTypeID>4</ProductTypeID>
        <Quantity>7</Quantity>
        <RFID>sample string 9</RFID>
      </ConsignmentOrderItemDataModel>
      <ConsignmentOrderItemDataModel>
        <ConsignmentOrderID>1</ConsignmentOrderID>
        <ConsignmentOrderProductID>2</ConsignmentOrderProductID>
        <Description>sample string 6</Description>
        <IsScanned>8</IsScanned>
        <ProductItemCode>sample string 5</ProductItemCode>
        <ProductItemID>3</ProductItemID>
        <ProductTypeID>4</ProductTypeID>
        <Quantity>7</Quantity>
        <RFID>sample string 9</RFID>
      </ConsignmentOrderItemDataModel>
    </Assets>
    <ConsignmentCustomerID>5</ConsignmentCustomerID>
    <ConsignmentOrderCode>sample string 2</ConsignmentOrderCode>
    <ConsignmentOrderDate>2025-07-17T04:00:27.7878898+00:00</ConsignmentOrderDate>
    <ConsignmentOrderID>1</ConsignmentOrderID>
    <ConsignmentOrderStatus>8</ConsignmentOrderStatus>
    <DeliveryDate>2025-07-17T04:00:27.7878898+00:00</DeliveryDate>
    <FromLocationID>6</FromLocationID>
    <Remark>sample string 9</Remark>
    <ToLocationID>7</ToLocationID>
  </ConsignmentOrderDataModel>
</ArrayOfConsignmentOrderDataModel>

multipart/form-data

Sample:
<ArrayOfConsignmentOrderDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><ConsignmentOrderDataModel><Assets><ConsignmentOrderItemDataModel><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderProductID>2</ConsignmentOrderProductID><Description>sample string 6</Description><IsScanned>8</IsScanned><ProductItemCode>sample string 5</ProductItemCode><ProductItemID>3</ProductItemID><ProductTypeID>4</ProductTypeID><Quantity>7</Quantity><RFID>sample string 9</RFID></ConsignmentOrderItemDataModel><ConsignmentOrderItemDataModel><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderProductID>2</ConsignmentOrderProductID><Description>sample string 6</Description><IsScanned>8</IsScanned><ProductItemCode>sample string 5</ProductItemCode><ProductItemID>3</ProductItemID><ProductTypeID>4</ProductTypeID><Quantity>7</Quantity><RFID>sample string 9</RFID></ConsignmentOrderItemDataModel></Assets><ConsignmentCustomerID>5</ConsignmentCustomerID><ConsignmentOrderCode>sample string 2</ConsignmentOrderCode><ConsignmentOrderDate>2025-07-17T04:00:27.7878898+00:00</ConsignmentOrderDate><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderStatus>8</ConsignmentOrderStatus><DeliveryDate>2025-07-17T04:00:27.7878898+00:00</DeliveryDate><FromLocationID>6</FromLocationID><Remark>sample string 9</Remark><ToLocationID>7</ToLocationID></ConsignmentOrderDataModel><ConsignmentOrderDataModel><Assets><ConsignmentOrderItemDataModel><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderProductID>2</ConsignmentOrderProductID><Description>sample string 6</Description><IsScanned>8</IsScanned><ProductItemCode>sample string 5</ProductItemCode><ProductItemID>3</ProductItemID><ProductTypeID>4</ProductTypeID><Quantity>7</Quantity><RFID>sample string 9</RFID></ConsignmentOrderItemDataModel><ConsignmentOrderItemDataModel><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderProductID>2</ConsignmentOrderProductID><Description>sample string 6</Description><IsScanned>8</IsScanned><ProductItemCode>sample string 5</ProductItemCode><ProductItemID>3</ProductItemID><ProductTypeID>4</ProductTypeID><Quantity>7</Quantity><RFID>sample string 9</RFID></ConsignmentOrderItemDataModel></Assets><ConsignmentCustomerID>5</ConsignmentCustomerID><ConsignmentOrderCode>sample string 2</ConsignmentOrderCode><ConsignmentOrderDate>2025-07-17T04:00:27.7878898+00:00</ConsignmentOrderDate><ConsignmentOrderID>1</ConsignmentOrderID><ConsignmentOrderStatus>8</ConsignmentOrderStatus><DeliveryDate>2025-07-17T04:00:27.7878898+00:00</DeliveryDate><FromLocationID>6</FromLocationID><Remark>sample string 9</Remark><ToLocationID>7</ToLocationID></ConsignmentOrderDataModel></ArrayOfConsignmentOrderDataModel>