BillJob
Cancel BillJob
Cancel an ongoing BillJob for the given Organization and BillJob UUID.
This endpoint allows you to halt the processing of a specific BillJob, which might be necessary if there are changes in billing requirements or other operational considerations.
post/organizations/{orgId}/billjobs/{id}/cancel
Path parameters
orgIdstring required
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
idstring required
The unique identifier (UUID) of the BillJob to cancel.
Response
Returns the cancelled BillJob
Example response
{
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
],
"timezone": "UTC"
}