POST TaskStatusTypeTaskType
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeTaskType| Name | 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": "95a63b64-279a-4381-891b-14430ba5a122",
  "CompanyId": "c50cdb92-ac67-4691-b496-714bb4bb6648",
  "TaskStatusTypeId": "8b167e86-b890-4021-8217-b1defcfc3422",
  "TaskStatusTypeName": "sample string 2",
  "SourceSystemId": "sample string 3",
  "TaskTypeId": "53510e3d-fe35-4c89-a039-063a928c02aa",
  "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": "fc5f0b03-d589-4ad4-ac6f-d6041fcb9902",
    "CompanyId": "a7cc4264-de09-44f5-8d7e-4ddc03f9b69a",
    "TaskStatusTypeId": "8367f200-ea47-425d-8963-c2a199129bc8",
    "TaskStatusTypeName": "sample string 2",
    "SourceSystemId": "sample string 3",
    "TaskTypeId": "a3563430-1669-4fcb-a056-4aa40f34a90a",
    "TaskTypeName": "sample string 4",
    "Description": "sample string 5"
  },
  "Total": 1,
  "Message": "sample string 1"
}