InvoiceAddress
Create or update invoice addresses for one or more properties.
If the address does not exist for one of the specified properties, it is created. If it exists, it is completely replaced.<br>You must have at least one of these scopes: 'setup.manage, settings.manage'.
put/settings/v1/invoice-address
Query parameters
propertyIdsstring[] required
Request body
Example request
{
"addressLine1": "Marienplatz 1",
"postalCode": "80331",
"city": "München",
"regionCode": "DE-BY",
"countryCode": "DE"
}Response
No content.
Changes
No recorded changes to this endpoint across all 1 revision of this API.