POST api/Status

Request Information

URI Parameters

None.

Body Parameters

Status
NameDescriptionTypeAdditional information
statusId

globally unique identifier

None.

name

string

None.

createdDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "statusId": "841d1e81-1ba5-430d-a939-82d24e840a24",
  "name": "sample string 2",
  "createdDate": "2026-03-20T18:37:46.4678139+00:00"
}

text/html

Sample:
{"statusId":"841d1e81-1ba5-430d-a939-82d24e840a24","name":"sample string 2","createdDate":"2026-03-20T18:37:46.4678139+00:00"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Status
NameDescriptionTypeAdditional information
statusId

globally unique identifier

None.

name

string

None.

createdDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusId": "1ecf2310-8ac4-49a0-834b-c11000495764",
  "name": "sample string 2",
  "createdDate": "2026-03-20T18:37:46.4678139+00:00"
}

text/html

Sample:
{"statusId":"1ecf2310-8ac4-49a0-834b-c11000495764","name":"sample string 2","createdDate":"2026-03-20T18:37:46.4678139+00:00"}