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": "c975266f-281f-4cfb-92c3-797f34c88b91", "Name": "sample string 1", "CompanyId": "d6f647c5-a80b-4712-b256-29084a1940b8" }
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": "2fd5714b-ed18-47aa-a076-7cf86d8b0fbd", "Name": "sample string 1", "CompanyId": "88e5402a-0a25-4509-8431-0663bfd255d4" }, "Total": 1, "Message": "sample string 1" }