physicalinventoryItemsaddedNewpurchasecostPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse
  >
>
physicalinventoryItemsaddedNewpurchasecostPost({
  required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse,
    () =>
        WebApiModulesInventoryPhysicalInventoryPhysicalInventoryNewPurchaseCostResponse
            .fromJsonFactory,
  );

  return _physicalinventoryItemsaddedNewpurchasecostPost(body: body);
}