v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBclassifications
Update an accounting class
Update details about an existing accounting class.
patch/v3/classifications/accounting-classes/{id}
Path parameters
idstring required
BILL-generated ID of the accounting class. The value begins with cls.
Example:{{accounting_class_id}}
Headers
sessionIdstring nullable
API session ID generated with /v3/login
Example:{{session_id}}
devKeystring nullable
Developer key generated with your BILL developer account
Example:{{developer_key}}
Request body
Example request
{
"name": "Prepaid Subscriptions",
"description": "Prepaid Expenses account"
}Response
Update an accounting class response