POST api/PlanetLibraryCategory/DragAndDropPlanetLibrary
Request Information
URI Parameters
None.
Body Parameters
Collection of PlanetLibraryDragAndDropName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ParentId | integer |
None. |
|
SortIndex | integer |
None. |
Request Formats
application/json, text/json
Sample:
[ { "Id": 1, "ParentId": 2, "SortIndex": 1 }, { "Id": 1, "ParentId": 2, "SortIndex": 1 } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true