Add a new Chart of Account
To add a new Chart of Account, see the following request and a sample of 200 response.
HTTP request:
POST https://rest.zuora.com/settings/chart-of-accounts
Request body:
{ "category": "Assets", "type": "Cash", "status": "Active", "notes": "", "customFieldsValues": {}, "glaccountName": "Bank", "glaccountNumber": "1110", "name": "Bank" }
Response body:
{ "id": "2c92c0fb707b7ea3017080e2f52602f8", "category": "Assets", "type": "Cash", "status": "Active", "notes": "", "customFieldsValues": {}, "glaccountName": "Bank", "glaccountNumber": "1110", "name": "Bank" }