Update Service Rates

PUT https://api.freshbooks.com/comments/business/{{businessId}}/project/{{projectId}}/service/{{serviceId}}/rate

You will need to update each project service independently with this endpoint

Request Body

{"project_service_rate"=>{"rate"=>1065, "service_id"=>"3600268", "project_id"=>"2991018"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"project_service_rate":{"rate":"1020.00","service_id":3600268,"business_id":1966214,"project_id":2991018}}