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": "884d6b37-c6e3-4d6c-90f0-cead7d620ca3",
"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: