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": "003f553d-102b-44bc-9871-31e1dbb9b158", "CompanyId": "f85400db-9567-4d6b-a3ae-5b0a584588d2", "TaskStatusTypeId": "9b891ea3-3a88-4453-a3a1-ec18ea303f33", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b705e99b-d9f7-42d5-ac6e-1cfc3adb3843", "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": "98d19994-7948-4438-8cc4-08d99410c4ab", "CompanyId": "bbd51acd-b4c9-4e90-b253-aab5f6553c47", "TaskStatusTypeId": "e2e95b8e-23f4-4eac-a4d1-2ea79be2f2fe", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "bf5d2f6e-9b54-45a7-96c3-3fcf42e1dbcd", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }