{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"handle": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"billingAddress": {
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"county": "<string>",
"country": "<string>",
"state": "<string>"
},
"paymentTerm": "<string>",
"email": "<string>",
"currency": "<string>",
"collectionMode": "automatic"
}
],
"nextOffset": "<string>",
"hasMore": true
}{
"results": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"handle": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"billingAddress": {
"street1": "<string>",
"street2": "<string>",
"postalCode": "<string>",
"city": "<string>",
"county": "<string>",
"country": "<string>",
"state": "<string>"
},
"paymentTerm": "<string>",
"email": "<string>",
"currency": "<string>",
"collectionMode": "automatic"
}
],
"nextOffset": "<string>",
"hasMore": true
}Configure which environment the request will handle. If the provided credentials do not allow access to this specified environment, a 403 Forbidden response is returned.
Optional filter(s) to apply. Multiple filters will be combined with 'and'.
Optional column to order by. Defaults to Id.
Paging token.
Optional limit of response. Value between 1 and 100, defaults to 20.
1 <= x <= 100OK
Show child attributes
Unique id of the customer.
Name of the customer.
Unique handle of the customer.
Date and time when the product was created.
/// Date and time when the product was last updated.
Show child attributes
Preferred payment term of customer. See https://docs.plude.io/invoicing/payment-terms.
Email of the customer.
Optional sets the preferred currency of this customer.
automatic, send_invoice, draft_invoice Was this page helpful?