# Paramètres Url

The parameter "params" is used for autocomplation. This parameter contains others sub-parameters :

- "immat" without "-", For exemple immat = fb329xr
- "firstname"
- "lastname"
- "email"
- "phone"

You need to use ";" to separate each sub-parameters

```sh
Exemple URL with all parameters : ?utm_medium=email&utm_source=actito&utm_campaign=XXXXXX&utm_term=PUID&utm_content={Convaincus}_{high}_{high}_{high}_{high}_{high}_{high}_{high}_{high}_{low}_{low}_{low}_{low}_{low}_{low}_{low}_{low}_{low}_{low}_{medium}&params=immat:fb329xr;firstname:Jonh;lastname:Doe;email:jonh@gmail.com;tel:0666666666;services:batterie,contrat&codesiebel=HF00000
```

##### If you need to auto select the differents services you can use the sub-parameter "services" in the parameter params

Exemple with services sub-parameter : 
```sh 
params=immat:fb329xr;firstname:Jonh;lastname:Doe;email:jonh@gmail.com;tel:0666666666;services:batterie
```

You can add others services with a ',' : 
```sh 
services:batterie,contrat
```