Endpoint: /action/clients/list
Method: GET
Request Params: None
Response Body:
[
{
"name": "",
"clientType": "Client",
"initials": "",
"address1": "",
"address2": "",
"city": "",
"locality": "",
"postal": "",
"country": "",
"website": "",
"phone": "",
"color": "",
"taxId": "",
"leadSource": "",
"archive": false,
"paymentTerms": {
"paymentDays": 0,
"latePaymentFee": 0.00,
"hourlyAmount": 0.00,
"whoPaysCardFees": "Client",
},
"payInstructions": "",
"hourlyAmount": 0.00,
"roundingIncrement": 0,
"currency": "USD",
"stripeClientId": "",
"notes": "",
"contacts":[
{
"firstName": "",
"lastName": "",
"role": "",
"phone": "",
"email": "",
"notes": "",
"defaultContact": false,
"invoiceContact": false,
"portalAccess": false,
}
]
}
]