POST/eventtypes.json
Create an Event Type
Create an event type.
Request Examples
Example Request
POST
/eventtypes.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}