Update billable
Updates an existing billable by its ID.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Specifies the tenant context for the request. All endpoints operate within this tenant scope.
"tnt_pfh0haxfpzowht3oi213cqos"
Path Parameters
Unique identifier of the billable.
"bil_eym9hcqlh1m7v3d36blf0vfx"
Body
Request body used to fully replace a billable resource.
Request body used to fully replace a billable resource.
Description of the billable.
"Monthly subscription for service X."
Quantity of items.
x >= 010
Amount expressed in the minor unit (e.g., cents).
0 <= x <= 90071992547409915000
ISO 4217 currency code.
3"EUR"
Order of the resource for sorting purposes.
0 <= x <= 900719925474099113
Optional Billable Reference Type of the external system (e.g. JIRA, Github, etc.).
"JIRA"
Optional Billable Reference ID in the external system.
"PROJ-123"
Optional metadata associated with the billable.
{ "project": "Alpha", "priority": "High" }Response
Default Response
Standard success response payload wrapped in a data property.
Billable resource returned by the API.