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": "b002593e-ccde-428f-b914-ea068c590e75", "Name": "sample string 1", "CompanyId": "4443515a-a0fd-409e-a878-a52e3ead6dd0" }
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": "9d431741-95f5-4799-bb2e-b683afc1e81e", "Name": "sample string 1", "CompanyId": "bef6e26a-9bda-4e00-b888-d56f9334bc8f" }, "Total": 1, "Message": "sample string 1" }