POST api/SortedEntities/SaveSortedList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
dto
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "guid": "44a236f9-d2e7-4541-a8ea-4bcb8c9e920f",
  "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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SortedEntity'.