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": "6bc3879b-41b1-4939-90ff-cf627771843f", "Name": "sample string 1", "CompanyId": "7e446217-17a7-4033-93c9-32bcef05dc91" }
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": "a7c3290e-9547-4add-a950-9ce5f78249c4", "Name": "sample string 1", "CompanyId": "1c174b08-cb9d-41ce-9f1c-d20d54df911c" }, "Total": 1, "Message": "sample string 1" }