curl --location '/properties/1146/contacts' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstName": "Test 29 June",
"lastName": "Lakin",
"position": "Corporate Branding Supervisor",
"email": "test@gmail.com",
"telephones": [
{
"type": "Office",
"number": "(261) 925-8829"
},
{
"type": "Mobile",
"number": "(261) 925-8829 x0414"
}
],
"communicationPreference": {
"phone": true,
"email": true,
"sms": true
}
}'{
"id": 0,
"createdByType": 0,
"createdByID": 0,
"createdByUser": "string",
"createdOnDateTime": "2019-08-24T14:15:22.123Z",
"lastUpdatedOnDateTime": "2019-08-24T14:15:22.123Z",
"propertyID": 0,
"firstName": "string",
"lastName": "string",
"position": "string",
"email": "string",
"telephones": [
{
"id": 0,
"type": "Office",
"number": "string"
}
],
"communicationPreference": {
"phone": true,
"email": true,
"sms": true
}
}