inventorysearchSearchPost method
Future<Response<WebApiModulesInventoryInventorySearchInventorySearchResponse> >
inventorysearchSearchPost({
- required WebApiModulesInventoryInventorySearchInventorySearchRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventorySearchInventorySearchResponse
>
>
inventorysearchSearchPost({
required WebApiModulesInventoryInventorySearchInventorySearchRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventorySearchInventorySearchResponse,
() => WebApiModulesInventoryInventorySearchInventorySearchResponse
.fromJsonFactory,
);
return _inventorysearchSearchPost(body: body);
}