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": "98fcd3bb-0be5-422f-af58-008e23be911b", "Name": "sample string 1", "CompanyId": "28805eae-30e2-49c4-8e47-8e04b8c70447" }
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": "1f06ef3c-283a-40b0-9939-214c782ca784", "Name": "sample string 1", "CompanyId": "c62fca01-badc-41ab-ba9a-9bbb5d6adae7" }, "Total": 1, "Message": "sample string 1" }