POST api/Altig24/UpdateSort

Request Information

URI Parameters

None.

Body Parameters

PlanetLibrarySort
NameDescriptionTypeAdditional information
idAndSortNumber

Dictionary of integer [key] and integer [value]

None.

Request Formats

application/json, text/json

Sample:
{
  "idAndSortNumber": {
    "1": 2,
    "3": 4
  }
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true