POST/spaces/api/v1/companies.json

Create a new Company

Request Examples

Example Request

POST
/spaces/api/v1/companies.json
curl --request GET \
     --url https://{site_name}.teamwork.com/tags.json

Responses

  • Code
    201
    Type
    object
    Schema
    Description
    201 Created
  • Code
    400
    Type
    object
    Schema
    Description
    400 Bad Request
  • Code
    409
    Type
    object
    Schema
    Description
    409 Conflict
  • Code
    500
    Type
    object
    Schema
    Description
    500 Internal Server Error

Examples

201 Created

ProjectsCreateStatusOK
{
  "STATUS": "string",
  "id": "string"
}