GET api/PurchaseOrder/ReadyForReception/ProductId/{productId}/PackagingId/{packagingId}
Get purchase orders ready for reception containing product/packaging
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| productId | globally unique identifier |
Required |
|
| packagingId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PurchaseOrderView| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| OrderDate | date |
None. |
|
| ConfirmedDate | date |
None. |
|
| SupplierId | globally unique identifier |
None. |
|
| SupplierNumber | string |
None. |
|
| SupplierName | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.