cURL
curl --request POST \ --url https://www.ruddr.io/api/workspace/project-types \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "invoiceItemId": "<string>", "isActive": true } '
200
Result
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The name of the project type. Max 255 characters.
The unique identifier of the invoice item associated with this project type.
Whether the project type is active. Defaults to true if not provided.
true
The unique identifier for the object.
The name of the project type.
Whether the project type is active.
The timestamp when the object was created.
The invoice item associated with this project type.
Show child attributes