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

Body Params

    • Name
      rates
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "STATUS": "OK"
    }