BillJob
Create Recalculation BillJob
Create a new BillJob specifically to recalculate existing bills for a given Organization.
This operation is essential when adjustments or corrections are required in previously calculated bills. The recalculated bills when the BillJob is complete can be checked in the m3ter Console Bill Management page or queried by using the List Bills operation.
NOTE:
- Response Schema. The response schema for this call is dynamic. This means that the response might not contain all of the parameters listed. If set to null,the parameter is hidden to help simplify the output as well as to reduce its size and improve performance.
post/organizations/{orgId}/billjobs/recalculate
Path parameters
orgIdstring required
The unique identifier (UUID) for your Organization. The Organization represents your company as a direct customer of our service.
Request body
Response
Returns the recalculated BillJob
Example response
{
"currencyConversions": [
{
"from": "EUR",
"to": "USD",
"multiplier": 1.12
}
],
"timezone": "UTC"
}