Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DirectionFieldLogic
From Faces (HTTP GET)gender
  • If a commonTitle is present, it is reported as-is
  • Otherwise, the one-letter code of the sex is reported (M / F / U / X)
 titleWill be mapped one-to-one from greeting.formalTitle
To Faces (HTTP PATCH / POST)gender
  • If value is a known sex type one-letter code (M / F / U / X), apply it as "sex"
    • For F set greeting commonTitle = MS
    • for M set greeting commonTitle = MR
  • If value is a known common title, apply it as such and derive the default sex from it (e.g. MR = Sex "MALE", MS = Sex "FEMALE")
  • Otherwise set Sex = "UNDEF" and remove commonTitle. The sent value will not be stored.
 titleWill 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.

Image Added Image Added

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.