Navigation
Lead / Send Request Scenario
General
Design
APIs
Lead / Send Request Scenario
General
Design
APIs
You can add an Available URL Parameter named customFields to transfer information with the request of pCon.ui to PriceService API or PropertyService API.
Please note that the string of the url parameter has to be html coded.
Example
→ you want to transfer country and pricegroup to the priceservice
<iframe src="https://ui.pcon-solutions.com/#GATEKEEPER_ID=[ID]&customFields=country%3Dgb%26pg%3Deast"> </iframe>
Content of customFields in clear text: country=gb&pg=east
& and = were encoded.
! * ' ( ) ; : @ & = + $ , / ? % # [ ] are so called reserved characters and therfore need URL encoding if you use them in your customFields to avoid misinterpretation as query by pCon.ui. Please use e.g. url encoder to make sure it's encoded correctly.