cURL
curl --request POST \ --url https://api.fello.ai/public/v1/contact/{contactId}/property \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "address": "<string>" } '
{ "propertyId": "<string>", "address": { "aptOrUnitNumber": "6", "streetAddress": "Main St", "city": "Anytown", "county": "Cuyahoga", "state": "OH", "zip": "44022" } }
Adds property details for a contact in Fello.
The API Key generated from your Fello account.
Fello's unique identifier for a contact.
1
Property address to be associated with the contact.
1 - 128
Success
Show child attributes
Apartment / Unit number
"6"
Street Address
"Main St"
City name
"Anytown"
County name
"Cuyahoga"
State abbreviation
"OH"
Zip code
"44022"
Was this page helpful?