rateupdateutilityCopycurrentpricingtootherwarehousesPost method

Future<Response<WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse>> rateupdateutilityCopycurrentpricingtootherwarehousesPost({
  1. required FwStandardModelsBrowseRequest? body,
})

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse
  >
>
rateupdateutilityCopycurrentpricingtootherwarehousesPost({
  required FwStandardModelsBrowseRequest? body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse,
    () =>
        WebApiModulesInventoryInventoryCopyCurrentPricingToOtherWarehousesResponse
            .fromJsonFactory,
  );

  return _rateupdateutilityCopycurrentpricingtootherwarehousesPost(
    body: body,
  );
}