Bill
Update Bill Status
Updates the status of a specified Bill with the given Bill ID.
This endpoint allows you to transition a Bill's status through various stages, such as from "Pending" to "Approved".
put/organizations/{orgId}/bills/{id}/status
Path parameters
orgIdstring required
The unique identifier (UUID) of your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the Bill whose status you want to update.
Request body
Response
Returns the updated Bill
Example response
{
"timezone": "UTC",
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
]
}