curl --request POST \
--url https://api.example.com/api/Configuration/Contacts/Statuses \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}
'{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}curl --request POST \
--url https://api.example.com/api/Configuration/Contacts/Statuses \
--header 'Content-Type: application/json' \
--data '
{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}
'{
"id": 123,
"enabled": true,
"name": "<string>",
"statusOrder": 123
}Was this page helpful?