PUT TaskStatusTypes
Updates a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
TaskStatusType that will be updated with given info.
TaskStatusTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeId": "df630cb5-041e-47d0-91ff-70acf8abe189", "Name": "sample string 1", "CompanyId": "285f3c42-991e-4b01-85ab-d239886d5b69" }
Response Information
Resource Description
On success, the updated task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeId": "36641047-96b2-4f7c-9753-7d27f7fd5742", "Name": "sample string 1", "CompanyId": "d135c9ee-bbda-443a-ae3b-3df111e5fcb0" }, "Total": 1, "Message": "sample string 1" }