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_idstarting_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.
ID of the rate card to update
Used only in UI/API. It is not exposed to end customers.
Reference this alias when creating a contract. If the same alias is assigned to multiple rate cards, it will reference the rate card to which it was most recently assigned. It is not exposed to end customers.
Success