Skip to content

Find purchase orders

GET
/warehouse-management/purchase-order/purchase-orders
Required scope: viskan:purchaseorder:read

Searches for purchase orders in the system.

Parameters

Query parameters

modifiedAfter  string
Filter on last modification date. More details.
page  integer
The page to search for.
Default value: 1
purchaseOrderId  integer
Multivalued
An optional filter on one/many purchaseOrderId. For example purchaseOrderId=123&purchaseOrderId=789
purchaseOrderNumber  string
Multivalued
An optional filter on one/many purchaseOrderNumber For example purchaseOrderNumber=abc&purchaseOrderNumber=xyz
resultsPerPage  integer
The number of results per page. Must be a value between 1 and 200.
searchId  string
The search ID to use for continued pages. Not usable together with any of the filters. More details.
status  enum
Multivalued
Filter on current return status. For example status=CREATED&status=DELIVERED.
Enum: CANCELEDCREATEDDELIVEREDPART_DELIVEREDPLANNED
warehouseId  integer
Multivalued
The ids of the warehouse . Mutually exclusive with warehouseNumber
warehouseNumber  string
Multivalued
The number of the warehouse we want purchase for. Mutually exclusive with warehouseId

Response

The search was successful.