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": "e408145e-2131-4676-9f2e-723d244459ca", "Name": "sample string 1", "CompanyId": "a2060e06-0fff-4afa-acc7-8869724a0011" }
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": "705b4f8d-aca5-4279-b9fc-b5acdd18f8f6", "Name": "sample string 1", "CompanyId": "910bbf70-1ff5-4116-b4b5-c668e58fd48d" }, "Total": 1, "Message": "sample string 1" }