inventorysubstitutePost method

Implementation

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

  return _inventorysubstitutePost(body: body);
}