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": "a1e33d93-cbfa-48e5-b9b4-357728bb7704", "Name": "sample string 1", "CompanyId": "fbcfec97-6b2d-4ad3-9f74-37b2b425cf8b" }
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": "135142a8-13f0-4228-9583-6dbf4a1eb5db", "Name": "sample string 1", "CompanyId": "fce7bd62-9ff9-4cf9-a948-1f0c6dde2d5a" }, "Total": 1, "Message": "sample string 1" }