POST TaskStatusTypes
Creates a task status type.
Request Information
URI Parameters
None.
Body Parameters
Task Status Type to create
TaskStatusTypeName | Description | Type | Additional information |
---|---|---|---|
TaskStatusTypeId | globally unique identifier |
None. |
|
Name | string |
None. |
|
CompanyId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "TaskStatusTypeId": "8e717067-1f3b-4092-9dbe-b605dd1cfa04", "Name": "sample string 1", "CompanyId": "f50d2534-5e27-47da-89cf-1b5d287ab702" }
Response Information
Resource Description
On success, the created task status type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | TaskStatusType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "TaskStatusTypeId": "27c0e733-4865-45fc-a397-668d5bc14ee4", "Name": "sample string 1", "CompanyId": "2ebd922b-3961-40f7-8bea-b1024e3ea0bc" }, "Total": 1, "Message": "sample string 1" }