POST api/SortedEntities/GetSortedList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| dto | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"guid": "52a7df78-b1f6-4c8d-b6d3-41a1e3740c63",
"EntityType": 2,
"SortedList": [
{
"$id": "2",
"ID": 1,
"Text": "sample string 2",
"SortOrder": 3,
"ParentID": 4,
"Children": [
{
"$ref": "2"
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
{
"$ref": "2"
},
{
"$ref": "2"
}
]
}
application/x-www-form-urlencoded
Sample: