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": "95d391a6-2187-4280-8a58-5ad006c0f45d", "CompanyId": "82e56f4b-429f-4302-bf06-e2f8055cb935", "TaskStatusTypeId": "ae5272ca-8f94-44e8-8123-6a6bb836523b", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "0e5cf9f3-b382-49a3-a0c2-02c6d16ed6f6", "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": "6b077ab8-1b04-49bf-8189-9b5aa4e700f3", "CompanyId": "260867a0-cb29-4837-8cf4-d46f729b82c5", "TaskStatusTypeId": "ef4bc5f0-d24f-4eeb-ab3a-675f13c51232", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "d459f5a0-d5a4-4cb2-a87e-3882ce18c452", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }