P4W utilizes OData when querying database through API calls. Following example retrieves first 20 pick tickets (including corresponding warehouse and assigned clients if applicable) sorted by creation date.
GET
https://{tenant_name}p4warehouse.com/odata/PickTicket
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Use OData syntax to personalize queries through API calls.
$expand
String
A list of collections or data entities to be included in the response
$orderby
String
Date created
$top
Double
Number of picktickets to retrieve
$count
Boolean
Whether to displays total number of picktickets available
ApiKey*
String
System API key