# Rate Card Sets (Group of Rate Cards)

A Rate Card Set represents a group of Rate Cards with multiple currencies that
can be bundled together. A Rate Card Set belongs to an account and can have several Rate Card Set Versions, each representing the
effective version for a specified date.

If the Rate Card feature is enabled, an account will always have an account default Rate Card Set. Rate
Cards belonging to the account default Rate Card Set are applied to projects by default when a Rate Card
is not explicitly set.

Additional custom Rate Card Sets can be created after the Rate Cards feature has been enabled on the
account. This can be done by making a request to the activations
endpoint.

 - [GET /rate_card_sets](https://developer.kantata.com/kantata/specification/rate-card-sets-(group-of-rate-cards)/get%20rate%20card%20sets.md): Rate Card Sets are only accessible to users with Financial access (Project Lead or higher) on the account. An initial request to this endpoint, will generate an account default Rate Card Set and a cre
 - [POST /rate_card_sets](https://developer.kantata.com/kantata/specification/rate-card-sets-(group-of-rate-cards)/create%20rate%20card%20set.md): This endpoint returns structured Rate Card Set objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [GET /rate_card_sets/{id}](https://developer.kantata.com/kantata/specification/rate-card-sets-(group-of-rate-cards)/get%20rate%20card%20set.md): A Rate Card Set can only be accessed by users with Financial access (Project Lead or higher) on the account. This endpoint returns structured Rate Card Set objects. As with all Kantata OX API endpoint
 - [PUT /rate_card_sets/{id}](https://developer.kantata.com/kantata/specification/rate-card-sets-(group-of-rate-cards)/update%20rate%20card%20set.md): This endpoint returns structured Rate Card Set objects. As with all Kantata OX API endpoints, the returned data will be referenced in sorted order in the `results` array and will be indexed by ID in t
 - [DELETE /rate_card_sets/{id}](https://developer.kantata.com/kantata/specification/rate-card-sets-(group-of-rate-cards)/delete%20rate%20card%20set.md): A Rate Card Set cannot be deleted if: - The Rate Card Set is the account default. - A Rate Card belonging to the Rate Card Set is being used by a project. The response will contain no content and an
