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": "d4d4343b-9d83-4128-be5e-07eb841b3dcf", "Name": "sample string 1", "CompanyId": "5669b830-dd79-4d2c-bb46-6acb08dac70e" }
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": "3ad663f0-c730-4943-b382-8cadd17f0b2d", "Name": "sample string 1", "CompanyId": "be87d3ca-ce0d-447f-ae75-a9c22f5e908c" }, "Total": 1, "Message": "sample string 1" }