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": "45177a33-9db0-4e20-ae62-86fb84e4b61a", "Name": "sample string 1", "CompanyId": "72508532-d17e-4f24-974f-43acc8915ed7" }
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": "e7b790a4-5fbc-492e-94aa-4fec7a60bb65", "Name": "sample string 1", "CompanyId": "8c85b6fb-b6a9-4750-b6d5-84bc4eaae8c1" }, "Total": 1, "Message": "sample string 1" }