How to contact the agency to book a trip or requests information.
| name | data type | description |
|---|---|---|
| contactPerson | string | The person's name responsible to administer the trip. |
| phoneNumber | string | Phone number to book the trip or request information. |
| string | Email address to book the trip or request information. | |
| faxNumber | string | Fax number to book the trip or request information. Very important. |
| infoUrl | string | URL to a website about general information about the service. |
| bookingUrl | string | URL to a website to book the service. |
| additionalDetails | string | Any other comment that does not fit anywhere else. |
Example
{
"contactPerson" : "...",
"phoneNumber" : "...",
"eMail" : "...",
"faxNumber" : "...",
"infoUrl" : "...",
"bookingUrl" : "...",
"additionalDetails" : "..."
}