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": "b7c7761c-8e8f-49ac-a664-0f1816b9c552", "Name": "sample string 1", "CompanyId": "90fb8dfd-46e4-4ef1-aa9b-58fa4a97fd6f" }
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": "483af9eb-20f6-4b2c-8573-2a6d8b690c76", "Name": "sample string 1", "CompanyId": "00ecedb8-5bc3-445c-9a19-37d7d2f1bec5" }, "Total": 1, "Message": "sample string 1" }