physicalinventoryItemsaddedApprovepurchasecostPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
  >
>
physicalinventoryItemsaddedApprovepurchasecostPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryApprovePurchaseCostResponse
            .fromJsonFactory,
  );

  return _physicalinventoryItemsaddedApprovepurchasecostPost(body: body);
}