Bill
Lock Bill
Lock the specific Bill identified by the given UUID. Once a Bill is locked, no further changes can be made to it.
NOTE: You cannot lock a Bill whose current status is PENDING. You will receive an error message if you try to do this. You must first use the Approve Bills call to approve a Bill before you can lock it.
put/organizations/{orgId}/bills/{id}/lock
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 to lock.
Response
Returns the locked Bill
Example response
{
"timezone": "UTC",
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
]
}