Use this endpoint in Funnel mode to search for postal codes and localities before selecting a street with /ADR/, using the POST method.
Related Address documentation:
CP POST request
Endpoint
https://{SERVER_ADDRESS}/CP/The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
Add the parameters below in the request body using x-www-form-urlencoded.
| Parameter | Value | Description | Mandatory/Optional |
|---|---|---|---|
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| CodePostal | {POSTAL_CODE} |
Postal code to be searched. | Mandatory |
| Pays | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
| Alpha | True |
Always send the value True. |
Mandatory |
| Instance | {VALUE} |
Allows you to pass a value during the call. This value is returned in the response. | Optional |
| Etendue | Y |
Allows search with at least 2 digits in the postal code. For France and Belgium only, the grouping of postal codes by municipality is fragmented. | Optional |
| NbMax | {NB_MAX} |
Maximum number of suggestions returned by the CP call. | Optional |
| Filter | {FILTER} |
If not specified, all suggestions are returned. |
Optional |
| Langue | {LANGUAGE} |
For Japan only: JP Kanji, JK Katakana, EN English. |
Optional |
Related to