GET Edi/Outbound/Dow/GetCompletedReceipts
Use this method to retrieve a list of Dow-specific InboundReceipt objects to be used for creating 861's.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CompletedReceipt| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderIdNo |
The Dow Purchase Order used to authorize the receipt. |
string |
None. |
| DeliveryIdNo |
Dow's unique order number for the shipment that was received. |
string |
None. |
| InboundDateTime |
The date/time that the receipt was physically completed. |
date |
None. |
| DowPlantCode |
Dow's location code assigned to the Frontier warehouse that received the material. |
string |
None. |
| LineItems |
A collection of details pertaining the inventory items that were received. |
Collection of InboundReceiptLineItem |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PurchaseOrderIdNo": "SAMPLE STRING 1",
"DeliveryIdNo": "SAMPLE STRING 2",
"InboundDateTime": "2025-11-05T15:06:32.5408735-06:00",
"DowPlantCode": "SAMPLE STRING 4",
"LineItems": [
{
"PurchaseOrderLineItemIdNo": "sample string 1",
"DeliveryLineItemIdNo": "sample string 2",
"PackageQuantity": 3.0,
"PackageType": "sample string 4",
"ProductAliasCode": "sample string 5",
"Lot": "SAMPLE STRING 6",
"DowStorageLocationId": "SAMPLE STRING 7"
},
{
"PurchaseOrderLineItemIdNo": "sample string 1",
"DeliveryLineItemIdNo": "sample string 2",
"PackageQuantity": 3.0,
"PackageType": "sample string 4",
"ProductAliasCode": "sample string 5",
"Lot": "SAMPLE STRING 6",
"DowStorageLocationId": "SAMPLE STRING 7"
}
]
},
{
"PurchaseOrderIdNo": "SAMPLE STRING 1",
"DeliveryIdNo": "SAMPLE STRING 2",
"InboundDateTime": "2025-11-05T15:06:32.5408735-06:00",
"DowPlantCode": "SAMPLE STRING 4",
"LineItems": [
{
"PurchaseOrderLineItemIdNo": "sample string 1",
"DeliveryLineItemIdNo": "sample string 2",
"PackageQuantity": 3.0,
"PackageType": "sample string 4",
"ProductAliasCode": "sample string 5",
"Lot": "SAMPLE STRING 6",
"DowStorageLocationId": "SAMPLE STRING 7"
},
{
"PurchaseOrderLineItemIdNo": "sample string 1",
"DeliveryLineItemIdNo": "sample string 2",
"PackageQuantity": 3.0,
"PackageType": "sample string 4",
"ProductAliasCode": "sample string 5",
"Lot": "SAMPLE STRING 6",
"DowStorageLocationId": "SAMPLE STRING 7"
}
]
}
]
text/html
Sample:
[{"PurchaseOrderIdNo":"SAMPLE STRING 1","DeliveryIdNo":"SAMPLE STRING 2","InboundDateTime":"2025-11-05T15:06:32.5408735-06:00","DowPlantCode":"SAMPLE STRING 4","LineItems":[{"PurchaseOrderLineItemIdNo":"sample string 1","DeliveryLineItemIdNo":"sample string 2","PackageQuantity":3.0,"PackageType":"sample string 4","ProductAliasCode":"sample string 5","Lot":"SAMPLE STRING 6","DowStorageLocationId":"SAMPLE STRING 7"},{"PurchaseOrderLineItemIdNo":"sample string 1","DeliveryLineItemIdNo":"sample string 2","PackageQuantity":3.0,"PackageType":"sample string 4","ProductAliasCode":"sample string 5","Lot":"SAMPLE STRING 6","DowStorageLocationId":"SAMPLE STRING 7"}]},{"PurchaseOrderIdNo":"SAMPLE STRING 1","DeliveryIdNo":"SAMPLE STRING 2","InboundDateTime":"2025-11-05T15:06:32.5408735-06:00","DowPlantCode":"SAMPLE STRING 4","LineItems":[{"PurchaseOrderLineItemIdNo":"sample string 1","DeliveryLineItemIdNo":"sample string 2","PackageQuantity":3.0,"PackageType":"sample string 4","ProductAliasCode":"sample string 5","Lot":"SAMPLE STRING 6","DowStorageLocationId":"SAMPLE STRING 7"},{"PurchaseOrderLineItemIdNo":"sample string 1","DeliveryLineItemIdNo":"sample string 2","PackageQuantity":3.0,"PackageType":"sample string 4","ProductAliasCode":"sample string 5","Lot":"SAMPLE STRING 6","DowStorageLocationId":"SAMPLE STRING 7"}]}]