Configuration
Set company configuration
Sets a companies expense sync configuration
post/companies/{companyId}/sync/expenses/config
Path parameters
companyIdstring uuid required
Unique identifier for your SMB in Codat.
Example:8a210b68-6988-11ed-a1eb-0242ac120002
Unique identifier for a company.
Request body
Example request
{
"bankAccount": {
"id": "32"
},
"supplier": {
"id": "124"
},
"customer": {
"id": "142"
}
}Response
Success
Example response
{
"bankAccount": {
"id": "32"
},
"supplier": {
"id": "124"
},
"customer": {
"id": "142"
}
}