rateupdateutilityCopycurrentpricingtootherwarehousesPost method
Future<Response<WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse> >
rateupdateutilityCopycurrentpricingtootherwarehousesPost({
- required FwStandardModelsBrowseRequest? body,
Implementation
Future<
chopper.Response<
WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse
>
>
rateupdateutilityCopycurrentpricingtootherwarehousesPost({
required FwStandardModelsBrowseRequest? body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse,
() =>
WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse
.fromJsonFactory,
);
return _rateupdateutilityCopycurrentpricingtootherwarehousesPost(
body: body,
);
}