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": "81a98489-a628-49f2-8abb-83658eb4c2cd", "Name": "sample string 1", "CompanyId": "e27be16e-fb05-454c-878a-b02d8f1df7c3" }
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": "9477948a-bf31-4a6b-8846-b75745020c6b", "Name": "sample string 1", "CompanyId": "24879b11-9a87-422c-b606-424dfc34700d" }, "Total": 1, "Message": "sample string 1" }