Addresses
Create an address
Creates an address for a given account.
post/addresses
Query parameters
accountIdstring required
The ID of the account to work with.
Example:F50091
Request body
Example request
{
"type": "office",
"nickName": "office",
"addressLine1": "Great Building",
"addressLine2": "Four Maple Street",
"addressLine3": "Southwark",
"addressContact": "Brian May",
"city": "string",
"postcode": "SE13UB",
"country": "England"
}Response
Created
Example response
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"type": "office",
"nickName": "office",
"addressLine1": "Great Building",
"addressLine2": "Four Maple Street",
"addressLine3": "Southwark",
"addressContact": "Brian May",
"city": "string",
"postcode": "SE13UB",
"country": "England",
"countryCode": "GB"
}