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"
]
}