Trip Interface Description 1.2.2 Help

Contacts

With a question of type contacts, you can display a list of contacts.
The list of contacts can be defined in the options of the first answer.

{ "id": 0, "key": "contacts", "type": "contacts", "label": "Contacten", "description": "Call one of the numbers below.", "answers": [ { "id": 0, "nextQuestionId": 1, "options": { "contacts": [ { "Email": "info@d2t.nl", "ClientName": "FleetGO Barneveld - Nederland", "Phone": "+31342404250" }, { "Email": null, "ClientName": "FleetGO - Belgiƫ", "Phone": "+32342404251" } ] } } ] }

Answer Options

This chapter describes the option possibilities for an answer.

Name

Type

Description

Required

Default

ClientName

string

A name

false

Phone

string

A phone number

false

ContactPerson

string

The name of a contact person

false

GSM

string

A GSM number

false

Address

string

A address

false

Postcode

string

A postcode

false

City

string

A city

false

Country

string

A country

false

Email

string

A email

false

Remarks

string

Any extra remarks

false

Examples

Checkbox optional
{ "id": 0, "key": "contacts", "type": "contacts", "label": "Contacten", "description": "Call one of the numbers below.", "answers": [ { "id": 0, "nextQuestionId": 1, "options": { "contacts": [ { "Email": "info@d2t.nl", "ClientName": "FleetGO Barneveld - Nederland", "Phone": "+31342404250" }, { "Email": null, "ClientName": "FleetGO - Belgiƫ", "Phone": "+32342404251" } ] } } ] }
Last modified: 17 July 2025