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": "530a5a6c-31fb-47d9-b618-c49f77a8e698", "Name": "sample string 1", "CompanyId": "66e43621-e6e0-4f9c-87b6-a4c38e8a4060" }
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": "a54e059f-036d-49ee-802b-672a1149f3a6", "Name": "sample string 1", "CompanyId": "07be824d-1efc-4446-b17e-f263df2c2fe6" }, "Total": 1, "Message": "sample string 1" }