Get all the payers for the customer
x-ms-visibility: "important"
Send a request to get all the payers from eMabler system.
Query Parameters
includeDrivers string
If true, drivers related to the payers are included. Default if omitted: false
includeSites string
If true, sites related to the payers are included. Default if omitted: false
Responses
- 200
- 401
- 404
- 500
Returns payer data
application/json
Schema
Example (from schema)
Schema
- Array [
- Array [
- ]
- Array [
- ]
- ]
id int64
name string
email string
invoiceReference string
invoiceMessage string
streetAddress string
city string
postalCode string
country string
lastUpdated date-time
drivers object[]
id int64
name string
sites object[]
id int64
groupName string
language string
[
{
"id": 0,
"name": "string",
"email": "string",
"invoiceReference": "string",
"invoiceMessage": "string",
"streetAddress": "string",
"city": "string",
"postalCode": "string",
"country": "string",
"lastUpdated": "2024-10-10T06:49:37.378Z",
"drivers": [
{
"id": 0,
"name": "string"
}
],
"sites": [
{
"id": 0,
"groupName": "string"
}
],
"language": "string"
}
]
Customer not found or not authorised
Payers not found in eMabler system
Error getting data from eMabler system
Loading...