v1
latestOpenAPI 3.1.02026-07-241910582.8 KBUpdate Ledger Account Category
patch/ledger_account_categories/{id}
Path parameters
idstring required
The ID of the ledger account category
Request body
Response
200
Example response
{
"id": "ac665222-02ef-47da-a7bd-376ba0e882ed",
"object": "ledger_account_category",
"name": "Customer Accounts",
"ledger_id": "fe96565f-4b9c-4871-8fb0-e6f02683458e",
"normal_balance": "credit",
"balances": {
"pending_balance": {
"currency": "USD",
"currency_exponent": 2
},
"posted_balance": {
"currency": "USD",
"currency_exponent": 2
},
"available_balance": {
"currency": "USD",
"currency_exponent": 2
}
},
"created_at": "2022-11-01T21:34:13Z",
"updated_at": "2022-11-01T21:34:13Z"
}