physicalinventoryReplacecountsPost method

Implementation

Future<
        chopper.Response<
            WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse>>
    physicalinventoryReplacecountsPost(
        {required WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsRequest?
            body}) {
  generatedMapping.putIfAbsent(
      WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse,
      () =>
          WebApiModulesInventoryPhysicalInventoryPhysicalInventoryReplaceCountsResponse
              .fromJsonFactory);

  return _physicalinventoryReplacecountsPost(body: body);
}