Skip to main content
POST
/
api
/
Configuration
/
Clients
/
Statuses
Create Client Status
curl --request POST \
  --url https://api.example.com/api/Configuration/Clients/Statuses \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "enabled": true,
  "name": "<string>",
  "statusOrder": 123
}
'
{
  "id": 123,
  "enabled": true,
  "name": "<string>",
  "statusOrder": 123
}

Body

application/json
id
integer<int32>
enabled
boolean
name
string | null
statusOrder
integer<int32>

Response

OK

id
integer<int32>
enabled
boolean
name
string | null
statusOrder
integer<int32>