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": "c205bb2d-d947-4d20-ace1-8180585ed140", "Name": "sample string 1", "CompanyId": "5fabd636-a8f0-439e-9e8a-fc13c12c9ff3" }
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": "d21caa3f-dbba-4384-bdc2-bd6441c7f759", "Name": "sample string 1", "CompanyId": "0fde9b1f-7e4e-4b21-9b73-9b28b21a103a" }, "Total": 1, "Message": "sample string 1" }