POST api/Altig24/UpdateSort
Request Information
URI Parameters
None.
Body Parameters
PlanetLibrarySort| Name | Description | Type | Additional 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
booleanResponse Formats
application/json, text/json
Sample:
true