API DOCUMENTATION
getCustomerJobTitles (pOST)
Returns all the customer job titles.
Request examples
CURL:
curl --location 'https://movin.cloud/api/real-estate/get-customer-job-titles' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer SECRETOKEN'
Response Example
{
"data": [
{
"id_job_title": “MGjf$d34$”,
"name": "Administrativo"
},
{
"id_job_title": “MGjf&G934$”,
"name": "Cargo 2"
}, ...
]
}