{
"clientId": "string",
"name": "string",
"status": "string",
"services": {
"integrations": {
"enabled": true,
"connectedServices": [
{
"type": "string",
"provider": "string",
"status": "string"
}
],
"permissions": [
"string"
]
},
"invoiceDistribution": {
"enabled": true,
"deliveryMethods": [
"string"
],
"defaultLanguage": "string",
"settings": {
"sendCopyToClient": true,
"autoSend": true
}
},
"accounting": {
"enabled": true,
"provider": "string",
"sync": {
"status": "string",
"lastSyncAt": "string"
},
"settings": {
"chartOfAccountsMapped": true
}
},
"debtCollection": {
"enabled": true,
"agency": null,
"settings": null
}
}
}