Rate Card Roles belong to a Rate Card Version and represent the bill rate, in cents per hour, for a specific Role. For example, the rate for the role of Developer may be 2000 cents per hour. It is not necessary, however, to create a Rate Card Role for every role on your account if the rate is the same as the default rate on the Rate Card Version. When an explicit Rate Card Role does not exist for a role on the account, the default rate on the Rate Card Version is used to calculate the total bill rate.
Rate Card Roles can only be accessed, edited, or deleted by an Administrator on the account.
Returns the Rate Card Roles associated with all Rate Card Versions on Rate Cards that belong to the logged-in user's account.
Rate Card Roles can only be accessed by an Administrator on the account.
This endpoint returns structured Rate Card Role 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_roles
top-level JSON key.
Please see our Response Format section for more information.
created_after | string <date-time> Filter for records created after a specified datetime. The datetime must be in ISO 8601 format. |
created_before | string <date-time> Filter for records created before a specified datetime. The datetime must be in ISO 8601 format. |
include | string Any of the below associations can be included in your request by providing the
|
only | string Allows you to request one or more resources directly by ID. Multiple IDs can be supplied
in a comma separated list, like |
order | string Default: "created_at:asc" Supply Valid values: |
page | integer <int32> Default: 1 |
per_page | integer <int32> <= 200 Default: 20 |
rate_card_version_id | integer <int32> Restricts Rate Card Roles to the specified Rate Card Version. |
updated_after | string <date-time> Filter for records updated after a specified datetime. The datetime must be in ISO 8601 format. |
updated_before | string <date-time> Filter for records updated before a specified datetime. The datetime must be in ISO 8601 format. |
with_role_ids | Array of integers <int32> Restricts Rate Card Roles to the specified role ids. |
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "rate_card_versions": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
A Rate Card Role can only be created by an Administrator on the account.
This endpoint returns structured Rate Card Role 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_roles
top-level JSON key.
Please see our Response Format section for more information.
{- "rate_card_role": {
- "rate_card_version_id": 0,
- "role_id": 0,
- "rate": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "rate_card_versions": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
A Rate Card Role can only be accessed by an Administrator on the account.
This endpoint returns structured Rate Card Role 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_roles
top-level JSON key.
Please see our Response Format section for more information.
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "rate_card_versions": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
A Rate Card Role can only be modified by an Administrator on the account.
This endpoint returns structured Rate Card Role 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_roles
top-level JSON key.
Please see our Response Format section for more information.
{- "rate_card_role": {
- "rate": 0
}
}
{- "count": 0,
- "meta": {
- "count": 0,
- "page_count": 0,
- "page_number": 0,
- "page_size": 0
}, - "results": [
- {
- "key": "string",
- "id": "string"
}
], - "rate_card_roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "rate": 0,
- "rate_card_version_id": "string",
- "role_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "roles": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "deleted_at": "2019-08-24T14:15:22Z",
- "external_reference_ids": [
- "string"
], - "name": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}, - "rate_card_versions": {
- "property1": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}, - "property2": {
- "created_at": "2019-08-24T14:15:22Z",
- "default_rate": 0,
- "rate_card_id": "string",
- "rate_card_role_ids": [
- "string"
], - "rate_card_set_version_id": "string",
- "updated_at": "2019-08-24T14:15:22Z"
}
}
}
If a A Rate Card Role belongs to a Rate Card Version that is in use, it cannot be deleted. A Rate Card Role can only be deleted by an Administrator on the account.
The response will contain no content and an HTTP 204 status code if the request was successful, or a standard Kantata OX error message explaining why the object could not be deleted.
Rate Card Role has been deleted.
Bad Request
Unauthorized request
Forbidden request
Page Not Found
Unprocessable Entity
Service is unavailable
{- "errors": [
- {
- "type": "string",
- "message": "string"
}
]
}