Get Purchase Order Count
GET/accounting/purchase-orders/count
Get the total number of Purchase Orders.
Request
Query Parameters
The ID of the credential.
Used to filter purchase orders with this third-party application ID.
Used to filter purchase orders with the exact purchase order status.
Used to filter purchase orders with the exact issue date. Format: YYYY-MM-DD
Used to filter purchase orders with the exact purchase order number.
Used to filter purchase orders whose purchase order numbers contain the provided value.
Used to filter purchase orders whose purchase order number to exclude.
Used to filter purchase orders with the exact delivery date. Format: YYYY-MM-DD
Used to filter purchase orders with this vendor ID.
Used to filter purchase orders whose memos contain the provided value.
Used to filter purchase orders with this company ID.
Used to filter purchase orders with the exact total amount.
Used to filter purchase orders with the minimum total amount.
Used to filter purchase orders with the maximum total amount.
Used to filter purchase orders whose total amount to exclude.
Used to filter records created after this datetime in the third-party application.
Used to filter records created before this datetime in the third-party application.
Used to filter records updated after this datetime in the third-party application.
Used to filter records updated before this datetime in the third-party application.
Used to filter records created after this datetime.
Used to filter records created before this datetime.
Used to filter records updated after this datetime.
Used to filter records updated before this datetime.
Header Parameters
Default value: bearer YOUR_API_KEY
Responses
- 200
- 400
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
Default value: 0
{
"count": 206
}
{
"count": 206
}
400
- application/json
- Schema
- Example (from schema)
- Result
Schema
{}
{}