v1
latestOpenAPI 3.0.32026-08-0613775357.6 KBbill_rates
Update project bill rate
Updates the matching project bill rate.
put/projects/{project_id}/bill_rates/{bill_rate_id}
Request body
Example request
{
"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"
}Response
The updated 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"
}