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": "b5c8b04a-574f-4ea1-9fd4-0a27f4252370", "Name": "sample string 1", "CompanyId": "4f665a49-fd37-41b8-bdd9-7b3dbf6db4b1" }
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": "34860017-f942-4c31-8231-f0f75999c845", "Name": "sample string 1", "CompanyId": "f5ead26c-97f5-4e7f-bca8-c3cfbeef3842" }, "Total": 1, "Message": "sample string 1" }