# Activate Rate Cards

Activate Rate Cards on a user's account by submitting a rate card set version that belongs to
the default Rate Card Set. Only an Account Administrator can activate rate cards on an account.

The initial request to this endpoint will generate an account default Rate Card Set and create a
Rate Card Set Version. This account default Rate Card Set will include a separate Rate Card for every currency
used in projects on the user's account.

Endpoint: POST /account_rate_cards_activations
Version: 1.0.0

## Query parameters:

  - `rate_card_set_version_id` (integer, required)
    The ID of the Rate Card Set Version belonging to the account default Rate Card Set.

## Response 200 fields (application/json):

  - `activated` (boolean)
    Indicates whether the Rate Card feature has been enabled on the user's account.

## Response 400 fields (application/json):

  - `errors` (array)

  - `errors.type` (string)

  - `errors.message` (string)


