Skip to main content
POST
/
api
/
Divisions
Create a Division.
curl --request POST \
  --url https://api.example.com/api/Divisions \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "name": "<string>",
  "shortName": "<string>",
  "publicName": "<string>",
  "active": true,
  "country": "<string>",
  "countryName": "<string>",
  "timeZone": "<string>",
  "gmtOffset": 123,
  "timesheetSystem": 123
}
'
{
  "id": 123,
  "name": "<string>",
  "shortName": "<string>",
  "publicName": "<string>",
  "active": true,
  "country": "<string>",
  "countryName": "<string>",
  "timeZone": "<string>",
  "gmtOffset": 123,
  "timesheetSystem": 123
}

Body

application/json
id
integer<int32>
name
string | null
shortName
string | null
publicName
string | null
active
boolean
country
string | null
countryName
string | null
timeZone
string | null
gmtOffset
integer<int32>
timesheetSystem
integer<int32>

Response

200 - application/json

OK

id
integer<int32>
name
string | null
shortName
string | null
publicName
string | null
active
boolean
country
string | null
countryName
string | null
timeZone
string | null
gmtOffset
integer<int32>
timesheetSystem
integer<int32>