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": "5e90da1a-9fdd-40d7-9ac5-975785c6353a", "Name": "sample string 1", "CompanyId": "ebc03145-96d4-4d29-b2f1-e65d96973801" }
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": "276dd700-ed49-4825-866b-a15a6096cb24", "Name": "sample string 1", "CompanyId": "87d4f63e-802d-4ddb-937e-d0ded6278470" }, "Total": 1, "Message": "sample string 1" }