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": "f0f02847-a49e-4abb-bbce-79c1ec43eff0", "Name": "sample string 1", "CompanyId": "2f2fc560-8a26-4786-809a-ce05927e9300" }
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": "3971ab97-b0aa-4c51-be87-02cd35728534", "Name": "sample string 1", "CompanyId": "b4e17572-ff95-497a-ab1e-ebd1f2294074" }, "Total": 1, "Message": "sample string 1" }