Update Accounting Entity

Updates an existing accounting entity with the provided data. Only the fields included in the request body will be updated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Accounting Entity ID

Body Params
string | null

User-defined ID for identifying the accounting object in webhook payloads. May represent the external system's ID in custom integrations. Optional and not used by native integrations. This property is optional. Only pass a value when you wish to update it.

string

Name of the accounting entity This property is optional. Only pass a value when you wish to update it.

string | null

Code of the accounting entity. This property is optional. Only pass a value when you wish to update it.

Responses
204

Accounting entity updated successfully

400

Bad Request

401

Unauthorized

403

Integration not configured

404

Not Found

422

Invalid request data

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!