Aston Cash Collection API
Aston Cash Collection APIs allows you to connect your systems to your Cash Collection applications,
and have a secure and automated access to your data.
Aston Cash Collection APIs allows you to connect your systems to your Cash Collection applications,
and have a secure and automated access to your data.
The Aston API is organized around REST. Our API has predictable resource-oriented URLs, accepts form-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
Your resources are automatically filterable by multiple criterias, and are always up-to-date.
The API differs for every account as we release new versions and tailor functionality. Log in to see docs customized to your version of the API, with your test key and data.
GET /subsidiary/customers?filters=totalOutstandingAmount>100
{
"id": 16833741,
"name": "This Famous Company",
"zipCode": "75123",
"city": "Paris",
"currencyCode": "EUR",
"totalOutstandingAmount": 314.55
}
Powered by Azure API Management.