Curbside Field

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 Encoding

Remember 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.

  • Required: true
  • Default: Color

Plate

Parameter used to change the title of the plate number.

  • Required: true or false
  • Default: Plate number

Location

Parameter used to change the title of the Parking location.

  • Required: true or false
  • Default: Parking location

Name

Parameter used to change the title of the receiver's name.

  • Required: true or false
  • Default: Receiver's name

Comment

Parameter used to change the title of the additional information.

  • Required: true or false
  • Default: 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