GET api/ConsignmentDelivery?ConsignmentDeliveryId={ConsignmentDeliveryId}&IsListWithDetails={IsListWithDetails}&ConsignmentDeliveryCode={ConsignmentDeliveryCode}
Get Consignment Delivery
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ConsignmentDeliveryId | integer |
None. |
|
IsListWithDetails | integer |
None. |
|
ConsignmentDeliveryCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ConsignmentDeliveryDataModelName | Description | Type | Additional information |
---|---|---|---|
ConsignmentDeliveryID | integer |
None. |
|
ConsignmentOrderID | integer |
None. |
|
ConsignmentDeliveryCode | string |
None. |
|
ConsignmentDeliveryDate | date |
None. |
|
ConsignmentCustomerID | integer |
None. |
|
FromLocationID | integer |
None. |
|
ToLocationID | integer |
None. |
|
ConsignmentDeliveryStatus | integer |
None. |
|
Remark | string |
None. |
|
Assets | Collection of ConsignmentDeliveryItemDataModel |
None. |
Response Formats
application/json, text/json, text/plain, text/html
Sample:
[ { "consignmentDeliveryID": 1, "consignmentOrderID": 2, "consignmentDeliveryCode": "sample string 3", "consignmentDeliveryDate": "2025-07-17T03:58:08.9484257+00:00", "consignmentCustomerID": 5, "fromLocationID": 6, "toLocationID": 7, "consignmentDeliveryStatus": 8, "remark": "sample string 9", "assets": [ { "consignmentDeliveryID": 1, "consignmentDeliveryProductID": 2, "productItemID": 3, "productTypeID": 4, "productItemCode": "sample string 5", "description": "sample string 6", "quantity": 7.0, "isScanned": 8, "rfid": "sample string 9" }, { "consignmentDeliveryID": 1, "consignmentDeliveryProductID": 2, "productItemID": 3, "productTypeID": 4, "productItemCode": "sample string 5", "description": "sample string 6", "quantity": 7.0, "isScanned": 8, "rfid": "sample string 9" } ] }, { "consignmentDeliveryID": 1, "consignmentOrderID": 2, "consignmentDeliveryCode": "sample string 3", "consignmentDeliveryDate": "2025-07-17T03:58:08.9484257+00:00", "consignmentCustomerID": 5, "fromLocationID": 6, "toLocationID": 7, "consignmentDeliveryStatus": 8, "remark": "sample string 9", "assets": [ { "consignmentDeliveryID": 1, "consignmentDeliveryProductID": 2, "productItemID": 3, "productTypeID": 4, "productItemCode": "sample string 5", "description": "sample string 6", "quantity": 7.0, "isScanned": 8, "rfid": "sample string 9" }, { "consignmentDeliveryID": 1, "consignmentDeliveryProductID": 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:
<ArrayOfConsignmentDeliveryDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"> <ConsignmentDeliveryDataModel> <Assets> <ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID> <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> </ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID> <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> </ConsignmentDeliveryItemDataModel> </Assets> <ConsignmentCustomerID>5</ConsignmentCustomerID> <ConsignmentDeliveryCode>sample string 3</ConsignmentDeliveryCode> <ConsignmentDeliveryDate>2025-07-17T03:58:08.9484257+00:00</ConsignmentDeliveryDate> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryStatus>8</ConsignmentDeliveryStatus> <ConsignmentOrderID>2</ConsignmentOrderID> <FromLocationID>6</FromLocationID> <Remark>sample string 9</Remark> <ToLocationID>7</ToLocationID> </ConsignmentDeliveryDataModel> <ConsignmentDeliveryDataModel> <Assets> <ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID> <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> </ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryItemDataModel> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID> <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> </ConsignmentDeliveryItemDataModel> </Assets> <ConsignmentCustomerID>5</ConsignmentCustomerID> <ConsignmentDeliveryCode>sample string 3</ConsignmentDeliveryCode> <ConsignmentDeliveryDate>2025-07-17T03:58:08.9484257+00:00</ConsignmentDeliveryDate> <ConsignmentDeliveryID>1</ConsignmentDeliveryID> <ConsignmentDeliveryStatus>8</ConsignmentDeliveryStatus> <ConsignmentOrderID>2</ConsignmentOrderID> <FromLocationID>6</FromLocationID> <Remark>sample string 9</Remark> <ToLocationID>7</ToLocationID> </ConsignmentDeliveryDataModel> </ArrayOfConsignmentDeliveryDataModel>
multipart/form-data
Sample:
<ArrayOfConsignmentDeliveryDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ATMP.Core.DataModel"><ConsignmentDeliveryDataModel><Assets><ConsignmentDeliveryItemDataModel><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID><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></ConsignmentDeliveryItemDataModel><ConsignmentDeliveryItemDataModel><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID><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></ConsignmentDeliveryItemDataModel></Assets><ConsignmentCustomerID>5</ConsignmentCustomerID><ConsignmentDeliveryCode>sample string 3</ConsignmentDeliveryCode><ConsignmentDeliveryDate>2025-07-17T03:58:08.9484257+00:00</ConsignmentDeliveryDate><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryStatus>8</ConsignmentDeliveryStatus><ConsignmentOrderID>2</ConsignmentOrderID><FromLocationID>6</FromLocationID><Remark>sample string 9</Remark><ToLocationID>7</ToLocationID></ConsignmentDeliveryDataModel><ConsignmentDeliveryDataModel><Assets><ConsignmentDeliveryItemDataModel><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID><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></ConsignmentDeliveryItemDataModel><ConsignmentDeliveryItemDataModel><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryProductID>2</ConsignmentDeliveryProductID><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></ConsignmentDeliveryItemDataModel></Assets><ConsignmentCustomerID>5</ConsignmentCustomerID><ConsignmentDeliveryCode>sample string 3</ConsignmentDeliveryCode><ConsignmentDeliveryDate>2025-07-17T03:58:08.9484257+00:00</ConsignmentDeliveryDate><ConsignmentDeliveryID>1</ConsignmentDeliveryID><ConsignmentDeliveryStatus>8</ConsignmentDeliveryStatus><ConsignmentOrderID>2</ConsignmentOrderID><FromLocationID>6</FromLocationID><Remark>sample string 9</Remark><ToLocationID>7</ToLocationID></ConsignmentDeliveryDataModel></ArrayOfConsignmentDeliveryDataModel>