Returns aggregated contacts balance totals based on the specified filters.
Headers
-
API token (can be retrieved from account settings)
-
ID of organization, for which the operation must be performed
Query parameters
-
Contact ID filter.
Multi-value supported. Example: value1;value2 -
Contact role type filter
Values are
BOTH,SUPPLIER, orCLIENT. -
Currency code filter
-
Balance filterSupports comparison operators:
- Range (
..) - Greater than (
>) - Greater than or equal (
>=) - Less than (
<) - Less than or equal (
<=) - Not equal (
<>)
Examples:
- <=100.00
- >=100.00
- <>100.00
- 100.00..200.00
Use
<>0to return only records where the selected amount is not equal to zero. - Range (
-
Report generation date.
GET
/api-v1/contact-balance/report/total
curl \
--request GET 'https://wyzio.app/api-v1/contact-balance/report/total'
Response examples (200)
42