Curbside field
You can change the title of the fields, and add the required.
The only required field is the color of the vehicle.
The parameter must be used for each title.
URL Params EncodingRemember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".
ie: "curbsideField=Color vehicule" => stepConfirmed=color,true,Color%20vehicule"
Specific configuration parameters
Parameter | Description |
|---|---|
Color | Parameter used to change the title of the vehicle's color.
|
Plate | Parameter used to change the title of the plate number.
|
Location | Parameter used to change the title of the Parking location.
|
Name | Parameter used to change the title of the receiver's name.
|
Comment | Parameter used to change the title of the additional information.
|
Usage Example
Consider the following examples:
Curbside field
https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&curbsideField=color,true,moto%20Color&curbsideField=plate,true,Sotano%20Piso&curbsideField=name,true,Nombre%20receptor&curbsideField=location,true,Lugar%20estacion&curbsideField=comment,true,info%20adicional
