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": "77810400-8c2e-4412-ae5b-9e6affc6a725", "Name": "sample string 1", "CompanyId": "668377d3-666e-41be-8414-809e06d3e7ff" }
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": "c466a3fb-d316-40a8-b9c2-044bdbac802f", "Name": "sample string 1", "CompanyId": "62d5f97a-190e-4ab3-b3c2-5905f715cceb" }, "Total": 1, "Message": "sample string 1" }