Each Rate Card Table Row represents a role and its rates and currencies for a specific Rate Card Set Version.
Returns all Rate Card Table Rows for a specified Rate Card Set Version.
A list of objects have been retrieved.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_table_rows": {
- "id": {
- "id": "string",
- "rate_card_set_id": "string",
- "rate_card_set_version_id": "string",
- "role_id": "string",
- "name": "string",
- "removable": true,
- "cells": {
- "currency": {
- "rate_card_role_id": 0,
- "rate": 0
}
}
}
}
}
Deletes all Rate Card Roles for a specified Rate Card Set Version and Role.
object has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}
Creates or updates a Rate Card Table Row for a specified Rate Card Set Version and Role.
object | |||||||||
|
object has been updated.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "rate_card_table_row": {
- "rates": [
- {
- "currency": "string",
- "rate": 0
}
]
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_table_rows": {
- "id": {
- "id": "string",
- "rate_card_set_id": "string",
- "rate_card_set_version_id": "string",
- "role_id": "string",
- "name": "string",
- "removable": true,
- "cells": {
- "currency": {
- "rate_card_role_id": 0,
- "rate": 0
}
}
}
}
}