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": "7b796d11-b0bd-4b48-9358-e9606344d0b6", "CompanyId": "e97e70c9-6238-411c-a50e-58f5f5b571a2", "TaskStatusTypeId": "1fa08249-5fa0-43c2-a32e-51e41625cac2", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "63dc08d1-b2ea-49dc-9ab3-5d4e3b0d1dc8", "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": "837c9d5f-af9d-4ce1-bee1-0f08abd0c91b", "CompanyId": "c495dcd4-11d2-429c-b4ea-16ce63f2e073", "TaskStatusTypeId": "22505060-58e9-4f27-b366-3349612d8430", "TaskStatusTypeName": "sample string 2", "SourceSystemId": "sample string 3", "TaskTypeId": "b9d31e83-1433-4d28-b550-54828c516332", "TaskTypeName": "sample string 4", "Description": "sample string 5" }, "Total": 1, "Message": "sample string 1" }