PRODUCTION

This service is the general configuration of the site and customer by a domain.

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1

Resource URL

https://mapaprop.app/api/action/express-v1/settings-v2

Sample code

GET /api/action/express-v1/settings-v2 HTTP/1.1
Host: mapaprop.app
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_Sjjgc3wTtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw

Response

A JSON document with the configuration of the customer and website.

ObjectFieldTypeRequiredDescription
ResponsesettingsArray of SettingyesThe list of Setting object
customerCustomeryesThe customer object
SettingnamestringyesThe name of the setting
categorystringyesThe category of the setting (config, resource)
CustomernamestringyesThe company name of the realtor
addressstringyesThe address of the realtor
zone0DescriptionstringyesThe country where the realtor is located
zone1DescriptionstringyesThe state / province the realtor is located
zone2DescriptionstringyesThe county the realtor is located / neighborhood in some cases
zone3DescriptionstringnoThe city the realtor is located
zipstringyesThe zip code of the realtor
websiteActivebooleanyesIf the website is active or not. If not, no other service will bring you data. This might be because the customer is overdue with bills or simple cancellation
phone1stringyesA phone number of the realtor
phone2stringnoAn alternative phone number for the realtor
phone3stringnoAn alternative phone number for the realtor
mobilestringnoMobile phone number for instant messengers
emailstringyesThe email of the customer

Sample response

{
  "settings": [
    {
      "name": "mode",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "config",
      "value": "some.branches"
    },
    {
      "name": "google.analytics",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "UA-16637317-1"
    },
    {
      "name": "logo",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/styles/customers/1687/logo.png"
    },
    {
      "name": "path",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "1687"
    },
    {
      "name": "slide1.image",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/styles/customers/1687/slide1.jpg"
    },
    {
      "name": "slide1.url",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/contacto"
    },
    {
      "name": "slide2.image",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/styles/customers/1687/slide2.jpg"
    },
    {
      "name": "slide2.url",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/contacto"
    },
    {
      "name": "slide3.image",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/styles/customers/1687/slide3.jpg"
    },
    {
      "name": "slide3.url",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/contacto"
    },
    {
      "name": "stylesheet",
      "custId": 223x,
      "websiteId": 6xxx,
      "category": "resource",
      "value": "/styles/customers/1687/style.css"
    }
  ],
  "customer": {
    "name": "Super Realtors Inc",
    "tempRental": true,
    "zone0Description": "Argentina",
    "zone1Description": "Capital Federal",
    "zone2Description": "Recoleta",
    "websiteActive": true,
    "phone1": "2334-3322",
    "phone2": "2334-3323",
    "mobile": "541122226666",
    "email": "info@fancy.com",
    "zip": "1425",
    "address": "Skype: apartments"
  }
}