physicalinventoryinventoryPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory
  >
>
physicalinventoryinventoryPost({
  required WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory,
    () =>
        WebApiModulesInventoryPhysicalInventoryInventoryPhysicalInventoryInventory
            .fromJsonFactory,
  );

  return _physicalinventoryinventoryPost(body: body);
}