frequently asked questions

All your questions in one place.

AdID

This method returns the primary key of an address, given an address code.

BODY - RAW

{
		"Method": "AdID",
		"Parameters": [
			<cCodeAdresse>
		]
}

EXAMPLE

*/ Return the identifier of the address for which the code is ABC123.

{
		"Method": "AdID",
		"Parameters": [
			"ABC123"
		]
}

Did you find this article useful?

0 out of 1 found this helpful