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": "01100643-5be4-4d19-acc3-962d10cbdc6e", "Name": "sample string 1", "CompanyId": "adcb4472-9087-4d8a-b97e-321cab900206" }
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": "58ebb688-7283-43fa-9692-477bd6cc1d12", "Name": "sample string 1", "CompanyId": "566e021a-a1be-4636-818d-a84e5e6f3068" }, "Total": 1, "Message": "sample string 1" }