Add or Update Cost Center
post
[PlatformAddress]/api/1.0/account?action=addOrUpdateCostCenter
Add or Update Cost Center
Example: Add a cost center to an account
{
"name": "test cost center",
"code": "AB12",
"description": "The complete description of the cost center"
}
Property | Description |
---|---|
success | Whether or not the cost center was added to the account |
id | The unique identifier of the cost center |
Code | Description |
---|---|
Specific Code: 24150 | Account does not exist |
Specific Code: 24150 | The cost centers details are invalid |
Last modified 1mo ago