PUT api/Status/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Status| Name | Description | Type | Additional information |
|---|---|---|---|
| statusId | globally unique identifier |
None. |
|
| name | string |
None. |
|
| createdDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"statusId": "aa6e8740-2c36-4c34-92df-07d3d4122255",
"name": "sample string 2",
"createdDate": "2026-03-20T18:40:22.8759729+00:00"
}
text/html
Sample:
{"statusId":"aa6e8740-2c36-4c34-92df-07d3d4122255","name":"sample string 2","createdDate":"2026-03-20T18:40:22.8759729+00:00"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.