Upcoming change to Greeting & Title on traveller profiles
Currently available fields:
...
Important: Depending on the agency settings for 'Title structure', either commonTitle / formalTitle OR compoundTitle are being used. Please consult our documentation for further details.
On top of that, two new greeting/gender values are implemented: Miss (MISS) & Undisclosed/Others (NON_BINARY, X)
Furthermore, a new field will be available: Name suffix / nameSuffix
Transition logic for deprecated fields
We will continue to support the deprecated fields until their scheduled removal. The following translation logic will be applied:
Direction | Field | Logic |
---|---|---|
From Faces (HTTP GET) | gender |
|
title | Will be mapped one-to-one from greeting.formalTitle | |
To Faces (HTTP PATCH / POST) | gender |
|
title | Will be mapped one-to-one to greeting.formalTitle |
New standard field 'state' on company
With our next release the new field 'state' will be available on all company profiles. If on a company profile the country field is filled with either 'United States', 'Canada', or 'Mexico', an additional standard field will be available to select the 'state'. The 'state' field includes all relevant states of the respective country in a drop-down list. The value of 'state' in the JSON is always a two-letter code.
API rate limiting
If we monitor excessive API calls over a longer period, we reserve the right to set a rate limiting or to charge for these calls.