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": "5442aa7f-fab0-4628-bb54-9447c1938fab", "Name": "sample string 1", "CompanyId": "906a47c3-be44-4d54-88fe-56b1e77219c9" }
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": "1ccfbab5-8e81-4dd8-9d54-0ef09516dc9d", "Name": "sample string 1", "CompanyId": "faa1b5e4-ce53-4bdf-a5c2-0db9082776ea" }, "Total": 1, "Message": "sample string 1" }