GET api/PurchaseOrder/ReceiveStatus/Order/PurchaseOrderId/{purchaseOrderId}
Get receive status by purchase order
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| purchaseOrderId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PurchaseOrderReceiveStatusView| Name | Description | Type | Additional information |
|---|---|---|---|
| PurchaseOrderId | globally unique identifier |
None. |
|
| IsAllOrderedQuantityReceived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"PurchaseOrderId": "8a820092-6cdd-4210-8d26-78dd770bc889",
"IsAllOrderedQuantityReceived": true
}