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": "eb5b66fe-1cea-4f54-a68e-a0cd731e8440", "Name": "sample string 1", "CompanyId": "a65b532f-bcba-4c04-b4d4-e05e53397c3e" }
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": "6e245a19-c8ca-4b40-a2b9-5e4dfdb11c74", "Name": "sample string 1", "CompanyId": "e4340bf2-35a2-4465-b29c-b59b9cabce41" }, "Total": 1, "Message": "sample string 1" }