DELETE TaskStatusTypeTaskType
Deletes a task status type by its Id.
Request Information
URI Parameters
None.
Body Parameters
Id of the task status type
TaskStatusTypeTaskTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeTaskTypeId | globally unique identifier |
None. |
|
CompanyId | globally unique identifier |
None. |
|
TaskStatusTypeId | globally unique identifier |
None. |
|
TaskStatusTypeName | string |
None. |
|
SourceSystemId | string |
None. |
|
TaskTypeId | globally unique identifier |
None. |
|
TaskTypeName | string |
None. |
|
Description | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeTaskTypeId": "6f53b6f0-51ee-47fc-895d-50ed39ac277f", "CompanyId": "c8a48b3f-0c56-40f3-b968-5107553a1c83", "TaskStatusTypeId": "312410b9-b02b-4cda-a0f6-eb16bc8afb4d", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "925cc12c-5f37-4f21-abc4-205a890e92ab", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "c2130e20-4f5a-4bb1-b961-19caf7996be7", "CompanyId": "53ef108f-267a-4cb2-bd6e-b949fb24d224", "TaskStatusTypeId": "7d0feee5-5f92-4dac-b8e2-ab21e3df5006", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "3444bab1-e2ce-4503-9197-071dac6886b0", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }