JSON_EXAMPLE
[
{
"branch": "[email protected]",
"updated_at": "2021-10-13 00:01:03",
"producer_user": "[email protected]",
"key_agent_user": "[email protected]",
"reference_code": "ref001",
"status": 2,
"property_type": 3,
"internal_comments": "nota interna de prueba",
"description": "descripcion de prueba",
"publication_title": "Titulo de prueba",
"publication_title_en": "",
"commission": "30",
"street": "Echeverria",
"number": "100",
"apartment": "B",
"floor": "2",
"location": "24683",
"geo_lat": "34.575199272373",
"geo_long": "-58.4458019693",
"development": "[email protected]",
"network_information": "network info test",
"transaction_requirements": "transaction info test",
"key_contact": "[email protected]",
"key_location": "Owner,
"key_reference_code": "Las tiene test",
"network_share": "30",
"contacts": [
"[email protected]"
],
"cotization_users": ["[email protected]"],
"maintenance_user": "[email protected]",
"operations": [
{
"type": 1,
"prices": [
{
"currency": "USD",
"price": 530000,
"period": ""
},
{
"currency": "ARS",
"price": 2000000,
"period": ""
},
]
},
{
"type": 3,
"prices": [
{
"currency": "ARS",
"price": 4000,
"period": "3"
},
]
}
],
"images": [{"url":"url1.com/imagen.jpg", "is_blueprint": True, "description":"descripcion de la foto"},
{"url": "url1.com/imagen2.jpg"},
],
"services": [1, 2, 3],
"attributes": [
{
"code": "total_surface",
"value": "254"
},
{
"code": "room_amount",
"value": "3"
},
{
"code": "Custom test",
"value": "custom value"
}
]
}
]
Updated over 2 years ago