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": "c0221bf3-759d-4a61-af28-03e14515c89e", "Name": "sample string 1", "CompanyId": "871cd358-ea1b-422e-b19a-5c5112a723c4" }
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": "0fc52673-a820-4067-b656-3ecfad948e41", "Name": "sample string 1", "CompanyId": "ed09515b-190a-4a04-b775-5259a921a130" }, "Total": 1, "Message": "sample string 1" }