Update the metadata properties of an existing rate card, including its name, description, and aliases. This endpoint is designed for managing rate card identity and reference aliases rather than modifying pricing rates.
Modifies the descriptive properties and alias configuration of a rate card without affecting the underlying pricing rates or schedules. This allows you to update how a rate card is identified and referenced throughout your system.
Initial setup:
rate_card_alias
instead of direct rate_card_id
starting_at
timestampBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Update a rate card. Must provide at least one of name or description.
The body is of type object
.
Success
The response is of type object
.