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": "003d939c-0bd3-434e-ae27-6cc2e54e31a9", "Name": "sample string 1", "CompanyId": "fe8b14d0-63f6-49e6-81e3-85526609e500" }
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": "309d9ea8-471a-444b-83df-3c9129e3f027", "Name": "sample string 1", "CompanyId": "3fd020ff-c08e-43cb-a26a-1d23611a1180" }, "Total": 1, "Message": "sample string 1" }