# Rate Card Table Rows

Each Rate Card Table Row represents a role and its rates and currencies
for a specific [Rate Card Set Version](/tag/Rate-Card-Set-Version-(Effective-version-by-Date)).

## Fetch Rate Card Table Rows

 - [GET /rate_card_set_versions/{rate_card_set_version_id}/rate_card_table_rows](https://developer.kantata.com/kantata/specification/rate-card-table-rows/get-rate-card-table-rows-for-set-version.md): Returns all Rate Card Table Rows for a specified Rate Card Set Version.

## Delete a Rate Card Table Row

 - [DELETE /rate_card_set_versions/{rate_card_set_version_id}/rate_card_table_rows/{role_id}](https://developer.kantata.com/kantata/specification/rate-card-table-rows/delete-rate-card-table-row.md): Deletes all Rate Card Roles for a specified Rate Card Set Version and Role.

## Create or Update Rate Card Table Row

 - [PUT /rate_card_set_versions/{rate_card_set_version_id}/rate_card_table_rows/{role_id}](https://developer.kantata.com/kantata/specification/rate-card-table-rows/create-or-update-rate-table-row.md): Creates or updates a Rate Card Table Row for a specified Rate Card Set Version and Role.

