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": "abb8ecb4-09f3-42b9-ad32-73a2654e37dd", "Name": "sample string 1", "CompanyId": "9d2f5669-e246-40b0-97c4-b5d291ccce84" }
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": "00dffa80-1b58-416f-8a1b-fdad1ecd33cc", "Name": "sample string 1", "CompanyId": "c969ebb9-98d2-4b70-b15d-a5ed8c7dfef6" }, "Total": 1, "Message": "sample string 1" }