API Docs / Operations / Client - Billing - Lines / Update Billing Line Item Status

Update Billing Line Item Status

PATCH /tenants/{tenant}/clients/{client}/billinglineitems/{code}/status

Updates the status of a billing line item. Use to approve or cancel a pending line item.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "status": "Pending"
}

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found