inventorycontaineritemSortPost method
Implementation
Future<chopper.Response<WebApiLogicSortItemsResponse>>
inventorycontaineritemSortPost({
required WebApiModulesInventoryInventoryContainerItemSortContainerItemsRequest?
body,
}) {
generatedMapping.putIfAbsent(
WebApiLogicSortItemsResponse,
() => WebApiLogicSortItemsResponse.fromJsonFactory,
);
return _inventorycontaineritemSortPost(body: body);
}