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": "240ebf0a-261e-4590-a2b6-82a29af314bc", "Name": "sample string 1", "CompanyId": "0a5fac70-54b8-4546-ad7e-94ba7bc8af3d" }
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": "9959165a-64cd-4553-9e22-3b4e552e31db", "Name": "sample string 1", "CompanyId": "f4594466-410b-433c-a49d-97e6fdeb8fe1" }, "Total": 1, "Message": "sample string 1" }