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": "6b8f50e7-087e-472c-a54e-13c356d10fe7", "CompanyId": "2f900ff7-9d08-4f55-b47f-00f4999d1c53", "TaskStatusTypeId": "e9cc2417-88ef-40a9-9685-811a6b5a9fc2", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "dd08d1f7-8d95-4a80-bf70-cb97b5eb0c9f", "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": "770efc02-5bab-4c03-bba8-4366dfc7d7b3", "CompanyId": "eabc29a2-7934-44bc-b81e-ec1a43244b29", "TaskStatusTypeId": "6b6e2224-c794-40ea-8136-ad543de4c243", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "749efb19-d2cf-433c-ac3a-c50a77bd0ec6", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }