Get Customer Count
GET/accounting/customers/count
Get the total number of Customers.
Request
Query Parameters
The ID of the credential.
Used to filter customers with this third-party application ID.
Used to filter company info with the exact customer name.
Used to filter customers whose customer names contain the provided value.
Used to filter customers whose customer name to exclude.
Used to filter customers with the exact customer email.
Used to filter customers whose customer emails contain the provided value.
emailNotEquals
Used to filter customers with the exact tax number.
Used to filter customers whose tax numbers contain the provided value.
Used to filter customers whose tax number to exclude.
Used to filter company info with the exact customer status.
Used to filter customers with the exact currency.
Used to filter customers with this company ID.
Filter objects created in the third-party application after a specified date.
Filter objects created in the third-party application before a specified date.
Filter objects last updated in the third-party application after a specified date.
Filter objects last updated in the third-party application before a specified date.
Filter objects created after a specified date.
Filter objects created before a specified date.
Filter objects last updated after a specified date.
Filter objects last updated before a specified date.
Header Parameters
Default value: bearer YOUR_API_KEY
Responses
- 200
- 400
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
Default value: 0
{
"count": 113
}
{
"count": 113
}
400
- application/json
- Schema
- Example (from schema)
- Result
Schema
{}
{}