Teams

Create a team

Creates a new team.

post/teams

Request body

namestring required

Team name

Example request

{
  "name": "Sales"
}

Response

Team created

idnumber required

Team ID

namestring required

Team name

createdOnstring nullable required

Creation timestamp in ISO 8601 format

modifiedOnstring nullable required

Last modification timestamp in ISO 8601 format

Example response

{
  "id": 1,
  "name": "Sales",
  "createdOn": "2024-06-15T14:30:00.000Z",
  "modifiedOn": "2024-06-15T15:00:00.000Z"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.