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": "6105eaa5-e6ef-441e-a11e-eb260d925bdb", "Name": "sample string 1", "CompanyId": "bf794b57-10c1-45b3-9117-2c5dce83bfb1" }
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": "43f70b53-5477-459d-8ea8-a7c166f51541", "Name": "sample string 1", "CompanyId": "23d5119b-28ef-4f10-9c22-f0b1341cb24b" }, "Total": 1, "Message": "sample string 1" }