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

Update override

Updates an existing manual override.

put

Updates the pricing rule override. Only provided fields will be modified.

Path parameters
idstringRequired

The ID of the manual override to update.

Body

Represents a manual override in the billing system, allowing specific adjustments to billing processing.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the manual override.

Example: BOV-1234-1234
statusstring · enumOptional

Represents the status of a manual override in the billing system.

Possible values:
externalIdstring · nullableOptional

Represents an external identifier for the manual override, if applicable.

Example: EXT-12345
notesstring · nullableOptional

Contains additional notes or comments related to the manual override.

Example: Adjustment for Q1 billing
Responses
200

OK

application/json

Represents a manual override in the billing system, allowing specific adjustments to billing processing.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the manual override.

Example: BOV-1234-1234
statusstring · enumOptional

Represents the status of a manual override in the billing system.

Possible values:
externalIdstring · nullableOptional

Represents an external identifier for the manual override, if applicable.

Example: EXT-12345
notesstring · nullableOptional

Contains additional notes or comments related to the manual override.

Example: Adjustment for Q1 billing
put/public/v1/billing/manual-overrides/{id}

Last updated

Was this helpful?