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": "05e98b5a-02c5-47d1-bec7-91fc8b473612", "Name": "sample string 1", "CompanyId": "b4fe945f-af87-400a-b5bb-8b1c14a6b1be" }
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": "af179dbc-51be-4643-8688-8b7cd8f67c36", "Name": "sample string 1", "CompanyId": "6e1def59-6253-47c3-ab1a-1c3e4a99b68f" }, "Total": 1, "Message": "sample string 1" }