This service will return the operation types available for the properties published of the website
| Resource information | |
|---|---|
| Authentication | Required |
| HTTP Method | GET |
| Response | JSON |
| Version | 1 |
<https://mapaprop.app/api/action/express-v1/operations>
GET /api/action/express-v1/types HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_branSjjsldiwjtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw
A JSON document with the list of types available for the published properties of the customer. Also read Constants
| Object | Field | Type | Required | Description |
|---|---|---|---|---|
| Response | operations | Array of Type | yes | The list of Operation objects |
| types | description | string | yes | The description of property type for customer Country |
| id | int | yes | The Id of property type |
{
"operations": [
{
"description": "Venta",
"id": 1
},
{
"description": "Alquiler Temporario",
"id": 3
},
{
"description": "Permuta",
"id": 4
},
{
"description": "Alquiler",
"id": 2
},
{
"description": "Remate",
"id": 7
},
{
"description": "Compartir",
"id": 6
}
]
}