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": "9f9b8df0-c461-4b4b-9056-8090b4092e41", "Name": "sample string 1", "CompanyId": "ac4d0970-1ad0-47ff-b01a-caf64e933199" }
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": "623d6b5a-ea1e-4dc6-a4a3-3e9cdec29710", "Name": "sample string 1", "CompanyId": "07161588-fdca-48c5-ae6c-e15c923bbb93" }, "Total": 1, "Message": "sample string 1" }