API - Description - Name - POST

Support DQE
Support DQE
  • Updated

Name POST request

There are two APIs available for Name:

  • /FIRSTNAMESUGGEST/: provides a list of first names based on the user's input.

Endpoint:

https://{SERVER_ADDRESS}/FIRSTNAMESUGGEST/

Method: POST

Add the following parameters in the request body using x-www-form-urlencoded.

Parameter Value Description Mandatory/Optional
Licence {LICENCE_CODE} Licence code. Mandatory
Firstname {FIRST_NAME} Part of the first name already entered by the user. Mandatory
Gender {GENDER} M, F, or I. Optional
NBResponse {NUM} Maximum number of suggestions to return. Optional (default: 10)
Country {COUNTRY_CODE} ISO 3-letter country code used to prioritize suggestions. Optional
Format {FORMAT} Desired output format. Optional (default: 0)
Verifname Y Checks whether the first name exists without autocomplete. Optional

Format values:

Format Description
0 First name in uppercase without accents.
1 First letter uppercase without accents.
2 First name in lowercase without accents.
  • /LASTNAMESUGGEST/: provides a list of last names based on the user's input.

Endpoint:

https://{SERVER_ADDRESS}/LASTNAMESUGGEST/

Method: POST

Add the following parameters in the request body using x-www-form-urlencoded.

Parameter Value Description Mandatory/Optional
Licence {LICENCE_CODE} Licence code. Mandatory
Lastname {NAME} Part of the last name already entered by the user. Mandatory
NBResponse {NUM} Maximum number of suggestions to return. Optional (default: 10)

Related to

Was this article helpful?

0 out of 0 found this helpful