{ "total": 123, "offset": 123, "limit": 123, "data": [ { "type": "<string>", "id": "<string>", "createdAt": "<string>", "lastModifiedAt": "<string>", "status": "CUSTOMER_CREATED", "policies": [ "<string>" ], "invoices": [ "<string>" ], "paymentMode": "DIRECT_DEBIT", "customFields": [ { "key": "<string>", "value": "<string>" } ], "name": "<string>", "preferredPaymentMethodId": "<string>" } ] }
Optional: the whenAt datetime
Optional: the simulatedAt datetime
Optional: the branchId
the pagination offset
the pagination page size
Total number of customers
Offset used for pagination
Page size used for pagination
List of customers
Show child attributes
Type of the customer
Unique identifier for the customer
Date and time when the customer was created
Date and time when the customer was last modified
Status of the customer
CUSTOMER_CREATED
CUSTOMER_CONFIRMED
Policies associated with the customer
Array of invoice identifiers associated with the customer
DIRECT_DEBIT
BANK_TRANSFER
custom fields per product
key of custom field
Optional: Name of the entity
Optional: Preferred payment method of the customer
Was this page helpful?