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": "15063c3c-9fd0-403b-815b-78d72f0c5339", "Name": "sample string 1", "CompanyId": "369f80f8-56a6-46a9-9136-016b3360dce8" }
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": "a11532ab-ed8a-4dc3-b938-e241926ff53e", "Name": "sample string 1", "CompanyId": "887b0fd1-3b15-4bc7-b62d-5cd04fb68846" }, "Total": 1, "Message": "sample string 1" }