POST TaskStatusTypeTaskType
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
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": "b0e36c17-63ae-4521-b81a-4e7ec53fb289", "CompanyId": "ecf01df8-dcb2-42ca-bcbf-2fc742b85faf", "TaskStatusTypeId": "7cf8a684-cdb5-4d10-bf5d-bd3ce3a9e9ed", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b53c45cd-9200-4ee8-a175-d1954cc2a858", "TaskTypeName": "sample string 4", "Description": "sample string 5" }
Response Information
Resource Description
On success, the created task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusTypeTaskType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeTaskTypeId": "c0de1c1a-0b57-46e5-b03e-a0fe717f5048", "CompanyId": "f99a721a-fd6f-4bc3-a7fd-b2ce0756a4b1", "TaskStatusTypeId": "26873c33-8fe2-4ebf-af2a-1ee56203266a", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "ac9d0876-9d97-4e9a-8194-e2bbcc6000ef", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }