inventorymaterialPost method

Implementation

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

  return _inventorymaterialPost(body: body);
}