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": "aab29dd6-3ee6-4697-b8c4-6e44926bbc9e", "Name": "sample string 1", "CompanyId": "63291e90-1af5-45ef-a133-9a060e32dbbb" }
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": "594dab1f-f2b0-4c34-8c73-0af08e7208d6", "Name": "sample string 1", "CompanyId": "0809d925-cfd1-4578-93de-04c79a10f05d" }, "Total": 1, "Message": "sample string 1" }