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": "4655ff1a-5846-49b3-a48f-9bbc9e5858c5", "Name": "sample string 1", "CompanyId": "03bbc585-4944-4bb3-99e6-38bec52ccedf" }
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": "62260864-b887-4c5c-8443-05c4cb427294", "Name": "sample string 1", "CompanyId": "9cf09fc6-6c89-4309-8134-b1122c185f4c" }, "Total": 1, "Message": "sample string 1" }