{"id":1130,"date":"2017-05-23T12:05:51","date_gmt":"2017-05-23T10:05:51","guid":{"rendered":"http:\/\/www.domibus.com\/?page_id=1130"},"modified":"2024-01-17T14:32:52","modified_gmt":"2024-01-17T13:32:52","slug":"documentacion-api-v2","status":"publish","type":"page","link":"https:\/\/www.domibus.com\/documentacion-api-v2\/","title":{"rendered":"Domibus API v2"},"content":{"rendered":"<p align=\"LEFT\"><strong><span style=\"font-family: Calibri,sans-serif;\">Version 2.5<br \/>\nJune , 2022<\/span><\/strong><\/p>\n<div id=\"toc_container\" class=\"no_bullets\"><p class=\"toc_title\">Table of Contents<\/p><ul class=\"toc_list\"><li><a href=\"#INTRODUCTION\">INTRODUCTION<\/a><\/li><li><a href=\"#REQUESTS\">REQUESTS<\/a><ul><li><a href=\"#Using_SSL\">Using SSL<\/a><\/li><li><a href=\"#Data_Types\">Data Types<\/a><\/li><li><a href=\"#HTTP_Methods\">HTTP Methods<\/a><\/li><li><a href=\"#Authentication\">Authentication<\/a><\/li><li><a href=\"#Request_Responses\">Request Responses<\/a><ul><li><a href=\"#Property_Listing_Searching_and_Sorting\">Property Listing, Searching and Sorting<\/a><ul><li><a href=\"#Available_Endpoints\">Available Endpoints<\/a><\/li><li><a href=\"#Available_Parameters\">Available Parameters<\/a><\/li><li><a href=\"#Example\">Example<\/a><\/li><\/ul><\/li><li><a href=\"#Access_Data_Source_Information\">Access Data Source Information<\/a><ul><li><a href=\"#Available_Endpoints-2\">Available Endpoints<\/a><\/li><li><a href=\"#Available_Parameters-2\">Available Parameters<\/a><\/li><li><a href=\"#Examples\">Examples<\/a><\/li><\/ul><\/li><li><a href=\"#Alerts_Management\">Alerts Management<\/a><ul><li><a href=\"#Available_Endpoints-3\">Available Endpoints<\/a><\/li><li><a href=\"#Available_Parameters-3\">Available Parameters<\/a><\/li><li><a href=\"#Examples-2\">Examples<\/a><\/li><\/ul><\/li><li><a href=\"#User_Management\">User Management<\/a><ul><li><a href=\"#Available_Endpoints-4\">Available Endpoints<\/a><\/li><li><a href=\"#Available_Parameters-4\">Available Parameters<\/a><\/li><li><a href=\"#Examples-3\">Examples<\/a><\/li><\/ul><\/li><\/ul><\/li><\/ul><\/li><li><a href=\"#RESPONSES\">RESPONSES<\/a><ul><li><a href=\"#Response_Formats\">Response Formats<\/a><ul><li><a href=\"#Response_Payload_Changes\">Response Payload Changes<\/a><\/li><\/ul><\/li><li><a href=\"#HTTP_Status_Codes\">HTTP Status Codes<\/a><\/li><li><a href=\"#Errors\">Errors<\/a><ul><li><a href=\"#Errors_in_the_Response_Payload\">Errors in the Response Payload<\/a><\/li><li><a href=\"#Error_Type_Definition\">Error Type Definition<\/a><\/li><\/ul><\/li><li><a href=\"#Response_Payload\">Response Payload<\/a><ul><li><a href=\"#Response_-_Property_Listing\">Response - Property Listing<\/a><\/li><li><a href=\"#Response_-_Access_Data_Source_Information\">Response - Access Data Source Information<\/a><\/li><li><a href=\"#Response_-_Alert_Management\">Response - Alert Management<\/a><\/li><li><a href=\"#Response_User_Management\">Response \u2013 User Management<\/a><\/li><\/ul><\/li><\/ul><\/li><li><a href=\"#STRUCTUREENDPOINTS\">STRUCTURE\/ENDPOINTS<\/a><\/li><\/ul><\/div>\n\n<h1 class=\"western\" style=\"text-align: center;\"><span id=\"INTRODUCTION\"><span style=\"color: #ff6600;\">INTRODUCTION<\/span><\/span><\/h1>\n<p align=\"LEFT\"><span style=\"font-family: Calibri,sans-serif;\">The Domibus API is organized around REST. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We support cross-origin resource sharing, allowing you to interact securely with our API from a client-side web application (though you should never expose your secret API key in any public website's client-side code). JSON is returned by all API responses, including errors.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">This section of the documentation is geared towards developers and covers the basics of using any of our REST APIs. <\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><b>REST Request<\/b><\/span><span style=\"font-family: Calibri,sans-serif;\"> - how to send a request including the domains, paths, and HTTP Method conventions we use. Also includes <\/span><span style=\"font-family: Calibri,sans-serif;\">how to authenticate yourself and <\/span><span style=\"font-family: Calibri,sans-serif;\">details on the common parameters for pagination, filtering and sorting.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><b>REST Response<\/b><\/span><span style=\"font-family: Calibri,sans-serif;\"> - we have a standard response wrapped, which is detailed here. We also talk about HTTP status codes and how we return error messages.<\/span><\/p>\n<h1 class=\"western\" style=\"text-align: center;\"><span id=\"REQUESTS\"><span style=\"color: #ff6600;\">REQUESTS<\/span><\/span><\/h1>\n<h2 class=\"western\"><span id=\"Using_SSL\"><span style=\"color: #0000ff;\">Using SSL<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">All API methods should be called over SSL. You must use SSL when working with non-public data such as customer accounts and private information. Make sure your client technology supports SSL.<\/span><\/span><\/p>\n<h2><span id=\"Data_Types\"><span style=\"color: #0000ff;\">Data Types<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\"><b>Array Inputs<\/b><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">JSON Payloads Data is returned using JSON (Javascript Object Notation). JSON is the only format we support. It's a lightweight serialization language that is compatible with many different programming languages and technologies. JSON is syntactically correct JavaScript code, meaning you can use the Javascript <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">eval()<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> function to parse it.<\/span><\/p>\n<h2 class=\"western\"><span id=\"HTTP_Methods\"><span style=\"color: #0000ff;\">HTTP Methods<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">The majority of calls to the API will be via HTTP GET, since you will be requesting one or more resources. However, some operation require other HTTP methods:<\/span><\/p>\n<table border=\"1\" width=\"665\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"123\">\n<col width=\"524\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"123\"><span style=\"font-family: Calibri,sans-serif;\">HTTP Method<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"524\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"123\"><span style=\"font-family: Calibri,sans-serif;\">GET<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"524\"><span style=\"font-family: Calibri,sans-serif;\">Reads resources via URL, often with query string criteria<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"123\"><span style=\"font-family: Calibri,sans-serif;\">POST<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"524\"><span style=\"font-family: Calibri,sans-serif;\">Create a new resource.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"123\"><span style=\"font-family: Calibri,sans-serif;\">PATCH<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"524\"><span style=\"font-family: Calibri,sans-serif;\">Updates an existing resource.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2><span id=\"Authentication\"><span style=\"color: #0000ff;\">Authentication<\/span><\/span><\/h2>\n<p align=\"LEFT\"><span style=\"font-family: Calibri,sans-serif;\">Your API keys are provided by Domibus. Your API keys carry many privileges, so be sure to keep them secret! Do not share your secret API keys in publicly accessible areas such GitHub, client-side code, and so forth.<\/span><\/p>\n<p align=\"LEFT\"><span style=\"font-family: Calibri,sans-serif;\">Authentication to the API is performed via HTTP Shared User Token.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Each request needs to contain information that identifies you as the client.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">All calls to the API require the authentication module to be invoked.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">The authentication utilizes the variables:<\/span><\/p>\n<ul>\n<li><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">client <\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">which is sent as a URL parameter.<\/span><\/span><\/li>\n<li><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params <\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">which is sent in the header (using the parameter Authorization = <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">). <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> is formed by encapsulating in JSON format the variables <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">token<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> and the <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">user<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> (which correspond to a user name in you system).<br \/>\nThe encapsulated JSON contains the sensitive variables that shouldn't be visible in a URL (<\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">user<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">, <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">token<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">, <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">email<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> and <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">hash<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> are always mandatory). This is accomplished by encrypting using openssl_encrypt with an AES-128-ECB algorithm and the same <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">api_key<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">. <\/span><\/span>&nbsp;<\/p>\n<ul>\n<li><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">The <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">token<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> is a hashed generated by concatenating the <\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">client<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">+<\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">user<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"> and the specified key (<\/span><\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">api_key<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">) using the HMAC method and a sha512 hash algorithm.<\/span><\/span><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><span style=\"font-family: Calibri,sans-serif;\">The authentication happens in every call against our API by adding both the variable <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">client<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> and <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">.<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">PHP Example:<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['token']=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n...\n<\/pre>\n<h2><span id=\"Request_Responses\"><span style=\"color: #0000ff;\">Request Responses<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">Our API servers reside at:<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">You make requests to a URL that have the following patterns:<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/{some resource path}<\/span><\/span><\/p>\n<h3><span id=\"Property_Listing_Searching_and_Sorting\">Property Listing, Searching and Sorting<\/span><\/h3>\n<p class=\"western\">S<span style=\"font-family: Calibri,sans-serif;\">earching for data offers very flexible options for inputs as well as sorting. Below are the options you can specify when searching.<\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Endpoints\"><span style=\"font-family: Calibri,sans-serif;\">A<\/span>vailable Endpoints<\/span><\/h4>\n<p><span style=\"font-family: Calibri,sans-serif;\">GET property by ID:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/property\/(?P&lt;id&gt;\\d+)<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/property\/12345?client=clientid<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">GET property by Province or map:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/property\/(?P&lt;search_type&gt;\\w+)\/(?P&lt;offer&gt;\\w+)\/(?P&lt;property&gt;\\w+)<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/property\/prov\/venta\/viviendas?client=clientid&amp;province=valencia<\/span><\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Parameters\">Available Parameters<\/span><\/h4>\n<table border=\"1\" width=\"665\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"119\">\n<col width=\"67\">\n<col width=\"453\"> <\/colgroup>\n<tbody>\n<tr>\n<td bgcolor=\"#dddddd\" width=\"119\"><span style=\"font-family: Calibri,sans-serif;\">Parameter<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Value<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">client<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The identifier of the client company <\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">(Mandatory)<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><\/td>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">JSON encoded variables that will be OpenSSL encrypted and passed as a hashed string.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">user <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">The identifier of the user from the client company (Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">token <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Is a hash provided by the authentication script (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">hash<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\"> It is a unique user identifier to facilitate integration and communication between platforms (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">first_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">last_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">email <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_number <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">phone <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_street <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the methods POST\/PATCH)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_city <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_state <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_postalcod <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_country <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Determines the type of seach that will be conducted by the API. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values: <\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('map'=&gt;'B\u00fasqueda por mapa', 'prov'=&gt;'B\u00fasqueda por provincia')<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">offer<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Is the type of property transaction being offered.<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">(Mandatory when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201dprov\u201dor\u201dmap\u201d)<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('venta'=&gt;'Venta', 'alquiler'=&gt;'Alquiler')<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Is the type of property being offered.<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">(Mandatory when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201dprov\u201dor\u201dmap\u201d)<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('viviendas'=&gt;'Viviendas', 'oficinas'=&gt;'Oficinas', 'locales_naves'=&gt;'Locales Naves', 'garajes'=&gt;'Garajes', 'terrenos'=&gt;'Terrenos')<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">province<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Provinces of the country. (Mandatory when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201dprov\u201d)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">coord<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The coordinates resulting from a google map polygon area. It requires a minimum of three (3) coordinate points.<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">(Mandatory when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201dmap\u201d)<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Format:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">(lat1, lng1)^(lat2, lng2)^(lat3, lng3)...<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">locality<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Localities within each Province. (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">id<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The reference ID of a property. (Mandatory when no <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">search_type<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> is set)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">pmin<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The minimum price. (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">pmax<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The maximum price. (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">tmin<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The minimum size in square meters (m2). (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">tmax<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The maximum size in square meters (m2). (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property_subtype<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The sub category of <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">It allows multiple values in the same request.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201d<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">viviendas<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">\u201d:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('piso'=&gt;'Pisos', 'chalet'=&gt;'Casas o Chalets', 'casa'=&gt;'Casas r\u00fasticas', 'atico'=&gt;'\u00c1ticos', 'duplex'=&gt;'D\u00faplex')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><br \/>\nValues when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">=\u201dlocal_naves\u201d:<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"><br \/>\n('local'=&gt;'Local', 'nNave'=&gt;'Nave')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><br \/>\nValues when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201d<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">terreno\u201d:<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"><br \/>\n('urbano'=&gt;'Urbano', 'urbanizable'=&gt;'Urbanizable', 'nourbanizable'=&gt;'No urbanizable')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Format:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">piso^chalet...<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">rooms<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The number of rooms. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">It allows multiple values in the same request.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('1'=&gt;'1 ba\u00f1o', '2'=&gt;'2 ba\u00f1os', '3'=&gt;'3 ba\u00f1os', '4'=&gt;'4 ba\u00f1os o m\u00e1s')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Format:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">1^2...<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">wc<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The number of bathrooms. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">It allows multiple values in the same request.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('1'=&gt;'1 ba\u00f1o', '2'=&gt;'2 ba\u00f1os', '3'=&gt;'3 ba\u00f1os', '4'=&gt;'4 ba\u00f1os o m\u00e1s')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Format:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">1^2...<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">attributes<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The additional attributes associated with a property. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">It allows multiple values in the same request.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">\u201dviviendas\u201d:<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('ascen'=&gt;'Con Ascensor', 'garaje'=&gt;'Garaje', 'piscina'=&gt;'Piscina', 'terraza'=&gt;'Terraza', 'jardin'=&gt;'Jard\u00edn', 'trast'=&gt;'Trastero', 'playa'=&gt;'Playa', 'aempotrado'=&gt;'Empotrados', 'calef'=&gt;'Calefacci\u00f3n', 'aircond'=&gt;'Aire acondicionado', 'vigil'=&gt;'Vigilancia', 'ornorte'=&gt;'Orientaci\u00f3n Norte', 'orsur'=&gt;'Orientaci\u00f3n Sur', 'oreste'=&gt;'Orientaci\u00f3n Este', 'oroeste'=&gt;'Orientaci\u00f3n Oeste')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><br \/>\nValues when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201d<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">local_naves\u201d:<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"><br \/>\n('ccomercial'=&gt;'En centro comercial', 'piecalle'=&gt;'A pie de calle', 'entreplanta'=&gt;'Entreplanta', 'subterraneo'=&gt;'Subterr\u00e1neo', 'calef'=&gt;'Calefacci\u00f3n', 'esquina'=&gt;'Hace esquina', 'aircond'=&gt;'Aire acondicionado', 'humos'=&gt;'Salida de humos')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\"><br \/>\nValues when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">\u201dterreno\u201d:<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"><br \/>\n('accviaurbana'=&gt;'Acceso via urbana', 'accporcarr'=&gt;'Acceso por carretera', 'accporcam'=&gt;'Acceso por camino', 'agua'=&gt;'Agua', 'alectric'=&gt;'Electricidad', 'alcant'=&gt;'Alcantarillado', 'gasnat'=&gt;'Gas natural', 'alumpub'=&gt;'Alumbrado p\u00fablico', 'acera'=&gt;'Aceras')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=\u201doficinas<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">\u201d:<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('diaf'=&gt;'Di\u00e1fana', 'tabicada'=&gt;'Tabicada', 'mamparas'=&gt;'Mamparas', 'Uexclusivo'=&gt;'Uso exclusivo', 'umixto'=&gt;'Uso mixto', 'ascen'=&gt;'Con Ascensor', 'garaje'=&gt;'Garaje', 'Acaliente'=&gt;'Agua caliente', 'calef'=&gt;'Calefacci\u00f3n', 'aircond'=&gt;'Aire acondicionado', 'vigil'=&gt;'Vigilancia')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values when <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">=<\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">\u201dgaraje\u201d:<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">('ascen'=&gt;'Con Ascensor', 'cubierta'=&gt;'Cubierta', 'trast'=&gt;'Trastero', 'vigil'=&gt;'Vigilancia', 'pautomatica'=&gt;'Puerta autom\u00e1tica', 'moto'=&gt;'Plaza para moto')<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Format:<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">ascen^garaje^aircond...<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">timeframe<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The time-frame looking back that the data is pulled from. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('dia'=&gt;'\u00daltimas 24 horas', '48'=&gt;'\u00daltimas 48 horas', 'semana'=&gt;'La \u00faltima semana', 'mes'=&gt;'El \u00faltimo mes', '3mes'=&gt;'El \u00faltimos 3 meses')<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">order<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">The order in which the data is displayed. (Optional)<\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">('recientes'=&gt;'Recientes', 'antiguos'=&gt;'Antiguos', 'baratos'=&gt;'Baratos', 'caros'=&gt;'Caros')<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">provider<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">The provider the data was original obtained from. (Optional)<\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Check with Domibus Support Team<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">page<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">The page to display from the total of pages resulting from the data obtained. (Optional)<\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Defaults to \u201c1\u201d.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">items_per_page<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">The number (between \u201c1\u201d and \u201c20\u201d) of items to be displayed per page. (Optional)<\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Defaults to \u201c20\u201d.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">acquired<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">This value indicates properties that have been acquired by the <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">user<\/span><\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">. (Optional)<\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p>\u201c<span style=\"font-family: Calibri,sans-serif;\">1\u201d (Show only Acquired), \u201c0\u201d (Show All)<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Defaults to \u201c0\u201d<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-family: Calibri,sans-serif;\">To help control the quantity of response data returned in a call, we support page and items_per_page request parameters. The majority of calls to the API will allow for the use of pagination since you will be requesting one or more resources.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">For example, you can fetch the first 20 results by setting <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">page<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> to 1 and <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">items_per_page<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> to 20. To fetch the second 20 results, set <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">page<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> to 2 and <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">items_per_page<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> to 20.<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">You can tell how many results matched your query by looking at the <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">total<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> property that is returned in every response back from the API. <\/span><\/p>\n<h4><span id=\"Example\"><span style=\"font-family: Calibri,sans-serif;\">E<\/span>xample<\/span><\/h4>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['token']=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/property\/1000331?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;GET&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params.&quot;&quot;,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<h3><span id=\"Access_Data_Source_Information\">Access Data Source Information<\/span><\/h3>\n<p><span style=\"font-family: Calibri,sans-serif;\">This type of request is designed to obtain the source URL that the property was originally acquired from to be able to view the contact information of the property owner at its source.<\/span><\/p>\n<h4><span id=\"Available_Endpoints-2\">Available Endpoints<\/span><\/h4>\n<p><span style=\"font-family: Calibri,sans-serif;\">GET access by ID:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/access\/(?P&lt;id&gt;\\d+)<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/access\/12345?client=clientid<\/span><\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Parameters-2\">Available Parameters<\/span><\/h4>\n<table border=\"1\" width=\"665\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"119\">\n<col width=\"67\">\n<col width=\"453\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#dddddd\" width=\"119\"><span style=\"font-family: Calibri,sans-serif;\">Parameter<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Value<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">id<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The reference ID of a property. (Mandatory)<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><\/td>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">JSON encoded variables that will be OpenSSL encrypted and passed as a hashed string.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">user <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">The identifier of the user from the client company (Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">token <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Is a hash provided by the authentication script (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">hash<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\"> It is a unique user identifier to facilitate integration and communication between platforms (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">first_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">last_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">email <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_number <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">phone <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_street <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the methods POST\/PATCH)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_city <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_state <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_postalcod <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_country <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 class=\"western\"><span id=\"Examples\">Examples<\/span><\/h4>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['token']=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/access\/900234?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;GET&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_COOKIE = &quot;wfvt_1492410860=591977b3ed37a&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<h3 class=\"western\"><span id=\"Alerts_Management\">Alerts Management<\/span><\/h3>\n<p><span style=\"font-family: Calibri;\">*This type of request is used exclusively in partial API integrations that<span style=\"font-family: Calibri,sans-serif;\"> utilize a Domibus Landing Page.<\/span> It is designed to obtain or process Alerts created in the Domibus platform. <\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Endpoints-3\">Available Endpoints<\/span><\/h4>\n<p><span style=\"font-family: Calibri;\">GET alert by ID:<\/span><\/p>\n<p><span style=\"font-family: Calibri;\">\/rest\/v2\/alert\/(?P&lt;id&gt;\\d+)<\/span><\/p>\n<p><span style=\"color: #000080;\"><span lang=\"zxx\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">https:\/\/www.domibus.com\/api\/rest\/v2\/alert\/12345?client=clientid<\/span><\/span><\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri;\">GET alert by user:<\/span><\/p>\n<p><span style=\"font-family: Calibri;\">\/rest\/v2\/alert<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">https:\/\/www.domibus.com\/api\/rest\/v2\/alert?client=clientid<\/span><\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Parameters-3\">Available Parameters<\/span><\/h4>\n<table border=\"1\" width=\"667\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"119\">\n<col width=\"67\">\n<col width=\"454\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#dddddd\" width=\"119\"><span style=\"font-family: Calibri;\">Parameter<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"67\"><span style=\"font-family: Calibri;\">Value<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"454\"><span style=\"font-family: Calibri;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">id<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri;\">Int<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"457\"><span style=\"font-family: Calibri;\">The reference ID of an alert. (Optional)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">action<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"457\"><span style=\"font-family: Calibri;\">Determines if we want to get information about the alert or process the alert. (Optional)<br \/>\n<\/span><span style=\"font-family: Calibri;\">Values:<\/span><span style=\"font-family: Calibri;\">('list'=&gt;'get information about alert', 'process'=&gt;'process alert')<br \/>\n<\/span><span style=\"font-family: Calibri;\">Defaults to \u201c'list'\u201d.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><\/td>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">JSON encoded variables that will be OpenSSL encrypted and passed as a hashed string.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">user <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">The identifier of the user from the client company (Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">token <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Is a hash provided by the authentication script (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">hash<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\"> It is a unique user identifier to facilitate integration and communication between platforms (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">first_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">last_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">email <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_number <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">phone <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_street <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the methods POST\/PATCH)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_city <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_state <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_postalcod <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_country <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 class=\"western\"><span id=\"Examples-2\">Examples<\/span><\/h4>\n<p><span style=\"font-family: Calibri;\">PHP Example with no <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">action<\/span><\/span><span style=\"font-family: Calibri;\"> specified:<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['token']=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/alert\/900234?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;GET&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_COOKIE = &quot;wfvt_1492410860=591977b3ed37a&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<p><span style=\"font-family: Calibri;\">PHP Example with <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">action<\/span><\/span><span style=\"font-family: Calibri;\">=\u201dprocess:\u201d<br \/>\n<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['token']=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/alert\/900234?client=&quot;.$client.&quot;action=process&quot;,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;GET&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_COOKIE = &quot;wfvt_1492410860=591977b3ed37a&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<h3 class=\"western\"><span id=\"User_Management\">User Management<\/span><\/h3>\n<p><span style=\"font-family: Calibri,sans-serif;\">This section covers the methods available to view, create and update users within your subscription. It also covers the methods to either upgrade or downgrade a user subscription.<\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Endpoints-4\">Available Endpoints<\/span><\/h4>\n<p><span style=\"font-family: Calibri,sans-serif;\">GET (view) current user:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/user\/<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/user?client=clientid<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">POST (create) user:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/user\/<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/user?client=clientid<br \/>\n<\/span><\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">PATCH (update) current user:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">\/rest\/v2\/user\/<\/span><\/p>\n<p><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/rest\/v2\/user?client=clientid<\/span><\/span><\/p>\n<h4 class=\"western\"><span id=\"Available_Parameters-4\">Available Parameters<\/span><\/h4>\n<table border=\"1\" width=\"665\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"119\">\n<col width=\"67\">\n<col width=\"453\"> <\/colgroup>\n<tbody>\n<tr>\n<td bgcolor=\"#dddddd\" width=\"119\"><span style=\"font-family: Calibri,sans-serif;\">Parameter<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">Value<\/span><\/td>\n<td bgcolor=\"#dddddd\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">client<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">The identifier of the client company <\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">(Mandatory)<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">action<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\">Is the action available <\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the method GET)<\/span><\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">('login'=&gt;'login', 'upgrade'=&gt;'upgrade', 'downgrade'=&gt;'downgrade')<\/span><\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">*login is limited to partial API integrations that utilize a Domibus Landing Page.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"17\" bgcolor=\"#ffffff\" width=\"119\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">params<\/span><\/span><\/td>\n<td rowspan=\"17\" bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"453\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">JSON encoded variables that will be OpenSSL encrypted and passed as a hashed string.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">user <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">The identifier of the user from the client company (Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">token <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Is a hash provided by the authentication script (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">hash<\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\"> It is a unique user identifier to facilitate integration and communication between platforms (Mandatory) <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">first_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">last_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">subscription <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when using the methods POST\/PATCH)<\/span><\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">('demo'=&gt;'demo', 'ilimitata'=&gt;'ilimitata')<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">email <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_name <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">company_number <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">phone <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_street <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the methods POST\/PATCH)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_city <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_state <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_postalcod <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">address_country <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Mandatory when billing through Domibus platform)<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"453\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">agreement <\/span><\/span><\/span><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">(Optional when using the methods POST\/PATCH)<\/span><\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri,sans-serif;\">Values:<\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">('0'=&gt;'0', '1'=&gt;'1')<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h4 class=\"western\"><span id=\"Examples-3\">Examples<\/span><\/h4>\n<p><span style=\"font-family: Calibri,sans-serif;\">PHP Example with GET Method:<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key = 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n$params['user']=&quot;apitest&quot;;\n$params['token']\t\t\t=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params\t\t\t\t=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/user\/?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;GET&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params.&quot;&quot;,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<p><span style=\"font-family: Calibri,sans-serif;\">PHP Example with POST Method:<br \/>\n<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client\t\t\t\t=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key \t\t\t= 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']\t\t\t=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['subscription']\t\t= 'demo';\n$params['email']   \t\t= 'myemail@mydomain.com';\n$params['first_name']\t\t= 'apitest firstn';\n$params['last_name']\t\t= 'apitest lastn';\n$params['company_name']\t= 'apitest LLC';\n$params['company_number']\t= 'CNUM123456';\n$params['phone']\t\t= '123456789';\n$params['address_street']\t= 'apitest adress';\n$params['address_city']\t\t= 'apitest city';\n$params['address_state']\t\t= 'Madrid';\n$params['address_postalcod']\t= 'apitest postalc';\n$params['address_country']\t= 'apitest country';\n$params['token']\t\t\t=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params\t\t\t\t=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/user\/?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;POST&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params.&quot;&quot;,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<p><span style=\"font-family: Calibri,sans-serif;\">PHP Example with PATCH Method:<\/span><\/p>\n<pre class=\"brush: php; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n$client\t\t\t\t=&quot;client123&quot;;\t\t\/\/client id (provided by us)\n$api_key \t\t\t= 'abcde123456';\t\/\/do not send this to the API endpoint (provided by us)\n\n\/\/encripted variables to be sent\n$params['user']\t\t\t=&quot;apitest&quot;;\t\/\/user id (given by your login system)\n$params['subscription']\t\t= 'ilimitada';\n$params['email']   \t\t= 'myemail@mydomain.com';\n$params['first_name']\t\t= 'apitest firstn';\n$params['last_name']\t\t= 'apitest lastn';\n$params['company_name']\t= 'apitest LLC';\n$params['company_number']\t= 'CNUM123456';\n$params['phone']\t\t= '123456789';\n$params['address_street']\t= 'apitest adress';\n$params['address_city']\t\t= 'apitest city';\n$params['address_state']\t\t= 'Madrid';\n$params['address_postalcod']\t= 'apitest postalc';\n$params['address_country']\t= 'apitest country';\n$params['token']\t\t\t=base64_encode(hash_hmac('sha512', $client.$user, $api_key, TRUE));\n$params\t\t\t\t=openssl_encrypt(json_encode( $params ),&quot;AES-128-ECB&quot;,$api_key);\n\n$curl = curl_init();\n\ncurl_setopt_array($curl, array(\nCURLOPT_URL = &quot;https:\/\/www.domibus.com\/api\/rest\/v2\/user\/?client=&quot;.$client,\nCURLOPT_RETURNTRANSFER = true,\nCURLOPT_ENCODING = &quot;&quot;,\nCURLOPT_MAXREDIRS = 10,\nCURLOPT_TIMEOUT = 30,\nCURLOPT_HTTP_VERSION = CURL_HTTP_VERSION_1_1,\nCURLOPT_CUSTOMREQUEST = &quot;PATCH&quot;,\nCURLOPT_POSTFIELDS = &quot;&quot;,\nCURLOPT_HTTPHEADER = array(\n&quot;authorization: &quot;.$params.&quot;&quot;,\n&quot;content-type: application\/json&quot;\n),\n));\n\n$response = curl_exec($curl);\n$err = curl_error($curl);\n\ncurl_close($curl);\n\nif ($err) {\necho &quot;cURL Error #:&quot; . $err;\n} else {\necho $response;\n}\n<\/pre>\n<h1 class=\"western\" style=\"text-align: center;\"><span id=\"RESPONSES\"><span style=\"color: #ff6600;\">RESPONSES<\/span><\/span><\/h1>\n<h2 class=\"western\"><span id=\"Response_Formats\"><span style=\"color: #0000ff;\">Response Formats<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">All responses are returned using JSON. JSON is a lightweight serialization language that is compatible with many different languages. JSON is syntactically correct JavaScript code, meaning you can use the Javascript <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">eval() <\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">function to parse it.<\/span><\/p>\n<h3 class=\"western\"><span id=\"Response_Payload_Changes\"><b>Response Payload Changes<\/b><\/span><\/h3>\n<p><span style=\"font-family: Calibri,sans-serif;\">From time to time, we may add to the set of fields that is returned from a particular endpoint in the API. API clients should always be prepared to handle (i.e. ignore) any new object properties that they do not recognize.<\/span><\/p>\n<h2 class=\"western\"><span id=\"HTTP_Status_Codes\"><span style=\"color: #0000ff;\">HTTP Status Codes<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">Our REST API uses standard HTTP status codes to indicate success or failure of API calls. Like with most topics, <\/span><span style=\"color: #000080;\"><span lang=\"zxx\"><u><a href=\"http:\/\/en.wikipedia.org\/wiki\/List_of_HTTP_status_codes\"><span style=\"font-family: Calibri,sans-serif;\">Wikipedia<\/span><\/a><\/u><\/span><\/span><span style=\"font-family: Calibri,sans-serif;\"> has good resources on HTTP Statuses, but here are the basics of what we will return:<\/span><\/p>\n<table border=\"1\" width=\"666\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"67\">\n<col width=\"108\">\n<col width=\"466\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">HTTP Code<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Message<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">200<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">OK<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">The request was processed and returned successfully. Nothing was changed.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">201<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Created<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">The new resource was created successfully<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">400<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Bad Request<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">Problem with the request, such as a missing, invalid or type mismatched parameter<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">401<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Unauthorized<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">The request did not have valid authorization credentials<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">403<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Forbidden<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">Private data you are not allowed to access.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">404<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Not Found<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">Your URL is wrong, or the requested resource doesn't exist<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">429<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Too Many Requests<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">You've hit a rate limit.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">500<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Server Error<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">We call this the \"crap code\" error. Basically we've got a problem on our side. If this persists please contact support. We log and review all errors but your help often helps us fix it quicker.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"67\"><span style=\"font-family: Calibri,sans-serif;\">503<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"108\"><span style=\"font-family: Calibri,sans-serif;\">Service Unavailable<\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"466\"><span style=\"font-family: Calibri,sans-serif;\">Our API is down. Please try again. We work hard to make this rare.<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-family: Calibri,sans-serif;\">The non-20x status codes above correspond with an error of one type or another.<\/span><\/p>\n<h2 class=\"western\"><span id=\"Errors\"><span style=\"color: #0000ff;\">Errors<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">Errors are communicated to the client in the payload of the response.<\/span><\/p>\n<h3 class=\"western\"><span id=\"Errors_in_the_Response_Payload\">Errors in the Response Payload<\/span><\/h3>\n<p><span style=\"font-family: Calibri,sans-serif;\">The standard response payload can contain errors. This will give more finely grained details about specific what caused the error or errors, which should allow you to respond appropriately. This might include displaying validation messages to your users, or changing the request at runtime.<\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Example1:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;rest_no_route&quot;,\n&quot;message&quot;: &quot;No route was found matching the URL and request method&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 404\n}\n}\n<\/pre>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Example2:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;property_param_province_missing&quot;,\n&quot;message&quot;: &quot;Param (province) is missing&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 400,\n&quot;total&quot;: 0,\n&quot;list&quot;: &quot;&quot;\n}\n}\n<\/pre>\n<h3 class=\"western\"><span id=\"Error_Type_Definition\">Error Type Definition<\/span><\/h3>\n<p><span style=\"font-family: Calibri,sans-serif;\">The errors have the following data definition:<\/span><\/p>\n<table border=\"1\" width=\"666\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"62\">\n<col width=\"62\">\n<col width=\"88\">\n<col width=\"54\">\n<col width=\"358\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Name<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Type<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#cccccc\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">code<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Error code. Unique string identifying the type of error. See the table below for a list of possible error codes. (Always returned)<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">message<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Localized user readable message describing the error. (Conditionally returned)<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"2\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">data<\/span><\/span><\/td>\n<td rowspan=\"2\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Object<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">This contains the the status object.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The HTTP code.<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 class=\"western\"><span id=\"Response_Payload\"><span style=\"color: #0000ff;\">Response Payload<\/span><\/span><\/h2>\n<p><span style=\"font-family: Calibri,sans-serif;\">Each API response is wrapped in a standard payload that contains the results of the API call, plus some additional useful information and metadata, such as the total count of records and the type of the result object. <\/span><\/p>\n<h3 class=\"western\"><span id=\"Response_-_Property_Listing\">Response - Property Listing<\/span><\/h3>\n<table border=\"1\" width=\"666\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"62\">\n<col width=\"62\">\n<col width=\"88\">\n<col width=\"54\">\n<col width=\"358\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Name<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Type<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#cccccc\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">code<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Determines the code of the message.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">message<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">An explanatory description about the response.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"7\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">data<\/span><\/span><\/td>\n<td rowspan=\"7\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Object<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">This contains the actual results, i.e. the object or objects that you requested.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The HTTP code.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">total<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Total count of records that match your request. Because of pagination, this is not necessarily the number of records in the response.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">items_per_page<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The max amount of items received per page inside list.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">page<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The actual page you are in.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">tpages<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The total amount of pages available with the given request.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"88\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">list<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"54\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Object[]<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">This contains a subset of results, i.e. the object or objects that you requested.<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Here's an example of a response:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;property_list&quot;,\n&quot;message&quot;: &quot;List of properties&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;total&quot;: 3235,\n&quot;items_per_page&quot;: 2,\n&quot;page&quot;: 1,\n&quot;tpages&quot;: 1618,\n&quot;list&quot;: [\n{\n&quot;id&quot;: &quot;1033770&quot;,\n&quot;title&quot;: &quot;Venta de  chalet en  Val\u00e8ncia, San Antonio de Benag\u00e9ber - Urb. SAN VICENTE&quot;,\n&quot;price&quot;: &quot;220000.00&quot;,\n&quot;m2&quot;: &quot;225&quot;,\n&quot;dorm&quot;: &quot;3&quot;,\n&quot;wc&quot;: &quot;0&quot;,\n&quot;provider&quot;: &quot;idealista.com&quot;,\n&quot;date_indexed&quot;: &quot;13-01-2017&quot;,\n&quot;date_updated&quot;: &quot;03-05-2017&quot;,\n&quot;characteristics&quot;: &quot;Chalet adosado^3 plantas^225 m\u00b2 construidos^3 habitaciones^3 ba\u00f1os^Terraza^Plaza de garaje incluida en el precio^Segunda mano\/buen estado^Armarios empotrados^Trastero^Aire acondicionado^Piscina^Jard\u00edn^Certificaci\u00f3n energ\u00e9tica: en tr\u00e1mite&quot;,\n&quot;description&quot;: &quot;\\&quot;Vivienda unifamiliar en dos alturas m\u00e1s buhardilla, garaje para...&quot;,\n&quot;url&quot;: &quot;&quot;,\n&quot;deleted&quot;: &quot;0&quot;\n},\n{\n&quot;id&quot;: &quot;1090910&quot;,\n&quot;title&quot;: &quot;Venta de  piso en  valencia, Museros&quot;,\n&quot;price&quot;: &quot;129000.00&quot;,\n&quot;m2&quot;: &quot;110&quot;,\n&quot;dorm&quot;: &quot;3&quot;,\n&quot;wc&quot;: &quot;2&quot;,\n&quot;provider&quot;: &quot;habitaclia.com&quot;,\n&quot;date_indexed&quot;: &quot;23-02-2017&quot;,\n&quot;date_updated&quot;: &quot;03-05-2017&quot;,\n&quot;characteristics&quot;: &quot;3 habitaciones^110 m\u00b2^Sal\u00f3n 27 m\u00b2^2 wc^Estado cocina: excelente^Trastero ^Calefacci\u00f3n^Plaza parking^Aire acondicionado^Planta n\u00famero 3^Vistas al mar^Cerca de transporte p\u00fablico^Calificaci\u00f3n energ\u00e9tica :\\nEn tr\u00e1mite^Ascensor&quot;,\n&quot;description&quot;: &quot;Vivienda con reforma de dise\u00f1o. A\/A fr\u00edo-calor por conductos en toda...&quot;,\n&quot;url&quot;: &quot;&quot;,\n&quot;deleted&quot;: &quot;0&quot;\n}\n]\n}\n}\n<\/pre>\n<p><span style=\"font-family: Calibri,sans-serif;\">The above shows a successful response back from the call. In this case the result type is <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">property<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">, and there are two results. Note that the results are always an array even if you only requested one object.<\/span><\/p>\n<h3 class=\"western\"><span id=\"Response_-_Access_Data_Source_Information\">Response - Access Data Source Information<\/span><\/h3>\n<table border=\"1\" width=\"666\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"62\">\n<col width=\"62\">\n<col width=\"97\">\n<col width=\"44\">\n<col width=\"358\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Name<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Type<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#cccccc\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">code<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Determines the code of the message.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">message<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">An explanatory description about the response.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"5\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">data<\/span><\/span><\/td>\n<td rowspan=\"5\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Object<\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">This contains the actual results, i.e. the object or objects that you requested.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"97\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"44\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The HTTP code.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"97\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">id<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"44\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The reference ID of a property. <\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"97\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">url<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"44\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The URL of the origin of the property.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"97\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">acquisition_date<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"44\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"358\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The date the property was acquired.<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Here's an example of a response:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;access_list&quot;,\n&quot;message&quot;: &quot;Remote data access return&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;id&quot;: &quot;941776&quot;,\n&quot;url&quot;: &quot;https:\\\/\\\/www.idealista.com\\\/inmueble\\\/26304125\\\/&quot;,\n&quot;acquisition_date&quot;: &quot;2017-05-11 22:34:39&quot;\n}\n}\n<\/pre>\n<h3 class=\"western\"><span id=\"Response_-_Alert_Management\">Response - Alert Management<\/span><\/h3>\n<table border=\"1\" width=\"661\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"62\">\n<col width=\"62\">\n<col width=\"59\">\n<col width=\"58\">\n<col width=\"45\">\n<col width=\"39\">\n<col width=\"278\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"62\" height=\"7\"><span style=\"font-family: Calibri;\">Name<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri;\">Type<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#cccccc\" width=\"510\"><span style=\"font-family: Calibri;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\" height=\"9\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">code<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri;\">String<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"510\"><span style=\"font-family: Calibri;\">Determines the code of the message.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\" height=\"9\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">message<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri;\">String<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"510\"><span style=\"font-family: Calibri;\">An explanatory description about the response.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"8\" bgcolor=\"#ffffff\" width=\"62\" height=\"11\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\">data<\/span><\/span><\/td>\n<td rowspan=\"8\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri;\">Object<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"510\"><span style=\"font-family: Calibri;\">This contains the actual results, i.e. the object or objects that you requested.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"59\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"58\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"378\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">The HTTP code.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"59\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">total<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"58\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">int<\/span><\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"378\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">The number of results (alerts) gathered by de API<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"5\" bgcolor=\"#ffffff\" width=\"59\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">list<\/span><\/span><\/span><\/td>\n<td rowspan=\"5\" bgcolor=\"#ffffff\" width=\"58\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">Object[]<\/span><\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"378\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">This contains a subset of results, i.e. the object or objects that you requested.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"45\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">id<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"39\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"278\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">The reference ID of an alert. <\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"45\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">title<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"39\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"278\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">The title given to that alert.<\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"45\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">total<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"39\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">int<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"278\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">The number of properties found during the last 24 hours on this alert.<\/span><\/span>&nbsp;&nbsp;<\/p>\n<p><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">This will be shown when the alert is being processed <\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"45\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"39\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">int<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"278\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">Determines de status of the current alert on Domibus 1=active, 0=inactive<\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"font-family: Calibri;\"><span style=\"font-size: medium;\">Here's an example of a processed alert response:<\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;alert_list&quot;,\n&quot;message&quot;: &quot;List of alert results&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;total&quot;: 2,\n&quot;list&quot;: [\n{\n&quot;id&quot;: 434,\n&quot;title&quot;: &quot;Alerta de prueba - Madrid&quot;,\n&quot;total&quot;: 1,\n&quot;status&quot;: 1\n},\n{\n&quot;id&quot;: 435,\n&quot;title&quot;: &quot;Test alerta2 - Madrid&quot;,\n&quot;total&quot;: 50,\n&quot;status&quot;: 1\n}\n]\n}\n}\n<\/pre>\n<h3 class=\"western\"><span id=\"Response_User_Management\">Response \u2013 User Management<\/span><\/h3>\n<table border=\"1\" width=\"666\" cellspacing=\"0\" cellpadding=\"4\">\n<colgroup>\n<col width=\"62\">\n<col width=\"62\">\n<col width=\"43\">\n<col width=\"57\">\n<col width=\"104\">\n<col width=\"60\">\n<col width=\"220\"> <\/colgroup>\n<thead>\n<tr>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Name<\/span><\/td>\n<td bgcolor=\"#cccccc\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Type<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#cccccc\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Description<\/span><\/td>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">code<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">Determines the code of the message.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">message<\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">String<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">An explanatory description about the response.<\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"17\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">data<\/span><\/span><\/td>\n<td rowspan=\"17\" bgcolor=\"#ffffff\" width=\"62\"><span style=\"font-family: Calibri,sans-serif;\">Object<\/span><\/td>\n<td colspan=\"5\" bgcolor=\"#ffffff\" width=\"516\"><span style=\"font-family: Calibri,sans-serif;\">This contains the actual results, i.e. the object or objects that you requested.<\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"43\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">status<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"57\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">Int<\/span><\/span><\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"400\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The HTTP code.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"43\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">list<\/span><\/span><\/td>\n<td rowspan=\"15\" bgcolor=\"#ffffff\" width=\"57\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\">Object<\/span><\/span><\/td>\n<td colspan=\"3\" bgcolor=\"#ffffff\" width=\"400\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">This contains a subset of results, i.e. the object or objects that you requested.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">login_url<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The current user ID.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">user<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The current user ID.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">subscription<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The type of subscription.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">email<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The user email address.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">first_name<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The user First Name.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">last_name<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The user Last Name.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">company_name<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The name of the company of the user.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">company_number<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company ID number (NIF\/NIE).<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">phone<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company phone number.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">address_street<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company street address.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">address_city<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company City.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">address_state<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company Stat\/Province.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">address_postalcod<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company ZIP Code.<\/span><\/span><\/span><\/td>\n<\/tr>\n<tr>\n<td bgcolor=\"#ffffff\" width=\"104\"><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">address_country<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"60\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri;\"><span style=\"font-size: small;\">String<\/span><\/span><\/span><\/td>\n<td bgcolor=\"#ffffff\" width=\"220\"><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: small;\">The company Country (ES).<\/span><\/span><\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Here's an example of a GET response:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;get_user_data&quot;,\n&quot;message&quot;: &quot;Get user data&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;list&quot;: {\n&quot;user&quot;: &quot;apitest&quot;,\n&quot;subscription&quot;: &quot;Inactiva&quot;,\n&quot;email&quot;: &quot;myemail@mydomain .com&quot;,\n&quot;first_name&quot;: &quot;apitest firstn&quot;,\n&quot;last_name&quot;: &quot;apitest lastn&quot;,\n&quot;company_name&quot;: &quot;apitest LLC&quot;,\n&quot;company_number&quot;: &quot;CNUM123489&quot;,\n&quot;phone&quot;: &quot;123456789&quot;,\n&quot;address_street&quot;: &quot;apitest adress&quot;,\n&quot;address_city&quot;: &quot;apitest city&quot;,\n&quot;address_state&quot;: &quot;Madrid&quot;,\n&quot;address_postalcod&quot;: &quot;apitest postalc&quot;,\n&quot;address_country&quot;: &quot;ES&quot;\n}\n}\n}\n<\/pre>\n<p><span style=\"font-family: Calibri,sans-serif;\">The above shows a successful response back from the call. In this case the result type is <\/span><span style=\"color: #579d1c;\"><span style=\"font-family: Calibri,sans-serif;\">user<\/span><\/span><span style=\"font-family: Calibri,sans-serif;\">. <\/span><\/p>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Here's an example of a POST response:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;user_created&quot;,\n&quot;message&quot;: &quot;User created&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;list&quot;: {\n&quot;user&quot;: &quot;apitest&quot;\n}\n}\n}\n<\/pre>\n<p><span style=\"color: #000000;\"><span style=\"font-family: Calibri,sans-serif;\"><span style=\"font-size: medium;\">Here's an example of a PATCH response:<\/span><\/span><\/span><\/p>\n<pre class=\"brush: plain; light: false; title: ; toolbar: true; notranslate\" title=\"\">\n{\n&quot;code&quot;: &quot;user_updated&quot;,\n&quot;message&quot;: &quot;User updated.&quot;,\n&quot;data&quot;: {\n&quot;status&quot;: 200,\n&quot;list&quot;: {\n&quot;user&quot;: &quot;apitest&quot;\n}\n}\n}\n<\/pre>\n<h1 class=\"western\" style=\"text-align: center;\"><span id=\"STRUCTUREENDPOINTS\"><span style=\"color: #ff6600;\">STRUCTURE\/ENDPOINTS<\/span><\/span><\/h1>\n<p align=\"LEFT\"><span style=\"font-family: Calibri,sans-serif;\">The API structure can be found in <\/span><span style=\"color: #000080;\"><span lang=\"zxx\"><u><a href=\"https:\/\/www.domibus.com\/api\/\"><span style=\"font-family: Calibri,sans-serif;\">https:\/\/www.domibus.com\/api\/<\/span><\/a><\/u><\/span><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Version 2.5 June , 2022 INTRODUCTION The Domibus API is organized around REST. Our API has predictable, resource-oriented URLs, and uses HTTP response codes to indicate API errors. We support cross-origin resource sharing, allowing you to interact securely with our API from a client-side web application (though you should never expose your secret API key &#8230; <a class=\"read-more\" href=\"https:\/\/www.domibus.com\/documentacion-api-v2\/\">Leer m\u00e1s<\/a><\/p>\n","protected":false},"author":8,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/pages\/1130"}],"collection":[{"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/comments?post=1130"}],"version-history":[{"count":91,"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/pages\/1130\/revisions"}],"predecessor-version":[{"id":3322,"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/pages\/1130\/revisions\/3322"}],"wp:attachment":[{"href":"https:\/\/www.domibus.com\/api\/wp\/v2\/media?parent=1130"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}