UpdateClientBillingLineItemStatusRequest
Request to update the status of a billing line item
Properties
| Name | Type | Description |
|---|---|---|
| status* | enum | Pending Approved Invoiced Cancelled |
Pending Approved Invoiced Cancelled | ||
JSON Example
{
"status": "Pending"
}
Request to update the status of a billing line item
| Name | Type | Description |
|---|---|---|
| status* | enum | Pending Approved Invoiced Cancelled |
Pending Approved Invoiced Cancelled | ||
{
"status": "Pending"
}