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": "1fcc93c2-6f21-48e1-aa24-b93f5c9fec68", "Name": "sample string 1", "CompanyId": "8b03377e-e66d-435d-affe-0a908ca22f72" }
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": "5232a29a-599d-482a-be2d-43c3797b6f8f", "Name": "sample string 1", "CompanyId": "a5512bdb-e177-47d4-83d9-aa08d06c8e7f" }, "Total": 1, "Message": "sample string 1" }