# Rate Cards (Multiple Currencies)

Rate Cards belong to a Rate Card Set and represent the currencies in that set. Rate Cards have
many Rate Card Versions which represent the effective version of a Rate Card at a specified point of time.
Rate Cards are accessible to users with Financial access (Project Lead or higher) on the account. However, they
can only created, modified or deleted by Administrators on the account.

 - [GET /rate_cards](https://developer.kantata.com/kantata/specification/rate-cards-(multiple-currencies)/get%20rate%20cards.md): Returns Rate Cards on every Rate Card Set belonging to the account of the user that is logged-in. This endpoint is only accessible to users with Financial access (Project Lead or higher) on the accoun
 - [POST /rate_cards](https://developer.kantata.com/kantata/specification/rate-cards-(multiple-currencies)/create%20rate%20card.md): Creating a Rate Card automatically creates a Rate Card Version and associates it with the specified Rate Card Set Version. If you are adding a Rate Card with a new currency on a custom Rate Card Set,
 - [GET /rate_cards/{id}](https://developer.kantata.com/kantata/specification/rate-cards-(multiple-currencies)/get%20rate%20card.md): This endpoint is only accessible to users with Financial access (Project Lead or higher) on the account. This endpoint returns structured Rate Card objects. As with all Kantata OX API endpoints, the r
 - [PUT /rate_cards/{id}](https://developer.kantata.com/kantata/specification/rate-cards-(multiple-currencies)/update%20rate%20card.md): A Rate Card can only be editied by an Administrator on the account. The currency of the Rate Card cannot be changed if it is already in use by a project. This endpoint returns structured Rate Card obj
 - [DELETE /rate_cards/{id}](https://developer.kantata.com/kantata/specification/rate-cards-(multiple-currencies)/delete%20rate%20card.md): When you delete a Rate Card, its Rate Card Versions and the Rate Card Roles associated with the Rate Card Versions will also be deleted. Once a Rate Card is deleted, neither the Rate Card nor its asso
