curl --request PUT \
--url https://api.example.com/api/properties/:id \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '
{
"title": "<string>",
"description": "<string>",
"propertyTypeId": 123,
"propertySubtypeId": 123,
"operationTypeId": 123,
"statusId": 123,
"status": "<string>",
"currencyId": 123,
"price": 123,
"originalPrice": 123,
"expenses": 123,
"surfaceCoveredM2": 123,
"surfaceUncoveredM2": 123,
"lotSize": 123,
"rooms": 123,
"bedrooms": 123,
"bathrooms": 123,
"yearBuilt": 123,
"conditionId": 123,
"condition": "<string>",
"floor": 123,
"hasBalcony": {},
"hasTerrace": {},
"hasLaundry": {},
"hasGarden": {},
"petsAllowed": {},
"garageSpaces": 123,
"youtubeVideoUrl": "<string>",
"oportunidad": {},
"creditoHipotecario": {},
"aptoProfesional": {},
"aceptaPermuta": {},
"amoblado": {},
"duenioDirecto": {},
"features": [
"<string>"
],
"contactPhone": "<string>",
"contactEmail": "<string>",
"location": {},
"images": [
null
],
"imagesToDelete": [
123
],
"imagesMeta": [
{
"id": 123,
"url": "<string>",
"orderIndex": 123,
"isMain": true
}
],
"existingImageRotations": {},
"newImageRotations": [
123
],
"mainNewImageIndex": 123
}
'