Skip to main content
POST
Update a rate card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Update a rate card. Must provide at least one of name, description, aliases, or addCreditTypeConversions.

rate_card_id
string<uuid>
required

ID of the rate card to update

name
string

Used only in UI/API. It is not exposed to end customers.

description
string
aliases
object[]

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.

add_credit_type_conversions
object[]

Add credit type conversions for using custom pricing units in rates. Existing conversions cannot be modified.

Response

Success

data
object
required