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": "ed8838e1-9df0-44f7-9b01-141d4c49a614", "Name": "sample string 1", "CompanyId": "b3659783-5fcd-4a90-80c1-0b7ba78c1ac2" }
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": "7da292ed-4324-4ab3-8b3a-73c4dedaeddd", "Name": "sample string 1", "CompanyId": "a0fa8382-05fc-48c1-aea8-11a46febd6b9" }, "Total": 1, "Message": "sample string 1" }