This article describes the POST request for the RESTful Address funnelcompl API. Use this endpoint to submit address complement parameters in the request body and retrieve additional address details after selecting a street from /funneladdress/.
Related Address documentation:
- Address API overview
- Restful funneladdress GET request
- Restful funnelcompl GET request
- Restful funnelcompl response
- Restful Address Swagger documentation
Restful funnelcompl POST request
Endpoint
https://{SERVER_ADDRESS}/{VERSION}/funnelcompl/
The value {SERVER_ADDRESS} is the address of the DQE server that will process the data.
The value {VERSION} is the API version used for the request.
Add the parameters below in the request body using x-www-form-urlencoded.
| Parameter | Expected value type | Description | Mandatory/Optional |
|---|---|---|---|
| Licence | {LICENCE_CODE} |
Licence code assigned to your account. | Mandatory |
| StreetId | {STREET_ID} |
Street ID selected previously. | Mandatory |
| Country | {COUNTRY_CODE} |
ISO 3-letter country code. | Mandatory |
| StreetNumber | {NUMBER} |
Street number. | Mandatory |
| Langue | {LANGUAGE} |
For Japan only: JP Kanji, JK Katakana, EN English. |
Optional |
Related to