inventorysearchSearchPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventorySearchInventorySearchResponse
  >
>
inventorysearchSearchPost({
  required WebApiModulesInventoryInventorySearchInventorySearchRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventorySearchInventorySearchResponse,
    () => WebApiModulesInventoryInventorySearchInventorySearchResponse
        .fromJsonFactory,
  );

  return _inventorysearchSearchPost(body: body);
}