API DOCUMENTATION
getCustomerCancellationReasons (pOST)
Returns all the customer cancellation reasons.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-customer-cancellation-reasons' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_cancellation_reasons": “MGjf$d34$”,
"name": "Duplicidad"
},
{
"id_cancellation_reasons": “MGjf&G934$”,
"name": "Incidencia"
}, ...
]
}