API DOCUMENTATION
getMatching (pOST)
Returns the matching information given an id.
Body params:
- id_matching (string, required): The matching id.
 
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-matching' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
REQUEST EXAMPLE:
{
    "id_matching": "huriw(r3@"                
}
Response Example
{
    "data": {
        "id_matching": "ASvnw8923&%d=",
        "customer_info": {
                "id_customer": "QVeE21nw892$=2=",
                "name": "Pepe",
                "surnames": null,
                "phone_number": "6699919707",
            "email": null
        },
        "customer_type_info": {
            "customer_type": 3,
            "name": "Comprador"
        },
        "matching_title": "st jaaaam",
        "matching_reference": "12",
        "elevator": 1,
        "balcony": 0,
        "terrace": 0,
        "communitary_area": 1,
        "concierge": 1,
        "swimming_pool": 1,
        "parking": 1,
        "garden": 1,
        "24_hour_surveillance": 0,
        "disabled_access": 1,
        "furnished": 0,
        "storage_room": 1,
        "exterior_interior": 0,
        "air_conditioning": 1,
        "heating": 0,
        "pets_allowed": 1,
        "show_profitabilty": 0,
        "status": "Urgente",
        "id_tracking": “Mh653k934$”,
        "id_origin": “Mger=4$”,
        "assigned_agent_info": {
            "id_assigned_agent": "OOw/F)w89PmcC&%d=",
            "name": "Daniel",
            "surnames": "4DMOVIN",
            "email": "daniel@movin.cloud"
        },
        "creator_info": {
            "id_creator": "OIasdPO==&$",
            "name": "Imma",
            "surnames": "Losada",
            "email": "imma.losada@namastech.com"
        },
        "reassigned": 0,        "status_info": {
            "id_status": 1,
            "name": "En búsqueda"
        },
        "property_type_info": {            "id_property_type": "MyGf93&w3",            "property_type_name": "Coworking"        },
        "zonifications": [
            {
                "id_zonification": "MjQkMzQ1Njk=",
                "name": "Barcelona Centre"
            }
        ],
        "districts": [
            {
                "id_district": "MjQkMzQ1Njg=",
                "name": "Distrito 1"
            },
            {
                "id_district": "MjQkMzQ1Njk=",
                "name": "Distrito 2"
            }
        ]
    }
}
