API DOCUMENTATION
getBookingTypes (pOST)
Returns all the booking types.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-booking-types' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_type": “MGjf5y4r34$”,
"name": "Locales"
},
{
"id_type": “MGjfdk9388$”,
"name": "Vivienda habitual"
},
{
"id_type": “MGjfdk9$%34$”,
"name": "Vivienda de temporada"
},
{
"id_type": “MGjf7&k934$”,
"name": "All included"
},
{
"id_type": “MGjffgd%k934$”,
"name": "Bloqueo"
},
…
]
}