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

Retry statement

Retries a failed statement.

post

Resets statement to Generated status, allowing it to be reprocessed after a failure.

Path parameters
idstringRequired

The ID of the statement to retry.

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}/retry

Last updated

Was this helpful?