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": "f8e3152d-09d6-41ec-b7ee-8cd1231bafc4", "Name": "sample string 1", "CompanyId": "056a54ee-2652-4077-9f6b-68ab469a0515" }
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": "4dea65da-42a0-4164-aed0-8fd85b569a93", "Name": "sample string 1", "CompanyId": "27490146-473f-4695-867f-b741a92f4c98" }, "Total": 1, "Message": "sample string 1" }