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": "3362a9c0-dda7-4f2e-b4ea-06cc1f02a044", "Name": "sample string 1", "CompanyId": "bc9de50d-ed99-4210-8ea3-4bdaef881d9d" }
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": "f168b8d1-a6cd-4dc5-8bd3-15d675891d95", "Name": "sample string 1", "CompanyId": "2af495f1-bbb6-48a9-8040-c2835a34448b" }, "Total": 1, "Message": "sample string 1" }