Update Override

Updates an existing manual override.

put
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.

idstringOptional

The unique identifier of the manual override.

Example: BOV-1234-1234
statusall ofOptional

Indicates the current status of the manual override.

Example: Active
string · 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
put
/public/v1/billing/manual-overrides/{id}

Last updated

Was this helpful?