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

Update Billing Line Item for Client

PUT /tenants/{tenant}/clients/{client}/billinglineitems/clientbillinglineitem/{code}

Updates the specified Billing Line Item for the specified client.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

client* path string
code* path string
{
  "description": "string",
  "quantity": 0,
  "unitPrice": 0,
  "vatRate": "Standard",
  "accountingCode": "string"
}

Responses

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