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": "eaec91d9-83d9-40fa-8ec2-c7138c2268be", "Name": "sample string 1", "CompanyId": "6f33f5a2-f5d1-4887-8e88-b41a7be189fa" }
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": "ac68e3e2-76d2-448d-9757-8d2f0c9732c4", "Name": "sample string 1", "CompanyId": "dfcd5de2-f385-40ee-8127-c1ccd6a6ced9" }, "Total": 1, "Message": "sample string 1" }