InvoiceAddress
Get invoice addresses
Get the list of all invoice addresses.<br>You must have at least one of these scopes: 'setup.read, setup.manage, settings.read, settings.manage'.
get/settings/v1/invoice-address
Query parameters
propertyIdsstring[]
Response
Success.
Example response
{
"addresses": [
{
"addressLine1": "Marienplatz 1",
"postalCode": "80331",
"city": "München",
"regionCode": "DE-BY",
"countryCode": "DE",
"propertyId": "MUC"
}
],
"count": 1
}Changes
No recorded changes to this endpoint across all 1 revision of this API.