POST/projects/{id}/rates.json
Set Project Rates
This allows you to set Rates for people on a Project.
Path Params
- Name
id
- Type
- string
- required
- Description
Request Examples
Example Request
POST
/projects/{id}/rates.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"STATUS": "OK"
}