frequently asked questions

All your questions in one place.

AddressShort

This method returns an Address description in a short form.

BODY - RAW

{

"Method": "AddressShort",

"Parameters": [

<nAddressId>,
[<bOnlyName>]

]

}

Parameters Description
nAddressID

Id of the address.

bOnlyName

Optional

If true, the method returns: company name, last name and first name of the address.

If false, the method returns also the zip code and town.

EXAMPLE

*/ Return the short address, with the zip code and the town, for for address id 1234

{

"Method": "AddressShort",
"Parameters": [

1234

]

}

*/ Return the short address, without zip code and town, for the address id 1234

{

"Method": "AddressShort",
"Parameters": [

1234,
true

]

}

Did you find this article useful?

0 out of 1 found this helpful