For the complete documentation index, see llms.txt. This page is also available as Markdown.

Recalculate statement

Recalculates a statement.

post

Recalculates totals and pricing for the statement without changing its status.

Path parameters
idstringRequired

The ID of the statement.

Body

Represents a billing statement in the system, containing details about transactions, pricing, and associated entities.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the statement.

Example: SOM-1234-1234-1234-1234-1234
typestring · enumOptional

Represents the type of a statement in the billing system.

Possible values:
billingTypestring · enumOptional

Represents the type of billing process.

Possible values:
statusstring · enumOptional

Represents the various statuses a statement can have in the billing system.

Possible values:
Responses
200

OK

application/json

Represents a billing statement in the system, containing details about transactions, pricing, and associated entities.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the statement.

Example: SOM-1234-1234-1234-1234-1234
typestring · enumOptional

Represents the type of a statement in the billing system.

Possible values:
billingTypestring · enumOptional

Represents the type of billing process.

Possible values:
statusstring · enumOptional

Represents the various statuses a statement can have in the billing system.

Possible values:
post/public/v1/billing/statements/{id}/recalculate

Last updated

Was this helpful?