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": "9b968574-2834-4c9d-95b6-a5ef2bc94156",
"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: