bill_rates
Fetch bill rate
Returns the matching accessible bill rate.
get/bill_rates/{bill_rate_id}
Response
The matching accessible bill rate.
Example response
{
"id": 991618,
"role_id": 30,
"assignable_id": 1234,
"user_id": 1001,
"rate": 100,
"starts_at": "2025-09-17",
"ends_at": "2025-12-17",
"created_at": "2025-01-22T06:00:30Z",
"updated_at": "2025-01-22T06:13:40Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.