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": "0da1b098-0c02-4420-b413-9a8b05c067e0", "Name": "sample string 1", "CompanyId": "6b36f9df-9fc1-4d11-a8a1-4286a094f558" }
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": "6b0220b8-a0d5-469a-90d2-d1eab293a203", "Name": "sample string 1", "CompanyId": "1b40a016-c3c0-4b5a-99f2-6b819bcea1f3" }, "Total": 1, "Message": "sample string 1" }