# Rate Card Versions

Rate Card Versions represent a snapshot of a Rate Card at a specified point in time. They are used to set the
default rate. Rate Card Versions belong to a Rate Card Set Version and own many Rate Card Roles.

Rate Card Versions cannot be explicitly created. This is done through the creation of Rate Cards or
Rate Card Set Versions.

## Fetching a list of Rate Card Versions

 - [GET /rate_card_versions](https://developer.kantata.com/kantata/specification/rate-card-versions/get-rate-card-versions.md): Rate Card Versions are only accessible by Administrators on the account.


This endpoint returns structured Rate Card Version 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 the rate_card_versions top-level JSON key.
Please see our Response Format section for more information.

## Fetching a single Rate Card Version

 - [GET /rate_card_versions/{id}](https://developer.kantata.com/kantata/specification/rate-card-versions/get-rate-card-version.md): Rate Card Versions are only accessible by Administrators on the account.


This endpoint returns structured Rate Card Version 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 the rate_card_versions top-level JSON key.
Please see our Response Format section for more information.

## Updating an existing Rate Card Version

 - [PUT /rate_card_versions/{id}](https://developer.kantata.com/kantata/specification/rate-card-versions/update-rate-card-version.md): Rate Card Versions can only be modified by Administrators on the account.


This endpoint returns structured Rate Card Version 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 the rate_card_versions top-level JSON key.
Please see our Response Format section for more information.

