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": "1f6c57c9-ab9f-4832-b256-87c3917c2518", "Name": "sample string 1", "CompanyId": "0e2bb3ed-9ae0-406c-aeae-35ef7f059e23" }
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": "ce1119d6-2103-4677-a531-2f452052d650", "Name": "sample string 1", "CompanyId": "a8d2fd18-dafe-4be8-b7cd-39a77fe24245" }, "Total": 1, "Message": "sample string 1" }