GET deliveries?RaisedDateFrom={RaisedDateFrom}&RaisedDateTo={RaisedDateTo}&SentDateFrom={SentDateFrom}&SentDateTo={SentDateTo}&DueDateFrom={DueDateFrom}&DueDateTo={DueDateTo}&UpdatedDateFrom={UpdatedDateFrom}&UpdatedDateTo={UpdatedDateTo}&PurchaseOrderRef={PurchaseOrderRef}&SupplierID={SupplierID}&WarehouseID={WarehouseID}&PurchaseOrderStatus={PurchaseOrderStatus}&PageSize={PageSize}&Page={Page}
Returns information about multiple delivery-ready purchase orders matching the supplied Purchase Order IDs.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RaisedDateFrom | This is an optional parameter. This inidicates the earliest Raised Date which will be returned. | date | None. |
| RaisedDateTo | This is an optional parameter. This indicates the most recent Raised Date which will be returned. | date | None. |
| SentDateFrom | This is an optional parameter. This indicates the earliest Sent Date which will be returned | date | None. |
| SentDateTo | This is an optional parameter. This indicates the most recent Sent Date which will be returned | date | None. |
| DueDateFrom | This is an optional parameter. This indicates the earliest Due Date which will be returned. | date | None. |
| DueDateTo | This is an optional parameter. This indicates the most recent Due Date which will be returned. | date | None. |
| UpdatedDateFrom | This is an optional parameter. This indicates the earliest Updated Date which will be returned. | date | None. |
| UpdatedDateTo | This is an optional parameter. This indicates the most recent Updated Date that will be returned | date | None. |
| PurchaseOrderRef | This is an optional parameter. This is the reference for a specific purchase order. | string | None. |
| SupplierID | This is an optional parameter. Specifying a Supplier ID will only return Purchase Orders for that Supplier. | integer | Matching regular expression pattern: ^[1-9]\d*$ |
| WarehouseID | This is an optional parameter. Specifying a Warehouse ID will only return Purchase Orders for that Warehouse. | integer | Matching regular expression pattern: ^[1-9]\d*$ |
| PurchaseOrderStatus | This is an optional parameter. Specifying a Status will only return Purchase Orders with that matching status. | PurchaseOrderStatuses | None. |
| PageSize | This is an optional parameter. This will default to 100. The max page size is 100 | integer | Range: inclusive between 1 and 100 |
| Page | This is an optional parameter. It will default to page 1. | integer | Matching regular expression pattern: ^[1-9]\d*$ |
Body Parameters
None.
Response Information
Resource Description
Returns information about multiple delivery-ready purchase orders matching the supplied Purchase Order IDs.
PagedResponseModelOfPurchaseOrderModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalItems | integer | None. | |
| PagingInfo | PagingFilter | None. | |
| TotalPages | integer | None. | |
| Data | Collection of PurchaseOrderModel | None. |
Response Formats
application/json, text/json
Sample:
{
"TotalItems": 1,
"PagingInfo": {
"MaxPageSize": 100,
"PageSize": 1,
"Page": 2
},
"TotalPages": 2,
"Data": [
{
"PurchaseOrderID": 1,
"PurchaseOrderGuid": "2060f1f1-dd7c-4ac0-847d-9946c060be66",
"User": {
"UserID": 1,
"UserName": "sample string 2"
},
"PurchaseOrderReference": "sample string 2",
"DateRaised": "2026-01-08T14:03:53.3197876+00:00",
"Supplier": {
"SupplierCode": "sample string 1",
"SuppliersReference": "sample string 2",
"Currency": {
"CurrencyID": 1,
"CurrencyCode": "sample string 2",
"CurrencyName": "sample string 3",
"Symbol": "sample string 4"
},
"SupplierID": 1,
"Name": "sample string 3"
},
"Warehouse": {
"WarehouseName": "sample string 1",
"WarehouseGuid": "440fb5a3-24cd-45fa-9d27-b18f5367752d",
"WarehouseID": 3
},
"DateDue": "2026-01-08T14:03:53.3197876+00:00",
"PurchaseOrderStatus": "Draft",
"DeliveryCost": 1.0,
"Subtotal": 1.0,
"TotalVat": 1.0,
"Total": 1.0,
"Currency": {
"CurrencyID": 1,
"CurrencyCode": "sample string 2",
"CurrencyName": "sample string 3",
"Symbol": "sample string 4"
},
"DateSent": "2026-01-08T14:03:53.3197876+00:00",
"PaymentReference": "sample string 3",
"PurchaseOrderLines": [
{
"PurchaseOrderLineID": 1,
"ProductID": 1,
"ProductSKU": "sample string 2",
"QtyOrdered": 1,
"QtyReceived": 1,
"PurchaseOrderDetailsStatus": "AwaitingProduct",
"SinglePrice": 1.0,
"TaxRate": 1.0,
"LineVat": 1.0,
"LineTotal": 1.0,
"DeliveryStatusID": 1,
"DeliveryStatus": "sample string 3",
"QtyWrittenOff": 1.0,
"CartonQty": 4,
"AddedByUserID": 1,
"BookedInByUserID": 1,
"TotalUnitsOrdered": 5,
"TotalUnitsReceived": 1,
"TotalUnitsWrittenOff": 1,
"DateReceived": "2026-01-08T14:03:53.3197876+00:00",
"LineNotes": "sample string 6"
},
{
"PurchaseOrderLineID": 1,
"ProductID": 1,
"ProductSKU": "sample string 2",
"QtyOrdered": 1,
"QtyReceived": 1,
"PurchaseOrderDetailsStatus": "AwaitingProduct",
"SinglePrice": 1.0,
"TaxRate": 1.0,
"LineVat": 1.0,
"LineTotal": 1.0,
"DeliveryStatusID": 1,
"DeliveryStatus": "sample string 3",
"QtyWrittenOff": 1.0,
"CartonQty": 4,
"AddedByUserID": 1,
"BookedInByUserID": 1,
"TotalUnitsOrdered": 5,
"TotalUnitsReceived": 1,
"TotalUnitsWrittenOff": 1,
"DateReceived": "2026-01-08T14:03:53.3197876+00:00",
"LineNotes": "sample string 6"
}
],
"UpdatedDate": "2026-01-08T14:03:53.3197876+00:00",
"CreatedVia": "sample string 4"
},
{
"PurchaseOrderID": 1,
"PurchaseOrderGuid": "2060f1f1-dd7c-4ac0-847d-9946c060be66",
"User": {
"UserID": 1,
"UserName": "sample string 2"
},
"PurchaseOrderReference": "sample string 2",
"DateRaised": "2026-01-08T14:03:53.3197876+00:00",
"Supplier": {
"SupplierCode": "sample string 1",
"SuppliersReference": "sample string 2",
"Currency": {
"CurrencyID": 1,
"CurrencyCode": "sample string 2",
"CurrencyName": "sample string 3",
"Symbol": "sample string 4"
},
"SupplierID": 1,
"Name": "sample string 3"
},
"Warehouse": {
"WarehouseName": "sample string 1",
"WarehouseGuid": "440fb5a3-24cd-45fa-9d27-b18f5367752d",
"WarehouseID": 3
},
"DateDue": "2026-01-08T14:03:53.3197876+00:00",
"PurchaseOrderStatus": "Draft",
"DeliveryCost": 1.0,
"Subtotal": 1.0,
"TotalVat": 1.0,
"Total": 1.0,
"Currency": {
"CurrencyID": 1,
"CurrencyCode": "sample string 2",
"CurrencyName": "sample string 3",
"Symbol": "sample string 4"
},
"DateSent": "2026-01-08T14:03:53.3197876+00:00",
"PaymentReference": "sample string 3",
"PurchaseOrderLines": [
{
"PurchaseOrderLineID": 1,
"ProductID": 1,
"ProductSKU": "sample string 2",
"QtyOrdered": 1,
"QtyReceived": 1,
"PurchaseOrderDetailsStatus": "AwaitingProduct",
"SinglePrice": 1.0,
"TaxRate": 1.0,
"LineVat": 1.0,
"LineTotal": 1.0,
"DeliveryStatusID": 1,
"DeliveryStatus": "sample string 3",
"QtyWrittenOff": 1.0,
"CartonQty": 4,
"AddedByUserID": 1,
"BookedInByUserID": 1,
"TotalUnitsOrdered": 5,
"TotalUnitsReceived": 1,
"TotalUnitsWrittenOff": 1,
"DateReceived": "2026-01-08T14:03:53.3197876+00:00",
"LineNotes": "sample string 6"
},
{
"PurchaseOrderLineID": 1,
"ProductID": 1,
"ProductSKU": "sample string 2",
"QtyOrdered": 1,
"QtyReceived": 1,
"PurchaseOrderDetailsStatus": "AwaitingProduct",
"SinglePrice": 1.0,
"TaxRate": 1.0,
"LineVat": 1.0,
"LineTotal": 1.0,
"DeliveryStatusID": 1,
"DeliveryStatus": "sample string 3",
"QtyWrittenOff": 1.0,
"CartonQty": 4,
"AddedByUserID": 1,
"BookedInByUserID": 1,
"TotalUnitsOrdered": 5,
"TotalUnitsReceived": 1,
"TotalUnitsWrittenOff": 1,
"DateReceived": "2026-01-08T14:03:53.3197876+00:00",
"LineNotes": "sample string 6"
}
],
"UpdatedDate": "2026-01-08T14:03:53.3197876+00:00",
"CreatedVia": "sample string 4"
}
]
}