{"info":{"_postman_id":"9296445a-f51c-488a-80e8-f244582cd1ab","name":"Resminer Public API","description":"<html><head></head><body><p>Welcome to the <strong>Resminer API Documentation</strong>!</p>\n<p>This documentation provides all the information you need to integrate with the Resminer platform, including endpoints, request/response formats, authentication methods, and example data. Whether you are managing reservations, guests, payments, or other services, this guide will help you understand how to communicate with our API effectively.</p>\n<h2 id=\"key-features\">Key Features</h2>\n<ul>\n<li><p>Access and manage reservations, guests, and payments</p>\n</li>\n<li><p>Retrieve and update inventory and services</p>\n</li>\n<li><p>Support for multiple currencies and languages</p>\n</li>\n<li><p>Clear examples for requests and responses</p>\n</li>\n<li><p>Secure authentication and role-based access control</p>\n</li>\n</ul>\n<h2 id=\"getting-started\">Getting Started</h2>\n<ol>\n<li><p><strong>Authentication</strong>: Obtain your API key and include it in all requests.</p>\n</li>\n<li><p><strong>Base URL</strong>: All endpoints are accessible via <code>https://online.resminer.com/public-api/</code>.</p>\n</li>\n<li><p><strong>Request Format</strong>: JSON is the default format for both requests and responses.</p>\n</li>\n<li><p><strong>Error Handling</strong>: Standard HTTP status codes are used to indicate success or failure.</p>\n</li>\n</ol>\n<p>Explore the sections below to find detailed information about each API endpoint, data structure, and examples.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"9981133","collectionId":"9296445a-f51c-488a-80e8-f244582cd1ab","publishedId":"2sB2qUnk1m","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"fb2c84"},"publishDate":"2025-05-31T15:17:44.000Z"},"item":[{"name":"Definitions","item":[{"name":"Countries","id":"11c3ebd9-aaad-4eba-8abf-b4f8f7cd22b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://online.resminer.com/public-api/def-country","description":"<h3 id=\"countries\">Countries</h3>\n<p>You can get country information defined in the system from here. This information is prepared to be used in areas such as market selection, guest - passenger nationality.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>Form Data</p>\n<ul>\n<li>No parameters provided</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the server responds with a status code of 200 and the following JSON data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n            \"process_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                },\n            ]\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["def-country"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"e163eadc-b8ea-4382-8356-dd2834149124","name":"Countries Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://online.resminer.com/public-api/def-country"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Nov 2025 13:56:00 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"2193"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-22T16:56:00+03:00\",\n            \"process_time\": \"0.006039\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"id\": \"AF\",\n                    \"name\": \"Afghanistan\"\n                },\n                {\n                    \"id\": \"AL\",\n                    \"name\": \"Albania\"\n                },\n                {\n                    \"id\": \"DZ\",\n                    \"name\": \"Algeria\"\n                },\n                {\n                    \"id\": \"AS\",\n                    \"name\": \"American Samoa\"\n                },\n                {\n                    \"id\": \"AD\",\n                    \"name\": \"Andorra\"\n                },\n                {\n                    \"id\": \"AO\",\n                    \"name\": \"Angola\"\n                },\n                {\n                    \"id\": \"AI\",\n                    \"name\": \"Anguilla\"\n                },\n                {\n                    \"id\": \"AQ\",\n                    \"name\": \"Antarctica\"\n                },\n                {\n                    \"id\": \"AG\",\n                    \"name\": \"Antigua and Barbuda\"\n                },\n                {\n                    \"id\": \"AR\",\n                    \"name\": \"Argentina\"\n                },\n                {\n                    \"id\": \"AM\",\n                    \"name\": \"Armenia\"\n                },\n                {\n                    \"id\": \"AW\",\n                    \"name\": \"Aruba\"\n                },\n                {\n                    \"id\": \"AU\",\n                    \"name\": \"Australia\"\n                },\n                {\n                    \"id\": \"AT\",\n                    \"name\": \"Austria\"\n                },\n                {\n                    \"id\": \"AZ\",\n                    \"name\": \"Azerbaijan\"\n                },\n                {\n                    \"id\": \"BS\",\n                    \"name\": \"Bahamas\"\n                },\n                {\n                    \"id\": \"BH\",\n                    \"name\": \"Bahrain\"\n                },\n                {\n                    \"id\": \"BD\",\n                    \"name\": \"Bangladesh\"\n                },\n                {\n                    \"id\": \"BB\",\n                    \"name\": \"Barbados\"\n                },\n                {\n                    \"id\": \"BY\",\n                    \"name\": \"Belarus\"\n                },\n                {\n                    \"id\": \"BE\",\n                    \"name\": \"Belgium\"\n                },\n                {\n                    \"id\": \"BZ\",\n                    \"name\": \"Belize\"\n                },\n                {\n                    \"id\": \"BJ\",\n                    \"name\": \"Benin\"\n                },\n                {\n                    \"id\": \"BM\",\n                    \"name\": \"Bermuda\"\n                },\n                {\n                    \"id\": \"BT\",\n                    \"name\": \"Bhutan\"\n                },\n                {\n                    \"id\": \"BO\",\n                    \"name\": \"Bolivia\"\n                },\n                {\n                    \"id\": \"BA\",\n                    \"name\": \"Bosnia and Herzegovina\"\n                },\n                {\n                    \"id\": \"BW\",\n                    \"name\": \"Botswana\"\n                },\n                {\n                    \"id\": \"BR\",\n                    \"name\": \"Brazil\"\n                },\n                {\n                    \"id\": \"VG\",\n                    \"name\": \"British Virgin Islands\"\n                },\n                {\n                    \"id\": \"BN\",\n                    \"name\": \"Brunei\"\n                },\n                {\n                    \"id\": \"BG\",\n                    \"name\": \"Bulgaria\"\n                },\n                {\n                    \"id\": \"BF\",\n                    \"name\": \"Burkina Faso\"\n                },\n                {\n                    \"id\": \"BI\",\n                    \"name\": \"Burundi\"\n                },\n                {\n                    \"id\": \"KH\",\n                    \"name\": \"Cambodia\"\n                },\n                {\n                    \"id\": \"CM\",\n                    \"name\": \"Cameroon\"\n                },\n                {\n                    \"id\": \"CA\",\n                    \"name\": \"Canada\"\n                },\n                {\n                    \"id\": \"CV\",\n                    \"name\": \"Cape Verde\"\n                },\n                {\n                    \"id\": \"KY\",\n                    \"name\": \"Cayman Islands\"\n                },\n                {\n                    \"id\": \"CF\",\n                    \"name\": \"Central African Republic\"\n                },\n                {\n                    \"id\": \"TD\",\n                    \"name\": \"Chad\"\n                },\n                {\n                    \"id\": \"CL\",\n                    \"name\": \"Chile\"\n                },\n                {\n                    \"id\": \"CN\",\n                    \"name\": \"China\"\n                },\n                {\n                    \"id\": \"CX\",\n                    \"name\": \"Christmas Island\"\n                },\n                {\n                    \"id\": \"CC\",\n                    \"name\": \"Cocos [Keeling] Islands\"\n                },\n                {\n                    \"id\": \"CO\",\n                    \"name\": \"Colombia\"\n                },\n                {\n                    \"id\": \"KM\",\n                    \"name\": \"Comoros\"\n                },\n                {\n                    \"id\": \"CD\",\n                    \"name\": \"Congo [DRC]\"\n                },\n                {\n                    \"id\": \"CG\",\n                    \"name\": \"Congo [Republic]\"\n                },\n                {\n                    \"id\": \"CK\",\n                    \"name\": \"Cook Islands\"\n                },\n                {\n                    \"id\": \"CR\",\n                    \"name\": \"Costa Rica\"\n                },\n                {\n                    \"id\": \"HR\",\n                    \"name\": \"Croatia\"\n                },\n                {\n                    \"id\": \"CU\",\n                    \"name\": \"Cuba\"\n                },\n                {\n                    \"id\": \"CY\",\n                    \"name\": \"Cyprus\"\n                },\n                {\n                    \"id\": \"CZ\",\n                    \"name\": \"Czech Republic\"\n                },\n                {\n                    \"id\": \"DK\",\n                    \"name\": \"Denmark\"\n                },\n                {\n                    \"id\": \"DJ\",\n                    \"name\": \"Djibouti\"\n                },\n                {\n                    \"id\": \"DM\",\n                    \"name\": \"Dominica\"\n                },\n                {\n                    \"id\": \"DO\",\n                    \"name\": \"Dominican Republic\"\n                },\n                {\n                    \"id\": \"TL\",\n                    \"name\": \"East Timor\"\n                },\n                {\n                    \"id\": \"EC\",\n                    \"name\": \"Ecuador\"\n                },\n                {\n                    \"id\": \"EG\",\n                    \"name\": \"Egypt\"\n                },\n                {\n                    \"id\": \"SV\",\n                    \"name\": \"El Salvador\"\n                },\n                {\n                    \"id\": \"GQ\",\n                    \"name\": \"Equatorial Guinea\"\n                },\n                {\n                    \"id\": \"ER\",\n                    \"name\": \"Eritrea\"\n                },\n                {\n                    \"id\": \"EE\",\n                    \"name\": \"Estonia\"\n                },\n                {\n                    \"id\": \"ET\",\n                    \"name\": \"Ethiopia\"\n                },\n                {\n                    \"id\": \"FK\",\n                    \"name\": \"Falkland Islands\"\n                },\n                {\n                    \"id\": \"FO\",\n                    \"name\": \"Faroe Islands\"\n                },\n                {\n                    \"id\": \"FJ\",\n                    \"name\": \"Fiji\"\n                },\n                {\n                    \"id\": \"FI\",\n                    \"name\": \"Finland\"\n                },\n                {\n                    \"id\": \"FR\",\n                    \"name\": \"France\"\n                },\n                {\n                    \"id\": \"GF\",\n                    \"name\": \"French Guiana\"\n                },\n                {\n                    \"id\": \"PF\",\n                    \"name\": \"French Polynesia\"\n                },\n                {\n                    \"id\": \"TF\",\n                    \"name\": \"French Southern Territories\"\n                },\n                {\n                    \"id\": \"GA\",\n                    \"name\": \"Gabon\"\n                },\n                {\n                    \"id\": \"GM\",\n                    \"name\": \"Gambia\"\n                },\n                {\n                    \"id\": \"GE\",\n                    \"name\": \"Georgia\"\n                },\n                {\n                    \"id\": \"DE\",\n                    \"name\": \"Germany\"\n                },\n                {\n                    \"id\": \"GH\",\n                    \"name\": \"Ghana\"\n                },\n                {\n                    \"id\": \"GI\",\n                    \"name\": \"Gibraltar\"\n                },\n                {\n                    \"id\": \"GR\",\n                    \"name\": \"Greece\"\n                },\n                {\n                    \"id\": \"GL\",\n                    \"name\": \"Greenland\"\n                },\n                {\n                    \"id\": \"GD\",\n                    \"name\": \"Grenada\"\n                },\n                {\n                    \"id\": \"GP\",\n                    \"name\": \"Guadeloupe\"\n                },\n                {\n                    \"id\": \"GU\",\n                    \"name\": \"Guam\"\n                },\n                {\n                    \"id\": \"GT\",\n                    \"name\": \"Guatemala\"\n                },\n                {\n                    \"id\": \"GN\",\n                    \"name\": \"Guinea\"\n                },\n                {\n                    \"id\": \"GW\",\n                    \"name\": \"Guinea-Bissau\"\n                },\n                {\n                    \"id\": \"GY\",\n                    \"name\": \"Guyana\"\n                },\n                {\n                    \"id\": \"HT\",\n                    \"name\": \"Haiti\"\n                },\n                {\n                    \"id\": \"HN\",\n                    \"name\": \"Honduras\"\n                },\n                {\n                    \"id\": \"HK\",\n                    \"name\": \"Hong Kong\"\n                },\n                {\n                    \"id\": \"HU\",\n                    \"name\": \"Hungary\"\n                },\n                {\n                    \"id\": \"IS\",\n                    \"name\": \"Iceland\"\n                },\n                {\n                    \"id\": \"IN\",\n                    \"name\": \"India\"\n                },\n                {\n                    \"id\": \"ID\",\n                    \"name\": \"Indonesia\"\n                },\n                {\n                    \"id\": \"IR\",\n                    \"name\": \"Iran\"\n                },\n                {\n                    \"id\": \"IQ\",\n                    \"name\": \"Iraq\"\n                },\n                {\n                    \"id\": \"IE\",\n                    \"name\": \"Ireland\"\n                },\n                {\n                    \"id\": \"IM\",\n                    \"name\": \"Isle of Man\"\n                },\n                {\n                    \"id\": \"IL\",\n                    \"name\": \"Israel\"\n                },\n                {\n                    \"id\": \"IT\",\n                    \"name\": \"Italy\"\n                },\n                {\n                    \"id\": \"CI\",\n                    \"name\": \"Ivory Coast\"\n                },\n                {\n                    \"id\": \"JM\",\n                    \"name\": \"Jamaica\"\n                },\n                {\n                    \"id\": \"JP\",\n                    \"name\": \"Japan\"\n                },\n                {\n                    \"id\": \"JE\",\n                    \"name\": \"Jersey\"\n                },\n                {\n                    \"id\": \"JO\",\n                    \"name\": \"Jordan\"\n                },\n                {\n                    \"id\": \"KZ\",\n                    \"name\": \"Kazakhstan\"\n                },\n                {\n                    \"id\": \"KE\",\n                    \"name\": \"Kenya\"\n                },\n                {\n                    \"id\": \"KI\",\n                    \"name\": \"Kiribati\"\n                },\n                {\n                    \"id\": \"KT\",\n                    \"name\": \"KKTC\"\n                },\n                {\n                    \"id\": \"XK\",\n                    \"name\": \"Kosovo\"\n                },\n                {\n                    \"id\": \"KW\",\n                    \"name\": \"Kuwait\"\n                },\n                {\n                    \"id\": \"KG\",\n                    \"name\": \"Kyrgyzstan\"\n                },\n                {\n                    \"id\": \"LA\",\n                    \"name\": \"Laos\"\n                },\n                {\n                    \"id\": \"LV\",\n                    \"name\": \"Latvia\"\n                },\n                {\n                    \"id\": \"LB\",\n                    \"name\": \"Lebanon\"\n                },\n                {\n                    \"id\": \"LS\",\n                    \"name\": \"Lesotho\"\n                },\n                {\n                    \"id\": \"LR\",\n                    \"name\": \"Liberia\"\n                },\n                {\n                    \"id\": \"LY\",\n                    \"name\": \"Libya\"\n                },\n                {\n                    \"id\": \"LI\",\n                    \"name\": \"Liechtenstein\"\n                },\n                {\n                    \"id\": \"LT\",\n                    \"name\": \"Lithuania\"\n                },\n                {\n                    \"id\": \"LU\",\n                    \"name\": \"Luxembourg\"\n                },\n                {\n                    \"id\": \"MO\",\n                    \"name\": \"Macau\"\n                },\n                {\n                    \"id\": \"MK\",\n                    \"name\": \"Macedonia\"\n                },\n                {\n                    \"id\": \"MG\",\n                    \"name\": \"Madagascar\"\n                },\n                {\n                    \"id\": \"MW\",\n                    \"name\": \"Malawi\"\n                },\n                {\n                    \"id\": \"MY\",\n                    \"name\": \"Malaysia\"\n                },\n                {\n                    \"id\": \"MV\",\n                    \"name\": \"Maldives\"\n                },\n                {\n                    \"id\": \"ML\",\n                    \"name\": \"Mali\"\n                },\n                {\n                    \"id\": \"MT\",\n                    \"name\": \"Malta\"\n                },\n                {\n                    \"id\": \"MH\",\n                    \"name\": \"Marshall Islands\"\n                },\n                {\n                    \"id\": \"MQ\",\n                    \"name\": \"Martinique\"\n                },\n                {\n                    \"id\": \"MR\",\n                    \"name\": \"Mauritania\"\n                },\n                {\n                    \"id\": \"MU\",\n                    \"name\": \"Mauritius\"\n                },\n                {\n                    \"id\": \"YT\",\n                    \"name\": \"Mayotte\"\n                },\n                {\n                    \"id\": \"MX\",\n                    \"name\": \"Mexico\"\n                },\n                {\n                    \"id\": \"FM\",\n                    \"name\": \"Micronesia\"\n                },\n                {\n                    \"id\": \"MD\",\n                    \"name\": \"Moldova\"\n                },\n                {\n                    \"id\": \"MC\",\n                    \"name\": \"Monaco\"\n                },\n                {\n                    \"id\": \"MN\",\n                    \"name\": \"Mongolia\"\n                },\n                {\n                    \"id\": \"ME\",\n                    \"name\": \"Montenegro\"\n                },\n                {\n                    \"id\": \"MS\",\n                    \"name\": \"Montserrat\"\n                },\n                {\n                    \"id\": \"MA\",\n                    \"name\": \"Morocco\"\n                },\n                {\n                    \"id\": \"MZ\",\n                    \"name\": \"Mozambique\"\n                },\n                {\n                    \"id\": \"MM\",\n                    \"name\": \"Myanmar [Burma]\"\n                },\n                {\n                    \"id\": \"NA\",\n                    \"name\": \"Namibia\"\n                },\n                {\n                    \"id\": \"NR\",\n                    \"name\": \"Nauru\"\n                },\n                {\n                    \"id\": \"NP\",\n                    \"name\": \"Nepal\"\n                },\n                {\n                    \"id\": \"NL\",\n                    \"name\": \"Netherlands\"\n                },\n                {\n                    \"id\": \"AN\",\n                    \"name\": \"Netherlands Antilles\"\n                },\n                {\n                    \"id\": \"NC\",\n                    \"name\": \"New Caledonia\"\n                },\n                {\n                    \"id\": \"NZ\",\n                    \"name\": \"New Zealand\"\n                },\n                {\n                    \"id\": \"NI\",\n                    \"name\": \"Nicaragua\"\n                },\n                {\n                    \"id\": \"NE\",\n                    \"name\": \"Niger\"\n                },\n                {\n                    \"id\": \"NG\",\n                    \"name\": \"Nigeria\"\n                },\n                {\n                    \"id\": \"NU\",\n                    \"name\": \"Niue\"\n                },\n                {\n                    \"id\": \"NF\",\n                    \"name\": \"Norfolk Island\"\n                },\n                {\n                    \"id\": \"KP\",\n                    \"name\": \"North Korea\"\n                },\n                {\n                    \"id\": \"NO\",\n                    \"name\": \"Norway\"\n                },\n                {\n                    \"id\": \"XX\",\n                    \"name\": \"Not Detected\"\n                },\n                {\n                    \"id\": \"OM\",\n                    \"name\": \"Oman\"\n                },\n                {\n                    \"id\": \"PK\",\n                    \"name\": \"Pakistan\"\n                },\n                {\n                    \"id\": \"PW\",\n                    \"name\": \"Palau\"\n                },\n                {\n                    \"id\": \"PA\",\n                    \"name\": \"Panama\"\n                },\n                {\n                    \"id\": \"PG\",\n                    \"name\": \"Papua New Guinea\"\n                },\n                {\n                    \"id\": \"PY\",\n                    \"name\": \"Paraguay\"\n                },\n                {\n                    \"id\": \"PE\",\n                    \"name\": \"Peru\"\n                },\n                {\n                    \"id\": \"PH\",\n                    \"name\": \"Philippines\"\n                },\n                {\n                    \"id\": \"PN\",\n                    \"name\": \"Pitcairn Islands\"\n                },\n                {\n                    \"id\": \"PL\",\n                    \"name\": \"Poland\"\n                },\n                {\n                    \"id\": \"PT\",\n                    \"name\": \"Portugal\"\n                },\n                {\n                    \"id\": \"PR\",\n                    \"name\": \"Puerto Rico\"\n                },\n                {\n                    \"id\": \"QA\",\n                    \"name\": \"Qatar\"\n                },\n                {\n                    \"id\": \"RE\",\n                    \"name\": \"Reunion\"\n                },\n                {\n                    \"id\": \"RO\",\n                    \"name\": \"Romania\"\n                },\n                {\n                    \"id\": \"RU\",\n                    \"name\": \"Russia\"\n                },\n                {\n                    \"id\": \"RW\",\n                    \"name\": \"Rwanda\"\n                },\n                {\n                    \"id\": \"SH\",\n                    \"name\": \"Saint Helena\"\n                },\n                {\n                    \"id\": \"KN\",\n                    \"name\": \"Saint Kitts and Nevis\"\n                },\n                {\n                    \"id\": \"LC\",\n                    \"name\": \"Saint Lucia\"\n                },\n                {\n                    \"id\": \"PM\",\n                    \"name\": \"Saint Pierre and Miquelon\"\n                },\n                {\n                    \"id\": \"VC\",\n                    \"name\": \"Saint Vincent and the Grenadines\"\n                },\n                {\n                    \"id\": \"SM\",\n                    \"name\": \"San Marino\"\n                },\n                {\n                    \"id\": \"ST\",\n                    \"name\": \"Sao Tome and Principe\"\n                },\n                {\n                    \"id\": \"SA\",\n                    \"name\": \"Saudi Arabia\"\n                },\n                {\n                    \"id\": \"SN\",\n                    \"name\": \"Senegal\"\n                },\n                {\n                    \"id\": \"RS\",\n                    \"name\": \"Serbia\"\n                },\n                {\n                    \"id\": \"SC\",\n                    \"name\": \"Seychelles\"\n                },\n                {\n                    \"id\": \"SL\",\n                    \"name\": \"Sierra Leone\"\n                },\n                {\n                    \"id\": \"SG\",\n                    \"name\": \"Singapore\"\n                },\n                {\n                    \"id\": \"SK\",\n                    \"name\": \"Slovakia\"\n                },\n                {\n                    \"id\": \"SI\",\n                    \"name\": \"Slovenia\"\n                },\n                {\n                    \"id\": \"SB\",\n                    \"name\": \"Solomon Islands\"\n                },\n                {\n                    \"id\": \"SO\",\n                    \"name\": \"Somalia\"\n                },\n                {\n                    \"id\": \"ZA\",\n                    \"name\": \"South Africa\"\n                },\n                {\n                    \"id\": \"KR\",\n                    \"name\": \"South Korea\"\n                },\n                {\n                    \"id\": \"ES\",\n                    \"name\": \"Spain\"\n                },\n                {\n                    \"id\": \"LK\",\n                    \"name\": \"Sri Lanka\"\n                },\n                {\n                    \"id\": \"SD\",\n                    \"name\": \"Sudan\"\n                },\n                {\n                    \"id\": \"SR\",\n                    \"name\": \"Suriname\"\n                },\n                {\n                    \"id\": \"SZ\",\n                    \"name\": \"Swaziland\"\n                },\n                {\n                    \"id\": \"SE\",\n                    \"name\": \"Sweden\"\n                },\n                {\n                    \"id\": \"CH\",\n                    \"name\": \"Switzerland\"\n                },\n                {\n                    \"id\": \"SY\",\n                    \"name\": \"Syria\"\n                },\n                {\n                    \"id\": \"TW\",\n                    \"name\": \"Taiwan\"\n                },\n                {\n                    \"id\": \"TJ\",\n                    \"name\": \"Tajikistan\"\n                },\n                {\n                    \"id\": \"TZ\",\n                    \"name\": \"Tanzania\"\n                },\n                {\n                    \"id\": \"TH\",\n                    \"name\": \"Thailand\"\n                },\n                {\n                    \"id\": \"TG\",\n                    \"name\": \"Togo\"\n                },\n                {\n                    \"id\": \"TK\",\n                    \"name\": \"Tokelau\"\n                },\n                {\n                    \"id\": \"TO\",\n                    \"name\": \"Tonga\"\n                },\n                {\n                    \"id\": \"TT\",\n                    \"name\": \"Trinidad and Tobago\"\n                },\n                {\n                    \"id\": \"TN\",\n                    \"name\": \"Tunisia\"\n                },\n                {\n                    \"id\": \"TR\",\n                    \"name\": \"Türkiye\"\n                },\n                {\n                    \"id\": \"TM\",\n                    \"name\": \"Turkmenistan\"\n                },\n                {\n                    \"id\": \"TC\",\n                    \"name\": \"Turks and Caicos Islands\"\n                },\n                {\n                    \"id\": \"TV\",\n                    \"name\": \"Tuvalu\"\n                },\n                {\n                    \"id\": \"VI\",\n                    \"name\": \"U.S. Virgin Islands\"\n                },\n                {\n                    \"id\": \"UG\",\n                    \"name\": \"Uganda\"\n                },\n                {\n                    \"id\": \"UA\",\n                    \"name\": \"Ukraine\"\n                },\n                {\n                    \"id\": \"AE\",\n                    \"name\": \"United Arab Emirates\"\n                },\n                {\n                    \"id\": \"GB\",\n                    \"name\": \"United Kingdom\"\n                },\n                {\n                    \"id\": \"US\",\n                    \"name\": \"United States\"\n                },\n                {\n                    \"id\": \"UY\",\n                    \"name\": \"Uruguay\"\n                },\n                {\n                    \"id\": \"UZ\",\n                    \"name\": \"Uzbekistan\"\n                },\n                {\n                    \"id\": \"VU\",\n                    \"name\": \"Vanuatu\"\n                },\n                {\n                    \"id\": \"VA\",\n                    \"name\": \"Vatican City\"\n                },\n                {\n                    \"id\": \"VE\",\n                    \"name\": \"Venezuela\"\n                },\n                {\n                    \"id\": \"VN\",\n                    \"name\": \"Vietnam\"\n                },\n                {\n                    \"id\": \"WF\",\n                    \"name\": \"Wallis and Futuna\"\n                },\n                {\n                    \"id\": \"YE\",\n                    \"name\": \"Yemen\"\n                },\n                {\n                    \"id\": \"ZM\",\n                    \"name\": \"Zambia\"\n                },\n                {\n                    \"id\": \"ZW\",\n                    \"name\": \"Zimbabwe\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"11c3ebd9-aaad-4eba-8abf-b4f8f7cd22b4"},{"name":"Currencies","id":"dafe9a41-bcc9-44ea-ae5c-5298fec92fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"url":"https://online.resminer.com/public-api/def-currency","description":"<h3 id=\"currencies\">Currencies</h3>\n<p>The currencies that are defined for you and that you can use in accordance with your agreement are listed here.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>Form Data</p>\n<ul>\n<li>No parameters provided</li>\n</ul>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>Upon successful execution, the server responds with a status code of 200 and the following JSON data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n            \"process_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"code\": \"\",\n                    \"name\": \"\",\n                    \"symbol\": \"\",\n                    \"unit\": \"\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["def-currency"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"f4808502-c749-43b4-8061-0276e6dde636","name":"Currencies Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"url":"https://online.resminer.com/public-api/def-currency"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Nov 2025 13:55:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"309"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-22T16:55:35+03:00\",\n            \"process_time\": \"0.004804\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"code\": \"TRY\",\n                    \"name\": \"Türk Lirası\",\n                    \"symbol\": \"₺\",\n                    \"unit\": \"1\"\n                },\n                {\n                    \"code\": \"USD\",\n                    \"name\": \"American Dollar\",\n                    \"symbol\": \"$\",\n                    \"unit\": \"1\"\n                },\n                {\n                    \"code\": \"EUR\",\n                    \"name\": \"Euro\",\n                    \"symbol\": \"€\",\n                    \"unit\": \"1\"\n                },\n                {\n                    \"code\": \"GBP\",\n                    \"name\": \"Pounds\",\n                    \"symbol\": \"£\",\n                    \"unit\": \"1\"\n                },\n                {\n                    \"code\": \"AZN\",\n                    \"name\": \"Azarbaycan Manati\",\n                    \"symbol\": \"₼\",\n                    \"unit\": \"1\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"dafe9a41-bcc9-44ea-ae5c-5298fec92fc7"},{"name":"Facility Classes","id":"0ec04237-9f72-4365-b57d-2f4a0e259fcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"ac2f4fcc-bbb1-4a83-9b6e-c68063d25a36"}]},"url":"https://online.resminer.com/public-api/def-facility-classes","description":"<h2 id=\"facility-classes\">Facility Classes</h2>\n<p>The <strong>Facility Classes</strong> resource provides a dynamic list of facility categories offered by accommodation providers.<br />Each item represents a classification or grouping of facilities (e.g., spa services, sports activities, room amenities) that may vary depending on the hotel, supplier, or season.</p>\n<h3 id=\"object-structure\">Object Structure</h3>\n<p>Each facility class item contains:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>integer</td>\n<td>Unique identifier of the facility class. ( OTA - PCT Property Class Type)</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>The descriptive name of the facility class (e.g., “Boutique”, “Pansion”).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\">Notes</h3>\n<ul>\n<li>The list of facility classes is <strong>not fixed</strong> and may change based on supplier data or hotel details.  </li>\n<li>Facility classes help categorize amenities into meaningful groups for easier filtering and display.  </li>\n<li>Names are provided in the original language of the supplier.  </li>\n<li>Applications should avoid hardcoding these values and instead fetch them dynamically.</li>\n</ul>\n","urlObject":{"path":["def-facility-classes"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"3e7a076a-573c-425e-8af9-75f44fa155a6","name":"Facility Classes Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"ac2f4fcc-bbb1-4a83-9b6e-c68063d25a36"}]},"url":"https://online.resminer.com/public-api/def-facility-classes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Nov 2025 13:51:42 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"429"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-22T16:51:42+03:00\",\n            \"process_time\": \"0.029005\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"id\": \"29\",\n                    \"name\": \"Apart\"\n                },\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Apartman\"\n                },\n                {\n                    \"id\": \"5\",\n                    \"name\": \"Bungalov\"\n                },\n                {\n                    \"id\": \"45\",\n                    \"name\": \"Butik Otel\"\n                },\n                {\n                    \"id\": \"33\",\n                    \"name\": \"Çadır\"\n                },\n                {\n                    \"id\": \"28\",\n                    \"name\": \"Çiftlik\"\n                },\n                {\n                    \"id\": \"56\",\n                    \"name\": \"Çok Lüks\"\n                },\n                {\n                    \"id\": \"12\",\n                    \"name\": \"Cruise\"\n                },\n                {\n                    \"id\": \"7\",\n                    \"name\": \"Dağ Evi\"\n                },\n                {\n                    \"id\": \"62\",\n                    \"name\": \"Diğer\"\n                },\n                {\n                    \"id\": \"54\",\n                    \"name\": \"Ekonomik\"\n                },\n                {\n                    \"id\": \"61\",\n                    \"name\": \"Geçici Alan\"\n                },\n                {\n                    \"id\": \"19\",\n                    \"name\": \"Hostel\"\n                },\n                {\n                    \"id\": \"20\",\n                    \"name\": \"Hotel\"\n                },\n                {\n                    \"id\": \"6\",\n                    \"name\": \"Kamp Alanı\"\n                },\n                {\n                    \"id\": \"57\",\n                    \"name\": \"Lüks\"\n                },\n                {\n                    \"id\": \"27\",\n                    \"name\": \"Motel\"\n                },\n                {\n                    \"id\": \"22\",\n                    \"name\": \"Orman Evi\"\n                },\n                {\n                    \"id\": \"55\",\n                    \"name\": \"Orta Segment\"\n                },\n                {\n                    \"id\": \"40\",\n                    \"name\": \"Pansiyon\"\n                },\n                {\n                    \"id\": \"30\",\n                    \"name\": \"Resort\"\n                },\n                {\n                    \"id\": \"48\",\n                    \"name\": \"Tarihi Yapı\"\n                },\n                {\n                    \"id\": \"18\",\n                    \"name\": \"Tatil Köyü\"\n                },\n                {\n                    \"id\": \"35\",\n                    \"name\": \"Villa\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"0ec04237-9f72-4365-b57d-2f4a0e259fcb"}],"id":"53b42c8e-b089-458d-8f35-a3e08a4a585b","description":"<p>This directory contains general-use definitions and interface examples required to access data.</p>\n<p><strong>You can use this information by caching it on your local system.</strong></p>\n","_postman_id":"53b42c8e-b089-458d-8f35-a3e08a4a585b"},{"name":"Authorization","item":[{"name":"Login","id":"455d8aa5-c1dd-4abb-adf5-d2eedb3834bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"username","value":"< YOUR EMAIL >","type":"text","uuid":"5b4e656f-65f9-4b17-9fd0-9ada391d193b"},{"key":"password","value":"< YOUR PASSWORD >","type":"text","uuid":"4f7e3573-654f-44f9-937c-3647080df6e5"}]},"url":"https://online.resminer.com/public-api/login","description":"<h3 id=\"login-endpoint\">Login Endpoint</h3>\n<p>This endpoint allows users to log in and obtain access tokens.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<p>The information found here will be provided to you by <strong>Resminer</strong>.</p>\n<ul>\n<li><p><code>username</code> (text): The username of the user (E-mail).</p>\n</li>\n<li><p><code>password</code> (text): The password of the user.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<h5 id=\"response-body\">Response Body</h5>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n            \"process_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"access_token\": {\n                    \"expires\": \"\",\n                    \"token\": \"\"\n                },\n                \"refresh_token\": {\n                    \"expires\": \"\",\n                    \"token\": \"\"\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response includes access and refresh tokens upon successful login.</p>\n","urlObject":{"path":["login"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"455d8aa5-c1dd-4abb-adf5-d2eedb3834bf"},{"name":"Refresh Token","id":"c45eed7f-2ef5-4ec7-b65b-e6cc3092fd00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR REFRESH TOKEN >","type":"text"}],"url":"https://online.resminer.com/public-api//refresh-token","description":"<h3 id=\"refresh-token-endpoint\">Refresh Token Endpoint</h3>\n<p>This endpoint is used to refresh the access token by making an HTTP POST request to <strong>refresh-token</strong>.</p>\n<h3 id=\"request-body\">Request Body</h3>\n<p>The request body for this endpoint is not provided.</p>\n<h3 id=\"response\">Response</h3>\n<p>The response for this request is in the form of a JSON schema:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"access_token\": {\n                    \"expires\": \"\",\n                    \"token\": \"\"\n                },\n                \"refresh_token\": {\n                    \"expires\": \"\",\n                    \"token\": \"\"\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response includes the header and body. The header contains information such as identifier, version, server time, process time, status, and messages. The body contains data records for access token and refresh token, along with paging information.</p>\n","urlObject":{"path":["","refresh-token"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"c45eed7f-2ef5-4ec7-b65b-e6cc3092fd00"}],"id":"bb13e6f0-63bf-40c8-bfb0-d47ec4dda327","description":"<p>You can complete your authorization processes with the application interfaces in this directory.</p>\n<p>Except for some definitions, you will need to send this information to the <strong>Authorization</strong> field in the as \"<strong>Bearer</strong> \" when accessing all the remaining interfaces.</p>\n","_postman_id":"bb13e6f0-63bf-40c8-bfb0-d47ec4dda327"},{"name":"Accomodation","item":[{"name":"Search Accomodation AutoComplete","id":"e5a1fa10-1c95-4b1c-9d5c-a166fa8c4ba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"2f437d74-a8f1-452f-bc96-07ab299234b2"},{"key":"query","value":"Antalya","type":"text","uuid":"75d7e974-a87f-432c-8688-aa6f3d0954c9"}]},"url":"https://online.resminer.com/public-api/search-accomodation-autocomplete","description":"<h3 id=\"search-accommodation-autocomplete\">Search Accommodation Autocomplete</h3>\n<p>This application interface is used to search for a location, theme or facility required to search for accommodation.</p>\n<p>If the result is successful, you will be sent three different types of information. These are:</p>\n<ul>\n<li><p>Location</p>\n</li>\n<li><p>Theme</p>\n</li>\n<li><p>Facility</p>\n</li>\n</ul>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p><code>language</code> (text): Language value in which results will be displayed.</p>\n</li>\n<li><p><code>query</code> (text): The search query for autocomplete.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response contains the header and body. The body includes data for locations, themes, and facilities information.</p>\n<p>The type values ​​found in the search result are as follows.</p>\n<ul>\n<li><p>1 - Region / Area ( Location )</p>\n</li>\n<li><p>2 - City ( Location )</p>\n</li>\n<li><p>3 - District ( Location )</p>\n</li>\n<li><p>4 - Theme</p>\n</li>\n<li><p>5 - Facility</p>\n</li>\n</ul>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"locations\": {\n                    \"title\": \"\",\n                    \"items\": [\n                        {\n                            \"id\": \"\",\n                            \"type\": 0,\n                            \"name\": \"\",\n                            \"subtext\": []\n                        }\n                      ]\n                },\n                \"themes\": {\n                    \"title\": \"\",\n                    \"items\": [\n                        {\n                            \"id\": \"\",\n                            \"type\": 0,\n                            \"name\": \"\",\n                            \"subtext\": []\n                        }\n                    ]\n                },\n                \"facilities\": {\n                    \"title\": \"\",\n                    \"items\": [\n                        {\n                            \"id\": \"\",\n                            \"type\": 0,\n                            \"name\": \"\",\n                            \"subtext\": [\"\"]\n                        }\n                    ]\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["search-accomodation-autocomplete"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e5a1fa10-1c95-4b1c-9d5c-a166fa8c4ba6"},{"name":"Search Accomodation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4c5c75ae-00b0-4782-ac70-ed408e66f71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"language\":\"tr\",\n        \"country\":\"xx\",\n        \"search_type\":2,\n        \"search_id\":7,        \n        \"checkin\" : \"2025-06-10\",\n        \"checkout\": \"2025-06-14\",\n        \"adults\": 1,\n        \"childs\": 0,\n        \"infants\":0,\n        \"child_ages\":[1,-1,-1,-1,-1,-1],\n        \"facility\":0,\n        \"facility_division\":0,\n        \"facility_division_type\":0,\n        \"payment_method\":0,\n        \"meal_type\":0,\n        \"currency\":\"TRY\",\n        \"coupon\":\"\",\n        \"refund\":1,\n        \"services\":\"13\",\n        \"client_ip\":\"127.0.0.148\",\n        \"showinfo\":0\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-accomodation","description":"<h3 id=\"search-accommodation\">Search Accommodation</h3>\n<p>This endpoint allows users to search for accommodations based on specified criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<p><strong>Parameters marked with * must be sent</strong></p>\n<ul>\n<li><p><em>language *</em> (text): The language value is determined for rotating facilities and content.</p>\n</li>\n<li><p><strong>country</strong> (text): The market is detected with this country code. If \"<strong>xx</strong>\" is set, it is automatically detected with the visitor's IP address.</p>\n</li>\n<li><p><em>search_type *</em> (number): The type value for the option we listed in the auto-complete is entered here.</p>\n</li>\n<li><p><strong>search_id</strong> * (number): The id value for the option we listed in auto-complete is entered here.</p>\n</li>\n<li><p><strong>checkin</strong> * (text): The check-in date for the accommodation.</p>\n</li>\n<li><p><strong>checkout</strong> * (text): The check-out date for the accommodation.</p>\n</li>\n<li><p><strong>adults</strong> * (number): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (number): The number of children.</p>\n</li>\n<li><p><strong>infants</strong> (number): The number of infants.</p>\n</li>\n<li><p><strong>child_ages</strong> (array of numbers): The ages of the children. A maximum of 4 children can be entered. Children who will not be entered are sent as -1.</p>\n</li>\n<li><p><strong>facility</strong> (number): The ID of the facility.</p>\n</li>\n<li><p><strong>facility_division</strong> (number): The ID of the facility division.</p>\n</li>\n<li><p><strong>facility_division_type</strong> (number): The type of facility division.</p>\n</li>\n<li><p><strong>payment_method</strong> (number): The preferred payment method.</p>\n</li>\n<li><p><strong>meal_type</strong> (number): The type of meal.</p>\n</li>\n<li><p><strong>currency</strong> * (text): The currency in which the prices should be displayed.</p>\n</li>\n<li><p><strong>coupon</strong> (text): The coupon code, if applicable.</p>\n</li>\n<li><p><strong>refund</strong> (number): The refund policy.</p>\n</li>\n<li><p><strong>services</strong> (text): Additional services required.</p>\n</li>\n<li><p><strong>client_ip</strong> * (text): The IP address of the client.</p>\n</li>\n<li><p><strong>showinfo</strong> (number): This parameter is used to display detailed information about the facilities in the results.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response will be in JSON format with a status code of 200. It includes various details such as filter packs, filter data, locations, payments, non-refunds, prices, and more. The data section contains detailed information about accommodations, including their IDs, names, images, meal plans, payment methods, prices, sale agreements, availability, and forecasts.</p>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"record_count\": 0,\n                \"filter_data\": {\n                    \"themes\": [\n                        {\n                            \"id\": \"\",\n                            \"name\": \"\"\n                        }\n                    ],\n                    \"meals\": [\n                        {\n                            \"id\": 0,\n                            \"name\": \"\"\n                        }\n                    ],\n                    \"locations\": [\n                        {\n                            \"id\": \"\",\n                            \"name\": \"\"\n                        }\n                    ],\n                    \"payments\": [\n                        {\n                            \"id\": 0,\n                            \"name\": \"\"\n                        }\n                    ],\n                    \"non_refunds\": 0,\n                    \"prices\": {\n                        \"max\": 0,\n                        \"min\": 0\n                    }\n                },\n                \"search_results\": {\n                    \"search_id\": \"\",\n                    \"facilities\": {\n                        \"id\": \"\",\n                        \"info\": {\n                            \"name\": \"\",\n                            \"sale_request\": \"0\",\n                            \"document_numbers\": [\"\"],\n                            \"location\": {\n                                \"country\": \"\",\n                                \"region_id\": \"\",\n                                \"region\": \"\",\n                                \"city_id\": \"\",\n                                \"city\": \"\",\n                                \"town_id\": \"\",\n                                \"town\": \"\",\n                                \"quarter_id\": \"\",\n                                \"quarter\": \"\"\n                            },\n                            \"gdpr\": {\n                                \"id\": 0,\n                                \"title\": \"\",\n                                \"body\": \"\"\n                            }\n                        },\n                        \"facility_divisions\": [\n                            {\n                                \"id\": 0,\n                                \"name\": \"\",\n                                \"image\": \"\",\n                                \"image_url\": \"\",\n                                \"meal_plans\": [\n                                    {\n                                        \"id\": 0,\n                                        \"name\": \"\",\n                                        \"payment_methods\": [\n                                            {\n                                                \"price_id\": \"\",\n                                                \"id\": \"0\",\n                                                \"available\": 0,\n                                                \"refund\": 0,\n                                                \"method\": \"\",\n                                                \"total\": 0,\n                                                \"discount\": 0,\n                                                \"services\": [\n                                                    {\n                                                        \"id\": 0,\n                                                        \"name\": \"\",\n                                                        \"sell_price\": \"\",\n                                                        \"must\": \"\",\n                                                        \"selected\": 0,\n                                                        \"ap_ser\": []\n                                                    }\n                                                ],\n                                                \"services_total\": 0,\n                                                \"prepay_percent\": 0,\n                                                \"prepay_amount\": 0,\n                                                \"net_price\": 0,\n                                                \"currency\": \"\",\n                                                \"sale_agreement\": \"\",\n                                                \"messages\": [],\n                                                \"forecast\": [\n                                                    {\n                                                        \"date\": \"\",\n                                                        \"total\": 0,\n                                                        \"stop\": 0,\n                                                        \"cta\": 0,\n                                                        \"ctd\": 0,\n                                                        \"messages\": []\n                                                    }\n                                                ]\n                                            }\n                                        ]\n                                    }\n                                ]\n                            }\n                        ]\n                    }\n                }\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["search-accomodation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c5c75ae-00b0-4782-ac70-ed408e66f71e"},{"name":"Create Accomodation Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"a8a9c3d8-cf73-4ee9-8bee-65f5a6fd3c4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"7fe004f82e866efd96d9bf7b950f7f190eb95e24\",\n        \"price_id\":\"8955d5c1bee03a9b31e98f1e05c070d84f07f2db44fb9e3993af3019c0e35ffb\",\n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"10000000000\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"birthdate\": \"\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Buda not alanıdır.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-accomodation-reservation","description":"<h3 id=\"create-accommodation-reservation\">Create Accommodation Reservation</h3>\n<p>This endpoint allows users to create a reservation for accommodation based on the specified payload.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> <em>*</em> (text): The ID of the search.</p>\n</li>\n<li><p><strong>price_id</strong> * (text): The ID of the price.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array of objects containing details about the passengers including their personal information, contact details, and nationality.<br />  <em>When sending guest information, at least one master guest information must be sent. If the guest is a Turkish citizen, the TR ID number field must be entered correctly.</em></p>\n</li>\n<li><p><strong>bill_info</strong> (object): An object containing details about the billing information including company type, invoice details, address, tax information, and amount.</p>\n</li>\n<li><p><strong>notes</strong> (text): Additional notes related to the reservation.</p>\n</li>\n</ul>\n<h3 id=\"pax-definition\">Pax Definition</h3>\n<blockquote>\n<p>Guest Type definitions: </p>\n</blockquote>\n<ul>\n<li><p>0 - Not specified</p>\n</li>\n<li><p>1 - Adult</p>\n</li>\n<li><p>2 - Child</p>\n</li>\n<li><p>3 - Infant</p>\n</li>\n</ul>\n<blockquote>\n<p>Guest Gender definitions: </p>\n</blockquote>\n<ul>\n<li><p>0 - Not specified</p>\n</li>\n<li><p>1 - Female</p>\n</li>\n<li><p>2 - Male</p>\n</li>\n</ul>\n<blockquote>\n<p>Guest Title definitions: </p>\n</blockquote>\n<ul>\n<li><p>0 - Not specified</p>\n</li>\n<li><p>1 - Mr</p>\n</li>\n<li><p>2 - Ms</p>\n</li>\n<li><p>3 - Mrs</p>\n</li>\n<li><p>4 - Miss</p>\n</li>\n</ul>\n<blockquote>\n<p>Guest Academic Title definitions: </p>\n</blockquote>\n<ul>\n<li><p>0 - Not specified</p>\n</li>\n<li><p>1 - Dr.</p>\n</li>\n<li><p>2 - Prof.</p>\n</li>\n<li><p>3 - Prof.Dr.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response of this request is documented as a JSON schema.</p>\n","urlObject":{"path":["create-accomodation-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"a8a9c3d8-cf73-4ee9-8bee-65f5a6fd3c4a"}],"id":"980eeb31-e2c8-4127-89a1-b747db57eebb","description":"<p>You can access application interfaces related to accommodation services in this directory.</p>\n","_postman_id":"980eeb31-e2c8-4127-89a1-b747db57eebb"},{"name":"Transfer","item":[{"name":"Transfer Location AutoComplete","id":"6787d33d-6a86-4ba2-89d5-7c436fb41260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"2f437d74-a8f1-452f-bc96-07ab299234b2"},{"key":"query","value":"Side","type":"text","uuid":"75d7e974-a87f-432c-8688-aa6f3d0954c9"}]},"url":"https://online.resminer.com/public-api/transfer-location-autocomplete","description":"<h3 id=\"search-transfer-location-autocomplete\">Search Transfer Location Autocomplete</h3>\n<p>This endpoint allows users to perform autocomplete search for transfer locations.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p>Content-Type: application/x-www-form-urlencoded</p>\n</li>\n<li><p><code>language</code> (text): The language for the search query.</p>\n</li>\n<li><p><code>query</code> (text): The search query for autocomplete.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response contains the header and body. The body includes data for records and suggestions.</p>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"query\": \"\",\n                \"suggestions\": [\n                    {\n                        \"value\": \"\",\n                        \"data\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["transfer-location-autocomplete"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"6787d33d-6a86-4ba2-89d5-7c436fb41260"},{"name":"Transfer Vehicle Groups","id":"631d8485-9c8c-4539-81ec-70d58f1f67d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"2f437d74-a8f1-452f-bc96-07ab299234b2"}]},"url":"https://online.resminer.com/public-api/transfer-vehicle-groups","description":"<h3 id=\"transfer-vehicle-groups\">Transfer Vehicle Groups</h3>\n<p>This endpoint is used to transfer vehicle groups.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><code>language</code> (text): The language for the vehicle groups names.</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response schema for the successful execution of this request is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"id\": \"\",\n                    \"name\": \"\"\n                }\n            ]\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["transfer-vehicle-groups"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"631d8485-9c8c-4539-81ec-70d58f1f67d2"},{"name":"Search Transfer","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"fbbdfdb5-692a-4618-8844-337747034df9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n \"country\"        : \"xx\",\n \"pickup_date\"    : \"31.05.2025\", \n \"return_date\"    : \"01.06.2025\", \n \"pickup_location\": 15,\n \"drop_location\"  : 22,\n \"adults\"         : 1,\n \"childs\"         : 0,\n \"coupon\"         : \"\",\n \"currency\"       : \"TRY\",\n \"direction\"      : 1,\n \"vgroup\"         : 0,\n \"vehicle\"        : 0,\n \"payment\"        : 0,\n \"group\"          : 1,\n \"language\"       : \"tr\",\n \"client_ip\"      : \"127.0.0.1\",\n \"showinfo\"       : 1\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-transfer","description":"<h3 id=\"search-transfer\">Search Transfer</h3>\n<p>This endpoint allows users to search for transfer options based on specified criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>country</strong> * (text): The country code for the transfer.&gt; The market is detected with this country code. If \"<strong>xx</strong>\" is set, it is automatically detected with the visitor's IP address.</p>\n</li>\n<li><p><strong>pickup_date</strong> <em>*</em> (text): The date for the pickup.</p>\n</li>\n<li><p><strong>return_date</strong> * (text): The date for the return.</p>\n</li>\n<li><p><strong>pickup_location</strong> * (number): The ID of the pickup location. (Transfer Location AutoComplete)</p>\n</li>\n<li><p><strong>drop_location</strong> * (number): The ID of the drop location. (Transfer Location AutoComplete)</p>\n</li>\n<li><p><strong>adults</strong> <em>*</em> (number): The number of adults.</p>\n</li>\n<li><p><strong>childs</strong> (number): The number of children.</p>\n</li>\n<li><p><strong>coupon</strong> (text): The coupon code, if applicable.</p>\n</li>\n<li><p><em><strong>currency</strong></em> <em>*</em> (text): The currency in which the prices should be displayed.</p>\n</li>\n<li><p>1 - Oneway 2 - Roundtrip ( return_date must be set )</p>\n</li>\n<li><p><strong>vgroup</strong> (number): The vehicle group for the transfer.</p>\n</li>\n<li><p><strong>payment</strong> (number): The preferred payment method.</p>\n</li>\n<li><p><strong>vehicle</strong> (number): The vehicle ID.</p>\n</li>\n<li><p><strong>group</strong> (number): The group records when listing.</p>\n</li>\n<li><p><strong>language</strong> (text): The language in which the search results should be displayed.</p>\n</li>\n<li><p><strong>client_ip</strong> * (text): The IP address of the client.</p>\n</li>\n<li><p><strong>showinfo</strong> (number): Indicates whether to show additional information.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"\",\n      \"version\": {\n        \"major\": 0,\n        \"minor\": 0,\n        \"build\": 0\n      },\n      \"server_time\": \"\"\n    },\n    \"status\": 0,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": {\n        \"search_id\": \"\",\n        \"routes\": [\n          {\n            \"direction\": 0,\n            \"date\": \"\",\n            \"pickup_id\": 0,\n            \"pickup_name\": \"\",\n            \"drop_id\": 0,\n            \"drop_name\": \"\",\n            \"distance\": \"\",\n            \"duration\": \"\"\n          }\n        ],\n        \"vehicles\": [\n          {\n            \"price_id\": \"\",\n            \"vehicle\": {\n              \"vehicle_id\": \"\",\n              \"name\": \"\",\n              \"vehicle_group_id\": \"\",\n              \"vg_name\": \"\",\n              \"capacity\": \"\",\n              \"luggage\": \"\",\n              \"disabled\": \"\",\n              \"vip\": \"\",\n              \"pet\": \"\",\n              \"image\": \"\"\n            },\n            \"price_summary\": {\n              \"direction\": 0,\n              \"payment_id\": 0,\n              \"payment_name\": \"\",\n              \"discounts\": [],\n              \"base_total\": 0,\n              \"discount_total\": 0,\n              \"net_total\": 0,\n              \"currency\": \"\"\n            },\n            \"transfer_legs\": [\n              {\n                \"direction\": 0,\n                \"currency\": \"\",\n                \"discounts\": [],\n                \"base_total\": 0,\n                \"discount_total\": 0,\n                \"net_total\": 0\n              }\n            ]\n          }\n        ]\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response of this request is documented as a JSON schema.</p>\n","urlObject":{"path":["search-transfer"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"fbbdfdb5-692a-4618-8844-337747034df9"},{"name":"Create Transfer Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5922eeb7-b24f-46a5-9673-42e84c0f8b21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"1f487548393125d9568867dd1c715201111a36c2\",\n        \"price_id\":\"2456008d2aeeee12ee17d2047eeb96841e4088c6\",\n        \"arrival_pickup_time\":\"00:00\",\n        \"arrival_pickup_info\":\"PC2002\",\n        \"arrival_drop_info\":\"Konyaalti Hotel\",\n        \"return_pickup_time\":\"16:00\",\n        \"return_pickup_info\":\"Konyaaltı Hotel\",\n        \"return_drop_info\":\"Antalya Havalimani\",        \n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"1000000000\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"birthdate\": \"\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Transfer notudur.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-transfer-reservation","description":"<h3 id=\"create-transfer-reservation\">Create Transfer Reservation</h3>\n<p>This endpoint is used to create a transfer reservation based on the provided payload.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> <em>*</em> (text): The ID of the search.</p>\n</li>\n<li><p><strong>price_id</strong> <em>*</em> (text): The ID of the price.</p>\n</li>\n<li><p><strong>arrival_pickup_time</strong> <em>*</em> (text): The arrival pickup time.</p>\n</li>\n<li><p><strong>arrival_pickup_info</strong> <em>*</em> (text): Information about the arrival pickup.</p>\n</li>\n<li><p><strong>arrival_drop_info</strong> * (text): Information about the arrival drop.</p>\n</li>\n<li><p><strong>return_pickup_time</strong> * (text): The return pickup time.</p>\n</li>\n<li><p><strong>return_pickup_info</strong> * (text): Information about the return pickup.</p>\n</li>\n<li><p><strong>return_drop_info</strong> * (text): Information about the return drop.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array containing details about the passengers including their type, title, gender, name, nationality, identity information, birthdate, and contact details.</p>\n</li>\n<li><p><strong>bill_info</strong> (object): An object containing billing information including company type, invoice details, address, tax information, amount, and currency.</p>\n</li>\n<li><p><strong>notes</strong> (text): Additional notes for the transfer reservation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response is in JSON format with a status code of 200. It includes a data section with records containing vouchers for the transfer reservation.</p>\n","urlObject":{"path":["create-transfer-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5922eeb7-b24f-46a5-9673-42e84c0f8b21"}],"id":"1447ce31-8837-4a95-8984-777d13257643","description":"<p>You can access application interfaces related to transfer services in this directory.</p>\n","_postman_id":"1447ce31-8837-4a95-8984-777d13257643"},{"name":"Flight","item":[{"name":"Flight Airports AutoComplete","id":"9f8c0958-9d54-44f2-aeb8-73bfa8643275","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"query","value":"TZX","type":"text","uuid":"75d7e974-a87f-432c-8688-aa6f3d0954c9"}]},"url":"https://online.resminer.com/public-api/flight-airports-autocomplete","description":"<h3 id=\"flight-airports-autocomplete\">Flight Airports Autocomplete</h3>\n<p>This endpoint is used to perform autocomplete search for flight airports.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p>Content-Type: application/x-www-form-urlencoded</p>\n</li>\n<li><p><code>query</code> (text): The search query for autocomplete.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response contains the header and body. The body includes data for records and suggestions.</p>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n            \"process_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"query\": \"\",\n                \"suggestions\": [\n                    {\n                        \"value\": \"\",\n                        \"data\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["flight-airports-autocomplete"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"9f8c0958-9d54-44f2-aeb8-73bfa8643275"},{"name":"Search Flight","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"5908f4b3-0461-4195-9c41-004ff51b8a86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n \"type\"              : \"ROUNDTRIP\",\n \"adults\"            : 1,\n \"childs\"            : 0,\n \"infants\"           : 0,\n \"origin\"            : \"AYT\",\n \"destination\"       : \"IST\",\n \"currency\"          : \"TRY\",\n \"date\"              : \"2025-06-14\", \n \"returndate\"        : \"2025-06-19\",\n \"client_ip\"         : \"127.0.0.1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-flight","description":"<h3 id=\"search-flight\">Search Flight</h3>\n<p>This endpoint is used to search for flight options based on specified criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p>type * (text): The type of flight (e.g. ROUNDTRIP).</p>\n<blockquote>\n<p>ONEWAY or ROUNDTRIP </p>\n</blockquote>\n</li>\n<li><p>adults * (number): The number of adults.</p>\n</li>\n<li><p>childs (number): The number of children.</p>\n</li>\n<li><p>infants (number): The number of infants.</p>\n</li>\n<li><p>origin * (text): The code for the origin airport.</p>\n<blockquote>\n<p>IATA Code of airport </p>\n</blockquote>\n</li>\n<li><p>destination * (text): The code for the destination airport.</p>\n<blockquote>\n<p>IATA Code of airport </p>\n</blockquote>\n</li>\n<li><p>currency * (text): The currency in which the prices should be displayed.</p>\n</li>\n<li><p>date * (text) The date of the outbound flight.</p>\n<blockquote>\n<p>Flight date </p>\n</blockquote>\n</li>\n<li><p>returndate * (text): The date of the return flight.</p>\n<blockquote>\n<p>Return date (if type is ROUNTRIP)</p>\n</blockquote>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response for this request is in the form of a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"\",\n      \"version\": {\n        \"major\": 0,\n        \"minor\": 0,\n        \"build\": 0\n      },\n      \"server_time\": \"\"\n    },\n    \"status\": 0,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": {\n        \"routes\": [\n          {\n            \"segment\": 0,\n            \"departure\": {\n              \"country\": \"\",\n              \"airport\": {\n                \"code\": \"\",\n                \"name\": \"\"\n              }\n            },\n            \"arrival\": {\n              \"country\": \"\",\n              \"airport\": {\n                \"code\": \"\",\n                \"name\": \"\"\n              }\n            },\n            \"flights\": [\n              {\n                \"flight_id\": \"\",\n                \"price_code\": \"\",\n                \"flight_code\": \"\",\n                \"airline\": {\n                  \"code\": \"\",\n                  \"name\": \"\",\n                  \"logo\": \"\"\n                },\n                \"departure\": {\n                  \"country\": \"\",\n                  \"date\": \"\",\n                  \"time\": \"\"\n                },\n                \"arrival\": {\n                  \"country\": \"\",\n                  \"date\": \"\",\n                  \"time\": \"\"\n                },\n                \"stop_count\": 0,\n                \"flight_provider\": {\n                  \"displayName\": \"\",\n                  \"id\": \"\",\n                  \"name\": \"\"\n                },\n                \"legs\": [\n                  {\n                    \"flight_code\": \"\",\n                    \"aircraft\": \"\",\n                    \"airline\": {\n                      \"code\": \"\",\n                      \"name\": \"\",\n                      \"logo\": \"\"\n                    },\n                    \"departure\": {\n                      \"airport\": {\n                        \"code\": \"\",\n                        \"name\": \"\"\n                      },\n                      \"date\": \"\",\n                      \"time\": \"\"\n                    },\n                    \"arrival\": {\n                      \"airport\": {\n                        \"code\": \"\",\n                        \"name\": \"\"\n                      },\n                      \"date\": \"\",\n                      \"time\": \"\"\n                    },\n                    \"class\": \"\",\n                    \"duration\": 0\n                  }\n                ],\n                \"duration\": 0,\n                \"day_change\": 0,\n                \"class\": \"\",\n                \"fares\": [\n                  {\n                    \"price_code\": \"\",\n                    \"id\": \"\",\n                    \"name\": \"\",\n                    \"currency\": \"\",\n                    \"total\": 0,\n                    \"baggages\": [\n                      {\n                        \"flight_code\": \"\",\n                        \"type\": 0,\n                        \"unit\": 0,\n                        \"weight\": null,\n                        \"piece\": 0\n                      }\n                    ],\n                    \"reservable\": true,\n                    \"expires\": \"\"\n                  }\n                ]\n              }\n            ]\n          }\n        ],\n        \"status\": 0,\n        \"engine\": \"\",\n        \"search_id\": \"\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes detailed flight information such as flight codes, airline details, departure and arrival times, and pricing information.</p>\n","urlObject":{"path":["search-flight"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"5908f4b3-0461-4195-9c41-004ff51b8a86"},{"name":"Create Flight Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"f5754819-38c8-46a7-8cd9-d11783523763","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"8cc64db650037dabe0d4a08c7045d4e1\",\n        \"departure_code\":\"ofid_6c9033a4a284c999018d4998aa8a8913\",\n        \"return_code\":\"ofid_665e1e3f02a6e14b35a98ab310845179\",\n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"1000000000\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"birthdate\": \"1980-01-01\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Ucak bileti notudur.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-flight-reservation","description":"<h3 id=\"create-flight-reservation\">Create Flight Reservation</h3>\n<p>This endpoint is used to create a flight reservation based on the provided payload.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> * (text): The ID of the search.</p>\n</li>\n<li><p><strong>departure_code</strong> * (text): The code for departure.</p>\n</li>\n<li><p>return_code * (text): The code for return.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array containing details about the passengers including their type, title, gender, name, nationality, identity information, birthdate, and contact details.</p>\n</li>\n<li><p><strong>bill_info</strong> (object): An object containing billing information including company type, invoice details, address, tax information, amount, and currency.</p>\n</li>\n<li><p><strong>notes</strong> (text): Additional notes for the flight reservation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<p>The related responses for this API endpoint include records of routes, flights, airlines, departure and arrival details, prices, and flight provider information.</p>\n","urlObject":{"path":["create-flight-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"f5754819-38c8-46a7-8cd9-d11783523763"}],"id":"0070e4ba-3196-45d6-868b-6c99e5e5abfe","description":"<p>You can access application interfaces related to flight in this directory.</p>\n","_postman_id":"0070e4ba-3196-45d6-868b-6c99e5e5abfe"},{"name":"Rentacar","item":[{"name":"RentACar Pickup Point AutoComplete","id":"eafff7d6-c529-43b8-9d48-85847e1eab08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"query","value":"Antalya-Konyaaltı","type":"text","uuid":"75d7e974-a87f-432c-8688-aa6f3d0954c9"}]},"url":"https://online.resminer.com/public-api/rentacar-pickup-point-autocomplete","description":"<h3 id=\"rent-a-car-pickup-point-autocomplete\">Rent A Car Pickup Point Autocomplete</h3>\n<p>This endpoint is used to retrieve autocomplete suggestions for rent a car pickup points.</p>\n<h4 id=\"request-body-parameters\">Request Body Parameters</h4>\n<ul>\n<li><p>Content-Type: application/x-www-form-urlencoded</p>\n</li>\n<li><p><code>query</code> (text): The search query for autocomplete.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<ul>\n<li><p>Status: 200</p>\n</li>\n<li><p>Content-Type: application/json</p>\n</li>\n</ul>\n<p>The response contains the header and body. The body includes data for records and suggestions.</p>\n<p>Example Response Body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"query\": \"\",\n                \"suggestions\": [\n                    {\n                        \"value\": \"\",\n                        \"data\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["rentacar-pickup-point-autocomplete"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"eafff7d6-c529-43b8-9d48-85847e1eab08"},{"name":"Search RentACar","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"aa12db14-f9fa-4404-a7b0-4b019524561b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n \"pickup_date\"    : \"2025-06-17 14:00:00\",\n \"drop_date\"      : \"2025-06-20 16:00:00\",\n \"pickup_id\"      : 83,\n \"pickup_name\"    : \"Antalya-Antalya Havalimanı (AYT)\",\n \"different_drop\" : false,\n \"drop_id\"        : 0,\n \"drop_name\"      : \"\",\n \"currency\"       : \"TRY\",\n \"client_ip\"      : \"127.0.0.1\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-rentacar","description":"<h3 id=\"search-rent-a-car\">Search Rent A Car</h3>\n<p>This endpoint allows users to search for rent a car options based on specified criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>pickup_date</strong> * (text): The date and time for the pickup.</p>\n</li>\n<li><p><strong>drop_date</strong> * (text): The date and time for the drop-off.</p>\n</li>\n<li><p><strong>pickup_id</strong> * (number): The ID of the pickup location. <em>(RentACar Pickup Point AutoComplete id)</em></p>\n</li>\n<li><p><strong>pickup_name</strong> * (text): The name of the pickup location. <em>(RentACar Pickup Point AutoComplete name)</em></p>\n</li>\n<li><p><strong>different_drop</strong> * (boolean): Indicates whether the drop-off location is different from the pickup location.</p>\n</li>\n<li><p><strong>drop_id</strong> * (number): The ID of the drop-off location.</p>\n</li>\n<li><p><strong>drop_name</strong> * (text): The name of the drop-off location.</p>\n</li>\n<li><p><strong>currency</strong> * (text): The currency in which the prices should be displayed.</p>\n</li>\n<li><p>client_ip (text): The IP address of the client.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is a JSON object with the following structure:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"\",\n      \"version\": {\n        \"major\": 0,\n        \"minor\": 0,\n        \"build\": 0\n      },\n      \"server_time\": \"\",\n      \"process_time\": \"\"\n    },\n    \"status\": 0,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": {\n        \"search_id\": \"\",\n        \"statistics\": {\n          \"track_id\": \"\",\n          \"total\": {\n            \"delivery_type\": [{\"count\": 0, \"value\": \"\"}],\n            \"vendor\": [{\"count\": 0, \"display\": \"\", \"value\": \"\"}],\n            \"class_type\": [{\"count\": 0, \"value\": \"\"}],\n            \"package_group\": [{\"count\": 0}],\n            \"transmission\": [{\"count\": 0, \"value\": \"\"}],\n            \"provision\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"price\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"full_credit\": [{\"count\": 0, \"value\": true}],\n            \"average_rating\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"fuel\": [{\"count\": 0, \"value\": \"\"}],\n            \"model\": [{\"count\": 0, \"value\": \"\"}],\n            \"distance_limit\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"limited_credit\": [{\"count\": 0, \"value\": true}],\n            \"brand\": [{\"count\": 0, \"value\": \"\"}]\n          },\n          \"search\": {\n            \"delivery_type\": [{\"count\": 0, \"value\": \"\"}],\n            \"vendor\": [{\"count\": 0, \"display\": \"\", \"value\": \"\"}],\n            \"class_type\": [{\"count\": 0, \"value\": \"\"}],\n            \"package_group\": [{\"count\": 0}],\n            \"transmission\": [{\"count\": 0, \"value\": \"\"}],\n            \"provision\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"price\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"full_credit\": [{\"count\": 0, \"value\": true}],\n            \"average_rating\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"fuel\": [{\"count\": 0, \"value\": \"\"}],\n            \"model\": [{\"count\": 0, \"value\": \"\"}],\n            \"distance_limit\": {\"maximumValue\": 0, \"minimumValue\": 0},\n            \"limited_credit\": [{\"count\": 0, \"value\": true}],\n            \"brand\": [{\"count\": 0, \"value\": \"\"}]\n          }\n        },\n        \"offers\": [\n          {\n            \"price_id\": \"\",\n            \"tracking_id\": \"\",\n            \"total_days\": 0,\n            \"appointment\": {\n              \"dropoffLocationSlug\": \"\",\n              \"dropoffDatetime\": \"\",\n              \"dropoffLocationId\": 0,\n              \"pickupLocationId\": 0,\n              \"pickupDatetime\": \"\",\n              \"pickupLocationSlug\": \"\"\n            },\n            \"office\": {\n              \"phones\": [{\"country\": \"\", \"dialCode\": 0, \"number\": \"\"}],\n              \"deliveryType\": \"\",\n              \"id\": 0,\n              \"address\": {\"city\": \"\", \"line\": \"\", \"country\": \"\"},\n              \"openingHours\": {\n                \"monday\": {\"close\": \"\", \"open\": \"\"},\n                \"tuesday\": {\"close\": \"\", \"open\": \"\"},\n                \"friday\": {\"close\": \"\", \"open\": \"\"},\n                \"wednesday\": {\"close\": \"\", \"open\": \"\"},\n                \"thursday\": {\"close\": \"\", \"open\": \"\"},\n                \"sunday\": {\"close\": \"\", \"open\": \"\"},\n                \"saturday\": {\"close\": \"\", \"open\": \"\"}\n              },\n              \"email\": \"\"\n            },\n            \"distance\": {\"amount\": 0, \"period\": \"\", \"unit\": \"\"},\n            \"rules\": {\n              \"dailyRangeLimit\": 0,\n              \"totalRangeLimit\": 0,\n              \"driverAge\": 0,\n              \"doubleCreditCard\": true,\n              \"licenseYears\": 0\n            },\n            \"car\": {\n              \"name\": \"\",\n              \"bigBagCount\": 0,\n              \"smallBagCount\": 0,\n              \"transmission\": \"\",\n              \"brand\": {\"name\": \"\"},\n              \"label\": \"\",\n              \"class\": \"\",\n              \"seats\": 0,\n              \"fuel\": \"\",\n              \"image\": {\"small\": \"\", \"large\": \"\", \"medium\": \"\"},\n              \"sippCode\": \"\"\n            },\n            \"included_insurances\": [],\n            \"supports_limited_credit\": true,\n            \"supplier\": {\"id\": 0, \"fullCredit\": true},\n            \"vendor\": {\"supportsFullCredit\": true, \"logoUrl\": \"\", \"id\": 0, \"name\": \"\"},\n            \"excluded_coverages\": [],\n            \"dropoff_location\": {\n              \"phones\": [{\"country\": \"\", \"dialCode\": 0, \"number\": \"\"}],\n              \"deliveryType\": \"\",\n              \"id\": 0,\n              \"address\": {\"city\": \"\", \"line\": \"\", \"country\": \"\"},\n              \"openingHours\": {\n                \"monday\": {\"close\": \"\", \"open\": \"\"},\n                \"tuesday\": {\"close\": \"\", \"open\": \"\"},\n                \"friday\": {\"close\": \"\", \"open\": \"\"},\n                \"wednesday\": {\"close\": \"\", \"open\": \"\"},\n                \"thursday\": {\"close\": \"\", \"open\": \"\"},\n                \"sunday\": {\"close\": \"\", \"open\": \"\"},\n                \"saturday\": {\"close\": \"\", \"open\": \"\"}\n              },\n              \"email\": \"\"\n            },\n            \"insurance\": {\"includedInsuranceType\": \"\"},\n            \"pricing\": {\"total\": 0, \"provision\": 0, \"currency\": \"\"}\n          }\n        ]\n      }\n    }\n  }\n}\n\n</code></pre>\n<p>The response of this request is documented as a JSON schema.</p>\n","urlObject":{"path":["search-rentacar"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa12db14-f9fa-4404-a7b0-4b019524561b"},{"name":"Create RentACar Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e91c972e-b5c8-40f5-9dd1-83058bf30d0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"33ff8c95887fb685594a2db8bd1d462fdd5e6988\",\n        \"price_id\":\"051d2f5f-dc9c-4b53-a11e-7b59cdde6921\",\n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"1000000000\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"driver_issue\": \"2017-01-01\",\n                \"birthdate\": \"1980-01-01\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Rent a car notudur.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-rentacar-reservation","description":"<h3 id=\"create-rent-a-car-reservation\">Create Rent-A-Car Reservation</h3>\n<p>This endpoint is used to create a rent-a-car reservation based on the provided payload.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> * (text): The ID of the search.</p>\n</li>\n<li><p><strong>price_id</strong> * (text): The ID of the price.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array containing details about the passengers including their master, type, title, academic_title, gender, name, middle_name, surname, email, nationality, identity_type, identity_number, passport, language, phones, driver_issue, birthdate, and later.</p>\n</li>\n<li><p><strong>bill_info</strong> (object): An object containing billing information including company_type, invoice_tckn, invoice_name, invoice_surname, title, address, invoice_town, invoice_city, invoice_country_code, invoice_crs, invoice_service_number, invoice_trade_register_number, phone, tax_office, tax_number, invoice_website, email, invoice_giburn, amount, and currency.</p>\n</li>\n<li><p><strong>notes</strong> (text): Additional notes for the rent-a-car reservation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response is in JSON format with a status code of 200. It includes a data section with records containing vouchers for the transfer reservation.</p>\n","urlObject":{"path":["create-rentacar-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e91c972e-b5c8-40f5-9dd1-83058bf30d0a"}],"id":"cc6d05fe-2b3a-4e38-8e37-d5576b7fca2a","description":"<p>You can access application interfaces related to rent a car services in this directory.</p>\n","_postman_id":"cc6d05fe-2b3a-4e38-8e37-d5576b7fca2a"},{"name":"Tour","item":[{"name":"Search Tour","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"b82aab00-46a8-4f65-af97-ffb1c633ab19","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"query\"            : \"\",\n    \"group_id\"         : 0,\n    \"tour_id\"          : \"\",\n    \"selected_date\"    : \"\",\n    \"selected_date_id\" : 0,\n    \"start\"            : \"2025-12-21\",\n    \"end\"              : \"2025-12-30\",\n    \"facility\"         : \"\",\n    \"facility_division\": \"\",\n    \"adults\"           : 1,\n    \"childs\"           : 0,\n    \"infants\"          : 0,\n    \"child1_age\"       : 0,\n    \"child2_age\"       : 0,\n    \"coupon\"           : \"\",\n    \"currency\"         : \"TRY\",\n    \"payment\"          : \"\",\n    \"language\"         : \"tr\",\n    \"client_ip\"        : \"127.0.0.1\" \n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-tour","description":"<h3 id=\"search-tour\">Search Tour</h3>\n<p>This endpoint allows users to search for tour options based on specified criteria.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>query</strong> (text): The search query for the tour.</p>\n</li>\n<li><p><strong>group_id</strong> (number): The ID of the tour group.</p>\n</li>\n<li><p><strong>tour_id</strong> (text): The ID of the tour.</p>\n</li>\n<li><p><strong>selected_date</strong> (text): The selected date for the tour.</p>\n</li>\n<li><p><strong>selected_date_id</strong> (number): The ID of the selected date.</p>\n</li>\n<li><p><strong>start</strong> * (text): The start date for the tour.</p>\n</li>\n<li><p><strong>end</strong> * (text): The end date for the tour.</p>\n</li>\n<li><p><strong>facility</strong> (text): The facility for the tour.</p>\n</li>\n<li><p><strong>facility_division</strong> (text): The facility division for the tour.</p>\n</li>\n<li><p><strong>adults</strong> * (number): The number of adults for the tour.</p>\n</li>\n<li><p><strong>childs</strong> (number): The number of children for the tour.</p>\n</li>\n<li><p><strong>infants</strong> (number): The number of infants for the tour.</p>\n</li>\n<li><p><strong>child1_age</strong> (number): The age of the first child for the tour.</p>\n</li>\n<li><p><strong>child2_age</strong> (number): The age of the second child for the tour.</p>\n</li>\n<li><p><strong>coupon</strong> (text): The coupon code for the tour.</p>\n</li>\n<li><p><strong>currency</strong> * (text): The currency in which the prices should be displayed.</p>\n</li>\n<li><p><strong>payment</strong> (text): The payment method for the tour.</p>\n</li>\n<li><p><strong>language</strong> (text): The language preference for the tour.</p>\n</li>\n<li><p><strong>client_ip</strong> (text): The IP address of the client.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is documented as a JSON schema. The structure includes header, status, and body. The body contains data with records, details, daily, and dates. The records include ID, general information, and daily details of the tour. The dates include date-related information and payments. The JSON schema provides a detailed structure of the response data for the tour search.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-java\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"\",\n      \"version\": {\n        \"major\": 0,\n        \"minor\": 0,\n        \"build\": 0\n      },\n      \"server_time\": \"\",\n      \"process_time\": \"\"\n    },\n    \"status\": 0,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": [\n        {\n          \"id\": \"\",\n          \"details\": {\n            \"general\": {\n              \"tours_groups_id\": \"\",\n              \"title\": \"\",\n              \"description\": \"\",\n              \"starts\": \"\",\n              \"route\": \"\",\n              \"arrival_time\": \"\",\n              \"includes\": \"\",\n              \"excludes\": \"\",\n              \"video_url\": \"\",\n              \"header\": \"\",\n              \"footer\": \"\",\n              \"transportation_desc\": \"\",\n              \"nights\": \"\",\n              \"images\": [\"\"],\n              \"transfer\": \"\",\n              \"guide\": \"\",\n              \"transportation\": \"\",\n              \"airline\": \"\",\n              \"pickup_points\": [\n                {\n                  \"langs\": [\n                    {\n                      \"lang\": \"\",\n                      \"name\": \"\",\n                      \"desc\": \"\"\n                    }\n                  ],\n                  \"location\": \"\"\n                }\n              ],\n              \"adults\": \"\",\n              \"childs\": \"\",\n              \"infants\": \"\",\n              \"child_age_max\": \"\",\n              \"child_age_min\": \"\",\n              \"tags\": \"\"\n            },\n            \"daily\": [\n              {\n                \"daylpan_id\": \"\",\n                \"tour_id\": \"\",\n                \"title\": \"\",\n                \"description\": \"\",\n                \"checkin_hour\": \"\",\n                \"breakfast\": \"\",\n                \"lunch\": \"\",\n                \"dinner\": \"\",\n                \"accommodation\": \"\",\n                \"break_facilities\": \"\",\n                \"route\": \"\",\n                \"total_km\": \"\",\n                \"daynum\": \"\",\n                \"images\": [\n                  {\n                    \"upid\": \"\",\n                    \"title\": \"\",\n                    \"period\": {\n                      \"start\": {\n                        \"day\": 0,\n                        \"month\": 0\n                      },\n                      \"end\": {\n                        \"day\": 0,\n                        \"month\": 0\n                      }\n                    },\n                    \"category\": \"\",\n                    \"filename\": \"\",\n                    \"ext\": \"\",\n                    \"size\": \"\",\n                    \"updated\": \"\",\n                    \"status\": 0,\n                    \"rstat\": 0\n                  }\n                ]\n              }\n            ]\n          },\n          \"dates\": [\n            {\n              \"date_id\": \"\",\n              \"type\": \"\",\n              \"start\": \"\",\n              \"end\": \"\",\n              \"nights\": 0,\n              \"payments\": [\n                {\n                  \"id\": \"\",\n                  \"name\": \"\",\n                  \"facilities\": [\n                    {\n                      \"id\": \"\",\n                      \"name\": \"\",\n                      \"divisions\": [\n                        {\n                          \"id\": \"\",\n                          \"name\": \"\",\n                          \"capacity_person\": 0,\n                          \"capacity_room\": 0,\n                          \"available\": 0,\n                          \"pricing\": {\n                            \"id\": \"\",\n                            \"general_total\": 0,\n                            \"discount_total\": 0,\n                            \"discounts\": [],\n                            \"net_total\": 0,\n                            \"currency\": \"\"\n                          },\n                          \"cancelation_policy\": {\n                            \"name\": \"\",\n                            \"rules\": [\n                              {\n                                \"days_left\": 0,\n                                \"calculation_type\": \"\",\n                                \"rate\": 0,\n                                \"currency\": \"\"\n                              }\n                            ]\n                          }\n                        }\n                      ]\n                    }\n                  ]\n                }\n              ]\n            }\n          ]\n        }\n      ]\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["search-tour"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"b82aab00-46a8-4f65-af97-ffb1c633ab19"},{"name":"Create Tour Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"421acb38-2871-41cc-b221-ff975576e73a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"2f811c5c891a85e2088194c5c7ad32659b61ffd7\",\n        \"price_id\":\"b74d4d05a949948e6a0176792e90f879\", \n        \"selected_date\" : \"2025-07-10\",    \n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"28469447464\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"birthdate\": \"01.01.2000\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Tur notudur.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-tour-reservation","description":"<h3 id=\"create-tour-reservation\">Create Tour Reservation</h3>\n<p>This endpoint is used to create a tour reservation based on the provided payload.</p>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> * (text): The ID of the search.</p>\n</li>\n<li><p><strong>price_id</strong> * (text): The ID of the price.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array containing details about the passengers including their type, title, gender, name, nationality, identity information, birthdate, and contact details.</p>\n</li>\n<li><p><strong>selected_date</strong> (text) : If a daily tour is selected, the selected date will be specified here.</p>\n</li>\n<li><p>bill_info (object): An object containing billing information including company type, invoice details, address, tax information, amount, and currency.</p>\n</li>\n<li><p>notes (text): Additional notes for the tour reservation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<p>The response is in JSON format with a status code of 200. It includes a data section with records containing vouchers for the tour reservation.</p>\n<h4 id=\"related-responses\">Related Responses</h4>\n<p>The related responses for this API endpoint include records of search results, routes, vehicles, locations, themes, facilities, and records of accommodations.</p>\n","urlObject":{"path":["create-tour-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"421acb38-2871-41cc-b221-ff975576e73a"}],"id":"93813ffc-238d-4f43-be78-7150b51bd6da","description":"<p>You can access application interfaces related to tour services in this directory.</p>\n","_postman_id":"93813ffc-238d-4f43-be78-7150b51bd6da"},{"name":"AddServices","item":[{"name":"Search AddServices","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"e79177a8-5801-4c44-8f8f-b3acf73c1c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"packmod\"          : 1,\n    \"service_date\"     : \"2025-12-21\",\n    \"adservice_group\"  : 0,\n    \"relid\"            : 0,\n    \"adults\"           : 1,\n    \"childs\"           : 0,\n    \"coupon\"           : \"\",\n    \"currency\"         : \"TRY\",\n    \"payment\"          : 0,\n    \"language\"         : \"tr\",\n    \"client_ip\"        : \"127.0.0.1\" \n}\n","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/search-adservice","description":"<h3 id=\"search-ad-service\">Search Ad Service</h3>\n<p>This endpoint allows users to search for ad services based on specified criteria.</p>\n<h4 id=\"request-method\">Request Method</h4>\n<ul>\n<li><strong>POST</strong></li>\n</ul>\n<h4 id=\"endpoint\">Endpoint</h4>\n<ul>\n<li><code>https://online.resminer.com/public-api/search-adservice</code></li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>packmod</strong> (number): TSent according to the selected search module.</p>\n<blockquote>\n<p>1: Accomidation<br />  2: Transfer<br />  4 : Flight Ticket<br />  5 : Tours<br />  6 : Rent A Car </p>\n</blockquote>\n</li>\n<li><p><strong>service_date</strong> (text): The date for which the service is being requested.</p>\n</li>\n<li><p><strong>adservice_group</strong> (number): The ID of the ad service group.</p>\n</li>\n<li><p><strong>relid</strong> (number) It is sent according to the selected search module (packmod). </p>\n<blockquote>\n<p>For example: If Accommodation is selected, Facility ID, If Transfer is selected, Vehicle Class ID etc.\n  </p>\n</blockquote>\n</li>\n<li><p><strong>adults</strong> (number): The number of adults for the service.</p>\n</li>\n<li><p><strong>childs</strong> (number): The number of children for the service.</p>\n</li>\n<li><p><strong>coupon</strong> (text): The coupon code applicable for the service.</p>\n</li>\n<li><p><strong>currency</strong> (text): The currency in which the prices should be displayed.</p>\n<blockquote>\n<p>1 - Cash<br />  2 - Transfer<br />  3 - Bank Transfer<br />  4 - Credit Card<br />  5 - Static Pos<br />  6 - Pay Before Service<br />  7 - Pay At Place<br />  8 - Pay At Vehicle<br />  9 - Current Account<br />  10 - Prepaid </p>\n</blockquote>\n</li>\n<li><p><strong>language</strong> (text): The language preference for the service.</p>\n</li>\n<li><p><strong>client_ip</strong> (text): The IP address of the client making the request.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response of this request is documented as a JSON schema. The structure includes a header and body. The body contains data with records, details, and parameters. The records include information about the ad services available, including pricing, service details, and availability. The JSON schema provides a detailed structure of the response data for the ad service search.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"\",\n      \"version\": {\n        \"major\": 0,\n        \"minor\": 0,\n        \"build\": 0\n      },\n      \"server_time\": \"\",\n      \"process_time\": \"\"\n    },\n    \"status\": 0,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": {\n        \"search_id\": \"\",\n        \"adservices\": [\n          {\n            \"price_id\": \"\",\n            \"service_id\": \"\",\n            \"service_name\": \"\",\n            \"group_id\": \"\",\n            \"group_name\": \"\",\n            \"adult\": \"\",\n            \"child\": \"\",\n            \"infant\": \"\",\n            \"max_pax\": \"\",\n            \"image\": \"\",\n            \"payment_method\": \"\",\n            \"total\": 0,\n            \"discount_total\": 0,\n            \"net\": 0,\n            \"currency\": \"\",\n            \"discounts\": [],\n            \"messages\": [],\n            \"available\": 0\n          }\n        ]\n      }\n    }\n  }\n}\n\n</code></pre>\n","urlObject":{"path":["search-adservice"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"e79177a8-5801-4c44-8f8f-b3acf73c1c05"},{"name":"Create AdService Reservation","event":[{"listen":"test","script":{"id":"ca69b17d-d812-42e7-a476-075d13275629","exec":[""],"type":"text/javascript","packages":{}}}],"id":"26fd140c-c01d-400b-b6f1-9d928e2c081b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"    {\n        \"search_id\":\"0a7e4eff83341cb0877b92173eea0b71c855609d\",\n        \"price_id\":\"07c8f2cea79b547a0aca1f85ea4594bf\", \n        \"paxes\":[\n            {\n                \"master\": 1,\n                \"type\": 1,\n                \"title\": 0,\n                \"academic_title\": 0,\n                \"gender\": 2,\n                \"name\": \"Can\",\n                \"middle_name\": \"\",\n                \"surname\": \"YILMAZ\",\n                \"email\": \"can.yilmaz@gmail.com\",\n                \"nationality\": \"TR\",\n                \"identity_type\" : 1,\n                \"identity_number\": \"10000000000\",\n                \"passaport\": {\n                    \"country\": \"TR\",\n                    \"serial\": \"\",\n                    \"number\": \"\",\n                    \"issue\": \"\",\n                    \"expire\": \"\",\n                    \"type\": 0\n                },\n                \"language\": \"tr\",\n                \"phones\": [\n                    {\n                        \"master\": 1,\n                        \"country\": \"TR\",\n                        \"code\": \"+90\",\n                        \"area_code\": \"532\",\n                        \"number\": \"1234567\"\n                    } \n                ],\n                \"birthdate\": \"01.01.2000\",\n                \"later\":0\n            }                  \n        ],\n        \"bill_info\":{\n            \"company_type\": \"2\",\n            \"invoice_tckn\": \"10000000000\",\n            \"invoice_name\": \"Can\",\n            \"invoice_surname\": \"YILMAZ\",\n            \"title\": \"Can Ltd. Sti.\",\n            \"address\": \"Merkez\",\n            \"invoice_town\": \"Muratpasa\",\n            \"invoice_city\": \"Antalya\",\n            \"invoice_country_code\": \"TR\",\n            \"invoice_crs\": \"Mersis\",\n            \"invoice_service_number\": \"Hizmet No\",\n            \"invoice_trade_register_number\": \"Ticaret Sicil\",\n            \"phone\": \"Telefon\",\n            \"tax_office\": \"Vergi Dairesi\",\n            \"tax_number\": \"Vergi No\",\n            \"invoice_website\": \"Web Sitesi\",\n            \"email\": \"E-posta\",\n            \"invoice_giburn\": \"GIB URN\"\n        },\n        \"notes\":\"Ek Hizmet notudur.\"\n    }","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-adservice-reservation","description":"<h3 id=\"create-additional-services-reservation\">Create Additional Services Reservation</h3>\n<p>This endpoint is used to create a additional service reservation based on the provided payload. It allows users to submit details regarding their search and reservation preferences, including passenger information and billing details.</p>\n<h4 id=\"request-method\">Request Method</h4>\n<ul>\n<li><strong>POST</strong></li>\n</ul>\n<h4 id=\"endpoint\">Endpoint</h4>\n<ul>\n<li><code>https://online.resminer.com/public-api/create-adservice-reservation</code></li>\n</ul>\n<h4 id=\"request-body\">Request Body</h4>\n<ul>\n<li><p><strong>search_id</strong> * (text): The unique identifier for the search request.</p>\n</li>\n<li><p><strong>price_id</strong> * (text): The unique identifier for the selected price option.</p>\n</li>\n<li><p><strong>paxes</strong> * (array): An array containing details about the passengers, including:</p>\n<ul>\n<li><p><strong>master</strong> (integer): Indicates if this is the master passenger.</p>\n</li>\n<li><p><strong>type</strong> (integer): The type of passenger (e.g., adult, child).</p>\n</li>\n<li><p><strong>title</strong> (integer): The title of the passenger.</p>\n</li>\n<li><p><strong>academic_title</strong> (integer): The academic title of the passenger.</p>\n</li>\n<li><p><strong>gender</strong> (integer): The gender of the passenger.</p>\n</li>\n<li><p><strong>name</strong> (text): The first name of the passenger.</p>\n</li>\n<li><p><strong>middle_name</strong> (text): The middle name of the passenger.</p>\n</li>\n<li><p><strong>surname</strong> (text): The surname of the passenger.</p>\n</li>\n<li><p><strong>email</strong> (text): The email address of the passenger.</p>\n</li>\n<li><p><strong>nationality</strong> (text): The nationality of the passenger.</p>\n</li>\n<li><p><strong>identity_type</strong> (integer): The type of identity document.</p>\n</li>\n<li><p><strong>identity_number</strong> (text): The identity document number.</p>\n</li>\n<li><p><strong>passaport</strong> (object): An object containing passport details including country, serial number, passport number, issue date, expiration date, and type.</p>\n</li>\n<li><p><strong>language</strong> (text): The preferred language of the passenger.</p>\n</li>\n<li><p><strong>phones</strong> (array): An array of phone numbers associated with the passenger, each containing:</p>\n<ul>\n<li><p><strong>master</strong> (integer): Indicates if this is the master phone number.</p>\n</li>\n<li><p><strong>country</strong> (text): The country code.</p>\n</li>\n<li><p><strong>code</strong> (text): The phone code.</p>\n</li>\n<li><p><strong>area_code</strong> (text): The area code.</p>\n</li>\n<li><p><strong>number</strong> (text): The phone number.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>birthdate</strong> (text): The birthdate of the passenger.</p>\n</li>\n<li><p><strong>later</strong> (integer): Indicates if the passenger will join later.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>bill_info</strong> (object): An object containing billing information, including:</p>\n<ul>\n<li><p><strong>company_type</strong> (text): The type of company.</p>\n</li>\n<li><p><strong>invoice_tckn</strong> (text): The tax identification number for the invoice.</p>\n</li>\n<li><p><strong>invoice_name</strong> (text): The name for the invoice.</p>\n</li>\n<li><p><strong>invoice_surname</strong> (text): The surname for the invoice.</p>\n</li>\n<li><p><strong>title</strong> (text): The title of the company.</p>\n</li>\n<li><p><strong>address</strong> (text): The address for the invoice.</p>\n</li>\n<li><p><strong>invoice_town</strong> (text): The town for the invoice.</p>\n</li>\n<li><p><strong>invoice_city</strong> (text): The city for the invoice.</p>\n</li>\n<li><p><strong>invoice_country_code</strong> (text): The country code for the invoice.</p>\n</li>\n<li><p><strong>invoice_crs</strong> (text): The CRS number for the invoice.</p>\n</li>\n<li><p><strong>invoice_service_number</strong> (text): The service number for the invoice.</p>\n</li>\n<li><p><strong>invoice_trade_register_number</strong> (text): The trade register number for the invoice.</p>\n</li>\n<li><p><strong>phone</strong> (text): The phone number for the invoice.</p>\n</li>\n<li><p><strong>tax_office</strong> (text): The tax office for the invoice.</p>\n</li>\n<li><p><strong>tax_number</strong> (text): The tax number for the invoice.</p>\n</li>\n<li><p><strong>invoice_website</strong> (text): The website for the invoice.</p>\n</li>\n<li><p><strong>email</strong> (text): The email for the invoice.</p>\n</li>\n<li><p><strong>invoice_giburn</strong> (text): The GIB URN for the invoice.</p>\n</li>\n</ul>\n</li>\n<li><p><strong>notes</strong> (text): Additional notes for the tour reservation.</p>\n</li>\n</ul>\n<h4 id=\"response\">Response</h4>\n<p>The response is in JSON format and includes a status code of 200. It contains a header with information about the request status and a body section with data regarding the reservation.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"\",\n            \"version\": {\n                \"major\": 0,\n                \"minor\": 0,\n                \"build\": 0\n            },\n            \"server_time\": \"\",\n            \"process_time\": \"\"\n        },\n        \"status\": 0,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"vouchers\": [\n                    {\n                        \"type\": 0,\n                        \"voucher\": \"\"\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n<h4 id=\"related-responses\">Related Responses</h4>\n<p>The related responses for this API endpoint include records of search results, routes, vehicles, locations, themes, facilities, and records of accommodations.</p>\n","urlObject":{"path":["create-adservice-reservation"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"26fd140c-c01d-400b-b6f1-9d928e2c081b"}],"id":"52665f95-d433-4711-a1fb-8f20cfc1c879","description":"<p>You can access application interfaces related to aditional services in this directory.</p>\n","_postman_id":"52665f95-d433-4711-a1fb-8f20cfc1c879"},{"name":"Reservations","item":[{"name":"Reservation List","id":"0af91aeb-5390-4afb-9fbc-68044e3f80aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date_field\": \"checkin\",\n    \"start_date\": \"2000-01-01\",\n    \"end_date\": \"2026-12-01\",\n    \"related_ids\":[],\n    \"reservation_types\": [],\n    \"markets\": [],\n    \"reservation_statuses\": [],\n    \"payment_methods\": [],\n    \"channels\": [],\n    \"confirm_statuses\": [],\n    \"operator_ids\": [],\n    \"only_with_balance\": 0,\n    \"only_privates\": 0,\n    \"query\": \"\",\n    \"page_length\":10,\n    \"page\": 1,\n    \"sort_field\": \"reservation_date\",\n    \"sort_direction\": \"desc\",\n    \"updated_at\": \"2025-11-19T11:20:00+03:00\",\n    \"created_at\": \"2025-10-19T11:20:00+03:00\",\n    \"show_finance_records\":0\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-list","description":"<h1 id=\"get-reservation-list\">Get Reservation List</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint retrieves a paginated list of reservations with comprehensive filtering, sorting, and search capabilities. It returns detailed reservation information including guest details, financial records, billing information, and booking metadata.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>Requires Bearer token authentication via the <code>Authorization</code> header.</p>\n<h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<h3 id=\"date-filtering\">Date Filtering</h3>\n<ul>\n<li><p><strong>date_field</strong> (string): The date field to filter by. Options: <code>\"checkin\"</code>, <code>\"checkout\"</code>, <code>\"reservation_date\"</code></p>\n</li>\n<li><p><strong>start_date</strong> (string): Start date for the date range filter (format: <code>YYYY-MM-DD</code>)</p>\n</li>\n<li><p><strong>end_date</strong> (string): End date for the date range filter (format: <code>YYYY-MM-DD</code>)<br />  <strong>Note :</strong> You don’t need to send these fields (Date Filtering) when you use <strong>created_at</strong>.</p>\n</li>\n</ul>\n<h3 id=\"filter-arrays\">Filter Arrays</h3>\n<ul>\n<li><p><strong>related_ids</strong> (array): To filter bookings by property (For example: [1001,1002] If you request it this way, only reservations made at properties with IDs 1001 and 1002 will be listed.), group, route, etc., please submit the information within the thread here.</p>\n</li>\n<li><p><strong>reservation_types</strong> (array): Filter by reservation type IDs (e.g., accommodation, transfer). Empty array returns all types</p>\n<h3 id=\"reservation-types\">Reservation Types</h3>\n<ol>\n<li><p>Accommodation</p>\n</li>\n<li><p>Transfer</p>\n</li>\n<li><p>Additional Service</p>\n</li>\n<li><p>Flight Ticket</p>\n</li>\n<li><p>Tour</p>\n</li>\n<li><p>Car Rental</p>\n</li>\n</ol>\n</li>\n<li><p><strong>markets</strong> (array): Filter by market IDs. Empty array returns all markets</p>\n</li>\n<li><p><strong>reservation_statuses</strong> (array): Filter by reservation status IDs (e.g., confirmed, cancelled). Empty array returns all statuses</p>\n<h3 id=\"reservation-statuses\">Reservation Statuses</h3>\n<ol>\n<li><p>Request</p>\n</li>\n<li><p>Offer</p>\n</li>\n<li><p>In Follow-up</p>\n</li>\n<li><p>Pre-Reservation</p>\n</li>\n<li><p>On Hold</p>\n</li>\n<li><p>Completed</p>\n</li>\n<li><p>Partially Cancelled</p>\n</li>\n<li><p>Modification</p>\n</li>\n<li><p>Rights Reserved</p>\n</li>\n<li><p>Cancelled</p>\n</li>\n<li><p>Invalid</p>\n</li>\n<li><p>Expired</p>\n</li>\n</ol>\n</li>\n<li><p><strong>payment_methods</strong> (array): Filter by payment method IDs. Empty array returns all payment methods</p>\n<h3 id=\"payment-methods\">Payment Methods:</h3>\n<ol>\n<li><p>Cash</p>\n</li>\n<li><p>Transfer</p>\n</li>\n<li><p>Bank Transfer</p>\n</li>\n<li><p>Credit Card</p>\n</li>\n<li><p>Physical POS</p>\n</li>\n<li><p>Pay at Door</p>\n</li>\n<li><p>Pay on Site</p>\n</li>\n<li><p>Pay in Vehicle</p>\n</li>\n<li><p>Current Account</p>\n</li>\n<li><p>Prepaid</p>\n</li>\n</ol>\n</li>\n<li><p><strong>channels</strong> (array): Filter by booking channel IDs (e.g., B2C, B2B). Empty array returns all channels</p>\n</li>\n<li><p><strong>confirm_statuses</strong> (array): Filter by confirmation status. Empty array returns all confirmation statuses</p>\n<h3 id=\"confirm-status-codes\">Confirm Status Codes</h3>\n<ol>\n<li><p>New</p>\n</li>\n<li><p>Approved</p>\n</li>\n<li><p>Edited</p>\n</li>\n<li><p>Not Approved</p>\n</li>\n</ol>\n</li>\n<li><p><strong>operator_ids</strong> (array): Filter by operator/user IDs who created the reservations. Empty array returns all operators</p>\n</li>\n</ul>\n<h3 id=\"additional-filters\">Additional Filters</h3>\n<ul>\n<li><p><strong>only_with_balance</strong> (integer): Set to <code>1</code> to show only reservations with outstanding balance, <code>0</code> for all</p>\n</li>\n<li><p><strong>only_privates</strong> (integer): Set to <code>1</code> to show only private reservations, <code>0</code> for all, <code>2</code> for non-private</p>\n</li>\n<li><p><strong>query</strong> (string): Free-text search query to search across reservation details (voucher, guest name, etc.)</p>\n</li>\n</ul>\n<h3 id=\"pagination--sorting\">Pagination &amp; Sorting</h3>\n<ul>\n<li><p><strong>page_length</strong> (integer): Number of records per page (default: 12)</p>\n</li>\n<li><p><strong>page</strong> (integer): Current page number (starts at 1)</p>\n</li>\n<li><p><strong>sort_field</strong> (string): Field to sort by. Options: <code>\"reservation_date\"</code>, <code>\"checkin\"</code>, <code>\"checkout\"</code>, <code>\"created\"</code></p>\n</li>\n<li><p><strong>sort_direction</strong> (string): Sort direction. Options: <code>\"asc\"</code> (ascending), <code>\"desc\"</code> (descending)</p>\n</li>\n</ul>\n<h3 id=\"metadata\">Metadata</h3>\n<ul>\n<li><strong>created_at</strong> (string): Timestamp of when the request was created (format: ISO 8601 with timezone)</li>\n</ul>\n<h2 id=\"response-structure\">Response Structure</h2>\n<h3 id=\"header-section\">Header Section</h3>\n<ul>\n<li><p><strong>info</strong>: API identifier, version, server time, and process time</p>\n</li>\n<li><p><strong>status</strong>: HTTP status code</p>\n</li>\n<li><p><strong>messages</strong>: Array of any system messages or errors</p>\n</li>\n</ul>\n<h3 id=\"body-section\">Body Section</h3>\n<p>Contains a <code>data</code> object with:</p>\n<h4 id=\"paging-information\">Paging Information</h4>\n<ul>\n<li><p><strong>total_records</strong>: Total number of reservations matching the filters</p>\n</li>\n<li><p><strong>page_length</strong>: Number of records per page</p>\n</li>\n<li><p><strong>current_page</strong>: Current page number</p>\n</li>\n<li><p><strong>total_pages</strong>: Total number of pages available</p>\n</li>\n</ul>\n<h4 id=\"reservations-array\">Reservations Array</h4>\n<p>Each reservation object includes:</p>\n<p><strong>Basic Information</strong></p>\n<ul>\n<li><p><code>reservation_id</code>: Unique reservation identifier</p>\n</li>\n<li><p><code>voucher</code>: Reservation voucher/confirmation code</p>\n</li>\n<li><p><code>reservation_type</code>: Type of reservation (1 = accommodation, etc.)</p>\n</li>\n<li><p><code>reservation_status</code>: Current status of the reservation</p>\n</li>\n<li><p><code>reservation_date</code>: Date when reservation was made</p>\n</li>\n<li><p><code>checkin</code>/<code>checkout</code>: Check-in and check-out dates</p>\n</li>\n</ul>\n<p><strong>Property &amp; Service Details</strong></p>\n<ul>\n<li><p><code>related_id</code>, <code>related_name</code>: Property/hotel ID and name</p>\n</li>\n<li><p><code>sub_related_id</code>, <code>sub_related_name</code>: Room type/category ID and name</p>\n</li>\n<li><p><code>market_id</code>, <code>market_name</code>: Market segment</p>\n</li>\n<li><p><code>meal_plan_id</code>, <code>meal_plan_name</code>: Meal plan type</p>\n</li>\n<li><p><code>payment_id</code>, <code>payment_name</code>: Payment method</p>\n</li>\n</ul>\n<p><strong>Guest Information</strong></p>\n<ul>\n<li><p><code>adults</code>, <code>childs</code>, <code>infants</code>: Number of guests by type</p>\n</li>\n<li><p><code>child_ages</code>: Array of child ages</p>\n</li>\n<li><p><code>guests</code>: Array of guest objects with personal details, contact information, and identification<br />  The <strong>Guest</strong> object represents a single traveler or participant included in a reservation. It contains personal details, identity information, contact data, and other attributes required for booking processes.</p>\n<h3 id=\"guest-object-structure\">Guest Object Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>master</strong></td>\n<td>integer</td>\n<td>Indicates if this guest is the primary (1) or secondary (0) guest.</td>\n</tr>\n<tr>\n<td><strong>type</strong></td>\n<td>integer</td>\n<td>Guest type ( <code>1</code> = Adult, <code>2</code>= Child <code>3</code> = Infant )</td>\n</tr>\n<tr>\n<td><strong>title</strong></td>\n<td>integer</td>\n<td>Title code ( <code>0</code> Not specified, <code>1</code> = Mr, <code>2</code> = Ms, <code>3</code> = Mrs, <code>4</code> = Miss ).</td>\n</tr>\n<tr>\n<td><strong>academic_title</strong></td>\n<td>integer</td>\n<td>Academic title code (<code>0</code>= Not specified, <code>1</code>= Dr., <code>2</code>= Prof., <code>3</code>= Prof.Dr ).</td>\n</tr>\n<tr>\n<td><strong>gender</strong></td>\n<td>string</td>\n<td>Gender of the guest (<code>1</code> = female, <code>2</code> = male).</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>First name of the guest.</td>\n</tr>\n<tr>\n<td><strong>middle_name</strong></td>\n<td>string</td>\n<td>Middle name, if available.</td>\n</tr>\n<tr>\n<td><strong>surname</strong></td>\n<td>string</td>\n<td>Last name (family name).</td>\n</tr>\n<tr>\n<td><strong>nationality</strong></td>\n<td>string</td>\n<td>ISO country code representing the guest’s nationality (e.g., <code>TR</code>).</td>\n</tr>\n<tr>\n<td><strong>identity_type</strong></td>\n<td>integer</td>\n<td>Type of ID provided (<code>1</code>= Turkish Id Number <code>2</code>= Passport Number).</td>\n</tr>\n<tr>\n<td><strong>identity_number</strong></td>\n<td>string</td>\n<td>If identity_type = 1, an 11-digit Turkish Identification Number must be provided here.</td>\n</tr>\n<tr>\n<td><strong>passaport</strong></td>\n<td>object</td>\n<td>Passport details of the guest.</td>\n</tr>\n<tr>\n<td><strong>passaport.country</strong></td>\n<td>string</td>\n<td>Passport issuing country (ISO code).</td>\n</tr>\n<tr>\n<td><strong>passaport.serial</strong></td>\n<td>string</td>\n<td>Passport serial number.</td>\n</tr>\n<tr>\n<td><strong>passaport.number</strong></td>\n<td>string</td>\n<td>Passport number.</td>\n</tr>\n<tr>\n<td><strong>passaport.issue</strong></td>\n<td>string</td>\n<td>Passport issue date (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><strong>passaport.expire</strong></td>\n<td>string</td>\n<td>Passport expiry date (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><strong>passaport.type</strong></td>\n<td>integer</td>\n<td>Passport type (<code>1</code> = Other <code>2</code> = Special <code>3</code> = Green <code>4</code> = Service).</td>\n</tr>\n<tr>\n<td><strong>driver_issue</strong></td>\n<td>string</td>\n<td>Driver’s license issue date (if provided).</td>\n</tr>\n<tr>\n<td><strong>email</strong></td>\n<td>string</td>\n<td>Email address of the guest.</td>\n</tr>\n<tr>\n<td><strong>language</strong></td>\n<td>string</td>\n<td>Preferred communication language (ISO code).</td>\n</tr>\n<tr>\n<td><strong>phones</strong></td>\n<td>array</td>\n<td>List of phone objects belonging to the guest.</td>\n</tr>\n<tr>\n<td><strong>phones[].master</strong></td>\n<td>integer</td>\n<td>Indicates if this phone is the primary number (<code>1</code> = yes, <code>0</code> = no).</td>\n</tr>\n<tr>\n<td><strong>phones[].country</strong></td>\n<td>string</td>\n<td>Country code (ISO).</td>\n</tr>\n<tr>\n<td><strong>phones[].code</strong></td>\n<td>string</td>\n<td>Phone international prefix (e.g., <code>+90</code>).</td>\n</tr>\n<tr>\n<td><strong>phones[].area_code</strong></td>\n<td>string</td>\n<td>Area/city code.</td>\n</tr>\n<tr>\n<td><strong>phones[].number</strong></td>\n<td>string</td>\n<td>Phone number.</td>\n</tr>\n<tr>\n<td><strong>phones[].friendly</strong></td>\n<td>string</td>\n<td>Human-readable formatted phone number.</td>\n</tr>\n<tr>\n<td><strong>birthdate</strong></td>\n<td>string</td>\n<td>Guest’s birthdate (YYYY-MM-DD).</td>\n</tr>\n<tr>\n<td><strong>age</strong></td>\n<td>integer</td>\n<td>Guest age (auto-calculated if birthdate is provided; <code>-1</code> means unknown).</td>\n</tr>\n<tr>\n<td><strong>later</strong></td>\n<td>integer</td>\n<td>Indicates if the guest information will be provided later (<code>1</code>) or immediately (<code>0</code>).</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<p><strong>Financial Information</strong></p>\n<ul>\n<li><p><code>cost</code>: Cost amount</p>\n</li>\n<li><p><code>gain</code>: Profit/gain amount</p>\n</li>\n<li><p><code>total</code>: Total reservation amount</p>\n</li>\n<li><p><code>collected</code>: Amount collected</p>\n</li>\n<li><p><code>balance</code>: Outstanding balance</p>\n</li>\n<li><p><code>currency</code>: Currency code</p>\n</li>\n<li><p><code>exchange_rate</code>: Exchange rate applied</p>\n</li>\n<li><p><code>finance_records</code>: Array of financial transaction records</p>\n<p>  The <strong>Finance</strong> object represents a financial transaction related to a reservation, including details such as amount, currency, payment method, and associated banking information.</p>\n<h3 id=\"finance-object-structure\">Finance Object Structure</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>type</strong></td>\n<td>integer</td>\n<td>Type of transaction (<code>1</code> = Master Record <code>2</code> = Markup <code>3</code> = Discount <code>4</code> = Users Modify <code>5</code> = Comission <code>6</code> = Gain <code>7</code> = Collection <code>8</code> = Refund <code>9</code> = Vendor Commission <code>10</code> = Additional Services <code>11</code> = Kickback <code>12</code> = Bonus For Person ).</td>\n</tr>\n<tr>\n<td><strong>direction</strong></td>\n<td>integer</td>\n<td>Transaction direction (<code>1</code> = Incode, <code>2</code> = Expense).</td>\n</tr>\n<tr>\n<td><strong>relid</strong></td>\n<td>string</td>\n<td>Related reference ID for tracking purposes. e.g. Voucher</td>\n</tr>\n<tr>\n<td><strong>amount</strong></td>\n<td>decimal</td>\n<td>Transaction amount (formatted as decimal, e.g., <code>\"131,130.00\"</code>).</td>\n</tr>\n<tr>\n<td><strong>rate</strong></td>\n<td>decimal</td>\n<td>Exchange rate applied for currency conversion.</td>\n</tr>\n<tr>\n<td><strong>currency</strong></td>\n<td>string</td>\n<td>Currency code (ISO 4217, e.g., <code>\"TRY\"</code>).</td>\n</tr>\n<tr>\n<td><strong>description</strong></td>\n<td>string</td>\n<td>Optional description or notes for the payment.</td>\n</tr>\n<tr>\n<td><strong>payment_method</strong></td>\n<td>integer</td>\n<td>Payment method code ( <code>1</code> = Cash <code>2</code> = Transfer <code>3</code> = Bank Transfer <code>4</code> = Credit Card <code>5</code> = Physical POS <code>6</code> = Pay at Door <code>7</code> = Pay on Site <code>8</code> = Pay in Vehicle <code>9</code> = Current Account <code>10</code> = Prepaid ).</td>\n</tr>\n<tr>\n<td><strong>installments</strong></td>\n<td>integer</td>\n<td>Number of installments.</td>\n</tr>\n<tr>\n<td><strong>bank_id</strong></td>\n<td>integer</td>\n<td>Bank identifier (system-specific ID).</td>\n</tr>\n<tr>\n<td><strong>bank_name</strong></td>\n<td>string</td>\n<td>Bank name associated with the payment, if applicable.</td>\n</tr>\n</tbody>\n</table>\n</div></li>\n</ul>\n<p><strong>Billing &amp; Confirmation</strong></p>\n<ul>\n<li><p><code>bill_info</code>: Billing details including tax information</p>\n</li>\n<li><p><code>bill_status</code>: Status of billing</p>\n</li>\n<li><p><code>confirm</code>: Confirmation status</p>\n</li>\n<li><p><code>confirm_status</code>: Detailed confirmation status</p>\n</li>\n</ul>\n<p><strong>Additional Details</strong></p>\n<ul>\n<li><p><code>extras</code>: Array of extra services/add-ons</p>\n</li>\n<li><p><code>guest_notes</code>: Notes from guests</p>\n</li>\n<li><p><code>channel_id</code>, <code>channel_name</code>: Booking channel information</p>\n</li>\n<li><p><code>source_web</code>: Source website</p>\n</li>\n<li><p><code>created</code>: Creation timestamp</p>\n</li>\n<li><p><code>create_id</code>, <code>create_name</code>: Creator user ID and name</p>\n</li>\n</ul>\n<h2 id=\"important-notes\">Important Notes</h2>\n<ol>\n<li><p><strong>Empty Filter Arrays</strong>: When filter arrays (like <code>reservation_types</code>, <code>markets</code>, etc.) are empty, the endpoint returns all records without filtering by that criteria</p>\n</li>\n<li><p><strong>Date Range</strong>: Always specify both <code>start_date</code> and <code>end_date</code> along with the appropriate <code>date_field</code> for date-based filtering</p>\n</li>\n<li><p><strong>Pagination</strong>: Use <code>page</code> and <code>page_length</code> parameters to navigate through large result sets. Check <code>total_pages</code> in the response to determine available pages</p>\n</li>\n<li><p><strong>Performance</strong>: Narrower date ranges and specific filters will improve response times for large datasets</p>\n</li>\n<li><p><strong>Search Query</strong>: The <code>query</code> parameter performs a broad search across multiple fields including voucher numbers and guest names</p>\n</li>\n<li><p><strong>Financial Records</strong>: Each reservation includes detailed <code>finance_records</code> array showing all financial transactions related to that booking</p>\n</li>\n<li><p><strong>Currency</strong>: All monetary values are returned in the specified <code>currency</code> with the applied <code>exchange_rate</code></p>\n</li>\n</ol>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-21T23:10:30+03:00\",\n            \"process_time\": \"0.007989\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"paging\": {\n                    \"total_records\": 96,\n                    \"page_length\": 1,\n                    \"current_page\": 1,\n                    \"total_pages\": 96\n                },\n                \"reservations\": [\n                    {\n                        \"reservation_id\": 37503,\n                        \"reservation_type\": 1,\n                        \"voucher\": \"CEBD30F\",\n                        \"related_voucher\": \"\",\n                        \"group_id\": \"f898b4a408fa1ab68c020b35bd3cd140cc8b30b9\",\n                        \"reservation_status\": 4,\n                        \"reservation_date\": \"2025-11-20\",\n                        \"related_id\": \"1022\",\n                        \"related_name\": \"Test Demo Deneme Hotel\",\n                        \"sub_related_id\": \"19962\",\n                        \"sub_related_name\": \"Deniz Manzara\",\n                        \"market_id\": \"1501\",\n                        \"market_name\": \"İç Pazar\",\n                        \"meal_plan_id\": \"3\",\n                        \"meal_plan_name\": \"Oda ve Kahvaltı\",\n                        \"payment_id\": \"4\",\n                        \"payment_name\": \"credit_card\",\n                        \"country\": \"tr\",\n                        \"checkin\": \"2025-11-27\",\n                        \"checkout\": \"2025-11-30\",\n                        \"adults\": 1,\n                        \"childs\": 0,\n                        \"infants\": 0,\n                        \"child_ages\": [\n                            -1,\n                            -1,\n                            -1,\n                            -1\n                        ],\n                        \"guests\": [\n                            {\n                                \"master\": 1,\n                                \"type\": 1,\n                                \"title\": 0,\n                                \"academic_title\": 0,\n                                \"gender\": \"2\",\n                                \"name\": \"Test\",\n                                \"middle_name\": \"\",\n                                \"surname\": \"Soyad\",\n                                \"nationality\": \"TR\",\n                                \"identity_type\": 1,\n                                \"identity_number\": \"11111111110\",\n                                \"passaport\": {\n                                    \"country\": \"TR\",\n                                    \"serial\": \"\",\n                                    \"number\": \"\",\n                                    \"issue\": \"\",\n                                    \"expire\": \"\",\n                                    \"type\": 0\n                                },\n                                \"driver_issue\": \"\",\n                                \"email\": \"test@soyad.com\",\n                                \"language\": \"tr\",\n                                \"phones\": [\n                                    {\n                                        \"master\": 0,\n                                        \"country\": \"TR\",\n                                        \"code\": \"+90\",\n                                        \"area_code\": \"242\",\n                                        \"number\": \"6665588\",\n                                        \"friendly\": \"+90(242)6665588\"\n                                    }\n                                ],\n                                \"birthdate\": \"\",\n                                \"age\": -1,\n                                \"later\": 0\n                            }\n                        ],\n                        \"refundable\": \"1\",\n                        \"pickup_id\": \"0\",\n                        \"pickup_name\": \"\",\n                        \"drop_id\": \"0\",\n                        \"drop_name\": \"\",\n                        \"route_distance\": \"0.00\",\n                        \"route_duration\": \"0\",\n                        \"direction\": \"1\",\n                        \"return_track_code\": \"\",\n                        \"return_pickup_name\": \"\",\n                        \"return_drop_name\": \"\",\n                        \"return_departure_date\": \"\",\n                        \"return_arrival_date\": \"\",\n                        \"return_flight_time\": \"\",\n                        \"return_class_name\": \"\",\n                        \"bill_info\": {\n                            \"same\": 1,\n                            \"title\": \"\",\n                            \"phone\": \"\",\n                            \"email\": \"\",\n                            \"tax_office\": \"\",\n                            \"tax_number\": \"\",\n                            \"address\": \"\",\n                            \"amount\": 3600,\n                            \"currency\": \"TRY\"\n                        },\n                        \"extras\": [],\n                        \"coupon\": \"\",\n                        \"guest_notes\": \"\",\n                        \"cost\": \"2700.0000\",\n                        \"gross_cost\": \"2700.0000\",\n                        \"gain\": \"900.0000\",\n                        \"gross_gain\": \"900.0000\",\n                        \"total\": \"3600.0000\",\n                        \"collected\": \"0.0000\",\n                        \"bank_comission\": \"0.0000\",\n                        \"refund_total\": \"0.0000\",\n                        \"balance\": \"3600.0000\",\n                        \"currency\": \"TRY\",\n                        \"exchange_rate\": \"1.0000\",\n                        \"bill_status\": \"0\",\n                        \"bills_total\": \"0.0000\",\n                        \"bill_incoming_total\": \"0.0000\",\n                        \"bill_refund_total\": \"0.0000\",\n                        \"bill_icoming_total\": \"0.0000\",\n                        \"bill_comission_status\": \"0\",\n                        \"bills_comission_total\": \"0.0000\",\n                        \"bill_incoming_status\": \"0\",\n                        \"bill_refund_status\": \"0\",\n                        \"confirm\": \"0\",\n                        \"confirmed_amount\": \"0.00\",\n                        \"bonus_starter\": \"0\",\n                        \"bonus_ender\": \"0\",\n                        \"cancel_reason\": \"0\",\n                        \"create_ip\": \"176.88.249.131\",\n                        \"create_id\": \"6\",\n                        \"create_name\": \"API User\",\n                        \"update_ip\": \"0.0.0.0\",\n                        \"update_id\": \"0\",\n                        \"update_name\": \"\",\n                        \"update_coms\": \"0.00\",\n                        \"channel_id\": \"6\",\n                        \"channel_name\": \"B2C\",\n                        \"source_web\": \"resminer.deney.in\",\n                        \"confirm_status\": \"0\",\n                        \"confirm_id\": \"0\",\n                        \"confirm_date\": \"\",\n                        \"is_private\": \"2\",\n                        \"created\": \"2025-11-20T13:57:27+03:00\",\n                        \"finance_records\": [\n                            {\n                                \"type\": \"1\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"4500.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"3\",\n                                \"direction\": \"2\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"450.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"asdf\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"3\",\n                                \"direction\": \"2\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"225.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"asdf\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"11\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"225.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"6\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"900.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}\n\n</code></pre>\n","urlObject":{"path":["reservation-list"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"4f20daf9-4245-4a16-ad7a-b750d62a66c7","name":"Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"date_field\": \"checkin\",\n    \"start_date\": \"2000-01-01\",\n    \"end_date\": \"2026-12-01\",\n    \"related_ids\":[],\n    \"reservation_types\": [],\n    \"markets\": [],\n    \"reservation_statuses\": [],\n    \"payment_methods\": [],\n    \"channels\": [],\n    \"confirm_statuses\": [],\n    \"operator_ids\": [],\n    \"only_with_balance\": 0,\n    \"only_privates\": 0,\n    \"query\": \"\",\n    \"page_length\": 1,\n    \"page\": 1,\n    \"sort_field\": \"reservation_date\",\n    \"sort_direction\": \"desc\",\n    \"created_at\": \"2025-10-19T11:20:00+03:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 21 Nov 2025 20:10:30 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"1276"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-21T23:10:30+03:00\",\n            \"process_time\": \"0.007989\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"paging\": {\n                    \"total_records\": 100,\n                    \"page_length\": 1,\n                    \"current_page\": 1,\n                    \"total_pages\": 100\n                },\n                \"reservations\": [\n                    {\n                        \"reservation_id\": 37503,\n                        \"reservation_type\": 1,\n                        \"voucher\": \"CEBD30F\",\n                        \"related_voucher\": \"\",\n                        \"group_id\": \"f898b4a408fa1ab68c020b35bd3cd140cc8b30b9\",\n                        \"reservation_status\": 4,\n                        \"reservation_date\": \"2025-11-20\",\n                        \"related_id\": \"1022\",\n                        \"related_name\": \"Test Demo Deneme Hotel\",\n                        \"sub_related_id\": \"19962\",\n                        \"sub_related_name\": \"Deniz Manzara\",\n                        \"market_id\": \"1501\",\n                        \"market_name\": \"İç Pazar\",\n                        \"meal_plan_id\": \"3\",\n                        \"meal_plan_name\": \"Oda ve Kahvaltı\",\n                        \"payment_id\": \"4\",\n                        \"payment_name\": \"credit_card\",\n                        \"country\": \"tr\",\n                        \"checkin\": \"2025-11-27\",\n                        \"checkout\": \"2025-11-30\",\n                        \"adults\": 1,\n                        \"childs\": 0,\n                        \"infants\": 0,\n                        \"child_ages\": [\n                            -1,\n                            -1,\n                            -1,\n                            -1\n                        ],\n                        \"guests\": [\n                            {\n                                \"master\": 1,\n                                \"type\": 1,\n                                \"title\": 0,\n                                \"academic_title\": 0,\n                                \"gender\": \"2\",\n                                \"name\": \"Test\",\n                                \"middle_name\": \"\",\n                                \"surname\": \"Soyad\",\n                                \"nationality\": \"TR\",\n                                \"identity_type\": 1,\n                                \"identity_number\": \"28469447464\",\n                                \"passaport\": {\n                                    \"country\": \"TR\",\n                                    \"serial\": \"\",\n                                    \"number\": \"\",\n                                    \"issue\": \"\",\n                                    \"expire\": \"\",\n                                    \"type\": 0\n                                },\n                                \"driver_issue\": \"\",\n                                \"email\": \"test@soyad.com\",\n                                \"language\": \"tr\",\n                                \"phones\": [\n                                    {\n                                        \"master\": 0,\n                                        \"country\": \"TR\",\n                                        \"code\": \"+90\",\n                                        \"area_code\": \"242\",\n                                        \"number\": \"6665588\",\n                                        \"friendly\": \"+90(242)6665588\"\n                                    }\n                                ],\n                                \"birthdate\": \"\",\n                                \"age\": -1,\n                                \"later\": 0\n                            }\n                        ],\n                        \"refundable\": \"1\",\n                        \"pickup_id\": \"0\",\n                        \"pickup_name\": \"\",\n                        \"drop_id\": \"0\",\n                        \"drop_name\": \"\",\n                        \"route_distance\": \"0.00\",\n                        \"route_duration\": \"0\",\n                        \"direction\": \"1\",\n                        \"return_track_code\": \"\",\n                        \"return_pickup_name\": \"\",\n                        \"return_drop_name\": \"\",\n                        \"return_departure_date\": \"\",\n                        \"return_arrival_date\": \"\",\n                        \"return_flight_time\": \"\",\n                        \"return_class_name\": \"\",\n                        \"bill_info\": {\n                            \"same\": 1,\n                            \"title\": \"\",\n                            \"phone\": \"\",\n                            \"email\": \"\",\n                            \"tax_office\": \"\",\n                            \"tax_number\": \"\",\n                            \"address\": \"\",\n                            \"amount\": 3600,\n                            \"currency\": \"TRY\"\n                        },\n                        \"extras\": [],\n                        \"coupon\": \"\",\n                        \"guest_notes\": \"\",\n                        \"cost\": \"2700.0000\",\n                        \"gross_cost\": \"2700.0000\",\n                        \"gain\": \"900.0000\",\n                        \"gross_gain\": \"900.0000\",\n                        \"total\": \"3600.0000\",\n                        \"collected\": \"0.0000\",\n                        \"bank_comission\": \"0.0000\",\n                        \"refund_total\": \"0.0000\",\n                        \"balance\": \"3600.0000\",\n                        \"currency\": \"TRY\",\n                        \"exchange_rate\": \"1.0000\",\n                        \"bill_status\": \"0\",\n                        \"bills_total\": \"0.0000\",\n                        \"bill_incoming_total\": \"0.0000\",\n                        \"bill_refund_total\": \"0.0000\",\n                        \"bill_icoming_total\": \"0.0000\",\n                        \"bill_comission_status\": \"0\",\n                        \"bills_comission_total\": \"0.0000\",\n                        \"bill_incoming_status\": \"0\",\n                        \"bill_refund_status\": \"0\",\n                        \"confirm\": \"0\",\n                        \"confirmed_amount\": \"0.00\",\n                        \"bonus_starter\": \"0\",\n                        \"bonus_ender\": \"0\",\n                        \"cancel_reason\": \"0\",\n                        \"create_ip\": \"176.88.249.131\",\n                        \"create_id\": \"6\",\n                        \"create_name\": \"API User\",\n                        \"update_ip\": \"0.0.0.0\",\n                        \"update_id\": \"0\",\n                        \"update_name\": \"\",\n                        \"update_coms\": \"0.00\",\n                        \"channel_id\": \"6\",\n                        \"channel_name\": \"B2C\",\n                        \"source_web\": \"resminer.deney.in\",\n                        \"confirm_status\": \"0\",\n                        \"confirm_id\": \"0\",\n                        \"confirm_date\": \"\",\n                        \"is_private\": \"2\",\n                        \"created\": \"2025-11-20T13:57:27+03:00\",\n                        \"finance_records\": [\n                            {\n                                \"type\": \"1\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"4500.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"3\",\n                                \"direction\": \"2\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"450.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"asdf\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"3\",\n                                \"direction\": \"2\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"225.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"asdf\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"11\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"225.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            },\n                            {\n                                \"type\": \"6\",\n                                \"direction\": \"1\",\n                                \"relid\": \"CEBD30F\",\n                                \"amount\": \"900.0000\",\n                                \"rate\": \"1.0000\",\n                                \"currency\": \"TRY\",\n                                \"description\": \"\",\n                                \"payment_method\": \"0\",\n                                \"installments\": \"0\",\n                                \"bank_id\": \"0\",\n                                \"bank_name\": \"\"\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"0af91aeb-5390-4afb-9fbc-68044e3f80aa"},{"name":"Reservation Confirm Update","id":"56a4de63-7b3e-4ca0-bb0d-41eed8c11cbb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voucher\":\"SAMPLE01\",\n    \"confirm_status\":1,\n    \"message\":\"Thanks\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-confirm-update","description":"<h1 id=\"reservation-confirm-update\">Reservation Confirm Update</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint updates the confirmation status of a reservation. It allows you to confirm or unconfirm a reservation and optionally add a confirmation message and notes.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p><strong>Required:</strong> Bearer Token</p>\n<p>This endpoint requires authentication using a Bearer token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n\n</code></pre><h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<p>The request accepts a JSON payload with the following parameters:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>voucher</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The reservation voucher code (e.g., \"SAMPLE01\")</td>\n</tr>\n<tr>\n<td><code>confirm_status</code></td>\n<td>integer</td>\n<td>Yes</td>\n<td>Confirmation status: <code>1</code> for <strong>Approved</strong>, <code>4</code> for <strong>Not Approved</strong></td>\n</tr>\n<tr>\n<td><code>message</code></td>\n<td>string</td>\n<td>No</td>\n<td>Confirmation message to be sent (e.g., \"Thanks\")</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"confirm-statuses\">Confirm Statuses</h3>\n<p>Note : Approval statuses are as follows. Those marked \"Unavailable\" in the description are usable by the system. *<em>Only 1. Approved and 2. Not Approved can be sent via API.__*</em></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Code</th>\n<th>Status</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>Unapproved</td>\n<td>Not usable</td>\n</tr>\n<tr>\n<td>1</td>\n<td><strong>Approved</strong></td>\n<td>—</td>\n</tr>\n<tr>\n<td>2</td>\n<td>Edited</td>\n<td>Not usable</td>\n</tr>\n<tr>\n<td>3</td>\n<td>Sent for Approval</td>\n<td>Not usable</td>\n</tr>\n<tr>\n<td>4</td>\n<td><strong>Not Approved</strong></td>\n<td>—</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"example-request-body\">Example Request Body</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"voucher\": \"SAMPLE01\",\n  \"confirm_status\": 1,\n  \"message\": \"Thanks\"\n}\n\n</code></pre>\n<h2 id=\"response-format\">Response Format</h2>\n<h3 id=\"success-response-200-ok\">Success Response (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"resminer\",\n      \"version\": {\n        \"major\": 1,\n        \"minor\": 0,\n        \"build\": 8\n      },\n      \"server_time\": \"2025-12-10T16:20:06+03:00\",\n      \"process_time\": \"0.042953\"\n    },\n    \"status\": 200,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": \"4057\"\n    }\n  }\n}\n\n</code></pre>\n<p>The response includes:</p>\n<ul>\n<li><p><strong>header</strong>: Contains API metadata including version, server time, and process time</p>\n</li>\n<li><p><strong>status</strong>: HTTP status code (200 for success)</p>\n</li>\n<li><p><strong>body.data.records</strong>: The number of records affected by the update</p>\n</li>\n</ul>\n<p>This endpoint is typically used in reservation management workflows where manual confirmation is required after payment verification or availability checks.</p>\n","urlObject":{"path":["reservation-confirm-update"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"69f3b459-aad0-4c90-8912-c8c4b0f6feda","name":"Reservation Confirm Update Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voucher\":\"SAMPLE01\",\n    \"confirm_status\":1,\n    \"message\":\"Thanks\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-confirm-update"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 10 Dec 2025 13:20:06 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"179"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-12-10T16:20:06+03:00\",\n            \"process_time\": \"0.042953\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": \"4057\"\n        }\n    }\n}"}],"_postman_id":"56a4de63-7b3e-4ca0-bb0d-41eed8c11cbb"},{"name":"Reservation Confirm Document","id":"95f3f1ea-6657-420d-ad89-55a749a1c96a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"voucher","value":"B5DA3D0","type":"text","uuid":"01f87cd2-23c7-420a-a452-9f2a893edd5e"}]},"url":"https://online.resminer.com/public-api/reservation-confirm-document","description":"<h1 id=\"reservation-confirm-document\">Reservation Confirm Document</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint retrieves a reservation confirmation document in PDF format. The document is returned as a base64-encoded string and contains all relevant reservation details for the specified voucher.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires Bearer token authentication. Include your access token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n\n</code></pre><p>The <code>< YOUR TOKEN ></code> variable should contain a valid authentication token obtained from your authentication flow.</p>\n<h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"headers\">Headers</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Header</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Authorization</td>\n<td>string</td>\n<td>Yes</td>\n<td>Bearer token for API authentication</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"body-parameters-url-encoded\">Body Parameters (URL-encoded)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n<th>Example</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>voucher</td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique voucher code/identifier for the reservation</td>\n<td>B5DA3D0</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-structure\">Response Structure</h2>\n<h3 id=\"success-response-200-ok\">Success Response (200 OK)</h3>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"resminer\",\n      \"version\": {\n        \"major\": 1,\n        \"minor\": 0,\n        \"build\": 8\n      },\n      \"server_time\": \"2026-01-28T16:45:09+03:00\",\n      \"process_time\": \"0.899964\"\n    },\n    \"status\": 200,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": {\n        \"date\": \"2026-01-28T16:45:09+03:00\",\n        \"voucher\": \"B5DA3D0\",\n        \"document_type\": \"pdf\",\n        \"document\": \"JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9UeXBl...\"\n      }\n    }\n  }\n}\n\n</code></pre>\n<h3 id=\"response-fields\">Response Fields</h3>\n<h4 id=\"header-section\">Header Section</h4>\n<ul>\n<li><p><strong>info.identifier</strong>: API identifier (resminer)</p>\n</li>\n<li><p><strong>info.version</strong>: API version information (major, minor, build)</p>\n</li>\n<li><p><strong>info.server_time</strong>: Server timestamp in ISO 8601 format</p>\n</li>\n<li><p><strong>info.process_time</strong>: Request processing time in seconds</p>\n</li>\n<li><p><strong>status</strong>: HTTP status code</p>\n</li>\n<li><p><strong>messages</strong>: Array of any status messages or errors</p>\n</li>\n</ul>\n<h4 id=\"body-section\">Body Section</h4>\n<ul>\n<li><p><strong>data.records.date</strong>: Document generation timestamp</p>\n</li>\n<li><p><strong>data.records.voucher</strong>: The voucher code used in the request</p>\n</li>\n<li><p><strong>data.records.document_type</strong>: Format of the document (always \"pdf\")</p>\n</li>\n<li><p><strong>data.records.document</strong>: Base64-encoded PDF document content</p>\n</li>\n</ul>\n<h2 id=\"usage-notes\">Usage Notes</h2>\n<ol>\n<li><p><strong>Document Decoding</strong>: The <code>document</code> field contains a base64-encoded PDF. You'll need to decode this string to obtain the actual PDF file.</p>\n</li>\n<li><p><strong>Variables</strong>: This request uses two environment/collection variables:</p>\n<ul>\n<li><p><code>https://online.resminer.com/public-api</code>: Base API URL</p>\n</li>\n<li><p><code>< YOUR TOKEN ></code>: Authentication bearer token</p>\n</li>\n</ul>\n</li>\n<li><p><strong>Content Type</strong>: The request body uses <code>application/x-www-form-urlencoded</code> encoding.</p>\n</li>\n<li><p><strong>Response Size</strong>: The base64-encoded document can be quite large. Ensure your client can handle potentially large response payloads.</p>\n</li>\n<li><p><strong>Error Handling</strong>: Check the <code>header.status</code> and <code>header.messages</code> fields for any error information if the request doesn't succeed as expected.</p>\n</li>\n</ol>\n<h2 id=\"example-usage\">Example Usage</h2>\n<p>To retrieve a reservation confirmation document:</p>\n<ol>\n<li><p>Ensure you have a valid authentication token stored in <code>< YOUR TOKEN ></code></p>\n</li>\n<li><p>Set the <code>https://online.resminer.com/public-api</code> variable to your API base URL</p>\n</li>\n<li><p>Provide the voucher code in the request body</p>\n</li>\n<li><p>Send the POST request</p>\n</li>\n<li><p>Extract and decode the base64 document from the response</p>\n</li>\n<li><p>Save or display the PDF document as needed</p>\n</li>\n</ol>\n","urlObject":{"path":["reservation-confirm-document"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"9670a02f-9b10-434b-8c58-8854ef59401f","name":"Reservation Confirm Document","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"voucher","value":"B5DA3D0","type":"text","uuid":"01f87cd2-23c7-420a-a452-9f2a893edd5e"}],"options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-confirm-document"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Wed, 28 Jan 2026 13:45:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Set-Cookie","value":"PHPSESSID=36cc9337eaae867dc7ce385753606f72; path=/;SameSite=None;Secure"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2026-01-28T16:45:09+03:00\",\n            \"process_time\": \"0.899964\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"date\": \"2026-01-28T16:45:09+03:00\",\n                \"voucher\": \"B5DA3D0\",\n                \"document_type\": \"pdf\",\n                \"document\": \"JVBERi0xLjQKJeLjz9MKMyAwIG9iago8PC9UeXBlIC9QYWdlCi9QYXJlbnQgMSAwIFIKL01lZGlhQm94IFswIDAgNTk1LjI4MCA4NDEuODkwXQovVHJpbUJveCBbMC4wMDAgMC4wMDAgNTk1LjI4MCA4NDEuODkwXQovUmVzb3VyY2VzIDIgMCBSCi9Hcm91cCA8PCAvVHlwZSAvR3JvdXAgL1MgL1RyYW5zcGFyZW5jeSAvQ1MgL0RldmljZVJHQiA.......\"\n            }\n        }\n    }\n}"}],"_postman_id":"95f3f1ea-6657-420d-ad89-55a749a1c96a"}],"id":"95f0a0d3-5843-47dc-9423-69b66b78c87e","description":"<p>You can access application interfaces related to reservation operations in this directory.</p>\n","_postman_id":"95f0a0d3-5843-47dc-9423-69b66b78c87e"},{"name":"Finance","item":[{"name":"Reservation Finance Records","id":"1e9af01a-3669-4d1f-8a69-1c471982913d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"types\": [],\n    \"vouchers\": [],\n    \"payment_methods\": [],\n    \"operator_ids\": [],\n    \"page_length\": 100,\n    \"page\": 1,\n    \"sort_field\": \"updated\",\n    \"sort_direction\": \"asc\",\n    \"updated_at\": \"2025-11-19T11:20:00+03:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-finance-records","description":"<h1 id=\"reservation-finance-records\">Reservation Finance Records</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint retrieves reservation finance records with flexible filtering, pagination, and sorting capabilities. It allows you to query financial transactions associated with reservations, including payments, refunds, commissions, and other financial operations.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires Bearer token authentication. Include your access token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n\n</code></pre><h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<h3 id=\"filtering-parameters\">Filtering Parameters</h3>\n<ul>\n<li><p><strong>types</strong> (array of integers): Filter by finance record types. Common types include:</p>\n<ul>\n<li><code>1.</code> Master Record </li>\n<li><code>2.</code> Markup </li>\n<li><code>3.</code> Discount </li>\n<li><code>4.</code> Users Modify </li>\n<li><code>5.</code> Comission </li>\n<li><code>6.</code> Gain </li>\n<li><code>7.</code> Collection </li>\n<li><code>8.</code> Refund </li>\n<li><code>9.</code> Vendor Commission </li>\n<li><code>10.</code> Additional Services </li>\n<li><code>11.</code> Kickback </li>\n<li><code>12.</code> Bonus For Person</li>\n</ul>\n</li>\n<li><p><strong>vouchers</strong> (array of strings): Filter by specific voucher codes (e.g., [\"C23BAA1\", \"CEBD30F\"])</p>\n</li>\n<li><p><strong>payment_methods</strong> (array of integers): Filter by payment method IDs (0 for unspecified/default)</p>\n<ul>\n<li><code>1.</code> Cash</li>\n<li><code>2.</code> Transfer</li>\n<li><code>3.</code> Bank Transfer</li>\n<li><code>4.</code> Credit Card</li>\n<li><code>5.</code> Physical POS</li>\n<li><code>6.</code> Pay at Door</li>\n<li><code>7.</code> Pay on Site</li>\n<li><code>8.</code> Pay in Vehicle</li>\n<li><code>9.</code> Current Account</li>\n<li><code>10.</code> Prepaid</li>\n</ul>\n</li>\n<li><p><strong>operator_ids</strong> (array of integers): Filter by operator IDs who created or modified the records</p>\n</li>\n<li><p><strong>created_at</strong> (string, ISO 8601): Filter records created after this date/time (e.g., \"2025-10-19T11:20:00+03:00\")</p>\n</li>\n<li><p><strong>updated_at</strong> (string, ISO 8601): Filter records updated after this date/time (e.g., \"2025-11-19T11:20:00+03:00\")</p>\n</li>\n</ul>\n<h3 id=\"pagination-parameters\">Pagination Parameters</h3>\n<ul>\n<li><p><strong>page</strong> (integer): Current page number (default: 1)</p>\n</li>\n<li><p><strong>page_length</strong> (integer): Number of records per page (default: 10, max recommended: 100)</p>\n</li>\n</ul>\n<h3 id=\"sorting-parameters\">Sorting Parameters</h3>\n<ul>\n<li><p><strong>sort_field</strong> (string): Field to sort results by. Common options:</p>\n<ul>\n<li><p><code>\"created\"</code>: Sort by creation date</p>\n</li>\n<li><p><code>\"updated\"</code>: Sort by update date</p>\n</li>\n</ul>\n</li>\n<li><p><strong>sort_direction</strong> (string): Sort order</p>\n<ul>\n<li><p><code>\"asc\"</code>: Ascending order</p>\n</li>\n<li><p><code>\"desc\"</code>: Descending order</p>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-structure\">Response Structure</h2>\n<p>The response includes pagination metadata and an array of finance records:</p>\n<h3 id=\"paging-information\">Paging Information</h3>\n<ul>\n<li><p><strong>total_records</strong>: Total number of matching records</p>\n</li>\n<li><p><strong>page_length</strong>: Records per page</p>\n</li>\n<li><p><strong>current_page</strong>: Current page number</p>\n</li>\n<li><p><strong>total_pages</strong>: Total number of pages</p>\n</li>\n</ul>\n<h3 id=\"finance-record-fields\">Finance Record Fields</h3>\n<p>Each record in the <code>finance_records</code> array contains:</p>\n<ul>\n<li><p><strong>finance_id</strong>: Unique identifier for the finance record</p>\n</li>\n<li><p><strong>voucher</strong>: Associated reservation voucher code</p>\n</li>\n<li><p><strong>type</strong>: Finance record type (1=Payment, 3=Refund, 6=Commission, 11=Credit, etc.)</p>\n</li>\n<li><p><strong>direction</strong>: Transaction direction (1=Incoming, 2=Outgoing)</p>\n</li>\n<li><p><strong>payment_method</strong>: Payment method ID (0=Unspecified)</p>\n</li>\n<li><p><strong>amount</strong>: Transaction amount (decimal string)</p>\n</li>\n<li><p><strong>rate</strong>: Exchange rate applied (decimal string)</p>\n</li>\n<li><p><strong>currency</strong>: Currency code (e.g., \"TRY\", \"USD\", \"EUR\")</p>\n</li>\n<li><p><strong>description</strong>: Additional notes or description</p>\n</li>\n<li><p><strong>installments</strong>: Number of installments (0 if not applicable)</p>\n</li>\n<li><p><strong>bank_id</strong>: Bank identifier (0 if not applicable)</p>\n</li>\n<li><p><strong>bank_name</strong>: Bank name (empty if not applicable)</p>\n</li>\n<li><p><strong>operator_ip</strong>: IP address of the operator who created the record</p>\n</li>\n<li><p><strong>operator_id</strong>: ID of the operator who created the record</p>\n</li>\n<li><p><strong>operator_name</strong>: Name of the operator who created the record</p>\n</li>\n<li><p><strong>created_at</strong>: Record creation timestamp (ISO 8601)</p>\n</li>\n<li><p><strong>updated_at</strong>: Record last update timestamp (ISO 8601)</p>\n</li>\n</ul>\n<h2 id=\"example-use-cases\">Example Use Cases</h2>\n<h3 id=\"1-get-recent-finance-records\">1. Get Recent Finance Records</h3>\n<p>Retrieve the most recent finance records with default pagination:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"types\": [],\n  \"vouchers\": [],\n  \"payment_methods\": [],\n  \"operator_ids\": [],\n  \"page_length\": 10,\n  \"page\": 1,\n  \"sort_field\": \"created\",\n  \"sort_direction\": \"desc\"\n}\n\n</code></pre>\n<h3 id=\"2-filter-by-specific-voucher\">2. Filter by Specific Voucher</h3>\n<p>Get all finance records for a specific reservation:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"types\": [],\n  \"vouchers\": [\"C23BAA1\"],\n  \"payment_methods\": [],\n  \"operator_ids\": [],\n  \"page_length\": 50,\n  \"page\": 1,\n  \"sort_field\": \"created\",\n  \"sort_direction\": \"asc\"\n}\n\n</code></pre>\n<h3 id=\"3-get-only-payments-and-refunds\">3. Get Only Payments and Refunds</h3>\n<p>Filter by specific transaction types:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"types\": [1, 3],\n  \"vouchers\": [],\n  \"payment_methods\": [],\n  \"operator_ids\": [],\n  \"page_length\": 20,\n  \"page\": 1,\n  \"sort_field\": \"amount\",\n  \"sort_direction\": \"desc\"\n}\n\n</code></pre>\n<h3 id=\"4-filtering-after-a-specified-date\">4. Filtering after a specified date</h3>\n<p>You can filter records after the creation and update dates by specifying them together or separately.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"types\": [],\n  \"vouchers\": [],\n  \"payment_methods\": [],\n  \"operator_ids\": [],\n  \"page_length\": 10,\n  \"page\": 1,\n  \"sort_field\": \"created\",\n  \"sort_direction\": \"asc\",\n  \"created_at\": \"2025-10-19T00:00:00+03:00\",\n  \"updated_at\": \"2025-11-26T23:59:59+03:00\"\n}\n\n</code></pre>\n<h3 id=\"5-audit-specific-operator\">5. Audit Specific Operator</h3>\n<p>Track all finance records created by a specific operator:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"types\": [],\n  \"vouchers\": [],\n  \"payment_methods\": [],\n  \"operator_ids\": [6],\n  \"page_length\": 50,\n  \"page\": 1,\n  \"sort_field\": \"created\",\n  \"sort_direction\": \"desc\"\n}\n\n</code></pre>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>Empty arrays in filter parameters mean \"no filter applied\" for that field</p>\n</li>\n<li><p>All date/time values should be in ISO 8601 format with timezone</p>\n</li>\n<li><p>The API returns a maximum of <code>page_length</code> records per request</p>\n</li>\n<li><p>Use pagination to retrieve large result sets efficiently</p>\n</li>\n</ul>\n","urlObject":{"path":["reservation-finance-records"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"67974929-d1fa-494a-a77f-6a33a1e502cd","name":"Reservation Finance Records Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"types\": [],\n    \"vouchers\": [],\n    \"payment_methods\": [],\n    \"operator_ids\": [],\n    \"page_length\":10,\n    \"page\": 1,\n    \"sort_field\": \"created\",\n    \"sort_direction\": \"asc\",\n    \"updated_at\": \"2025-11-19T11:20:00+03:00\",\n    \"created_at\": \"2025-10-19T11:20:00+03:00\"    \n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/reservation-finance-records"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 26 Nov 2025 11:50:08 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"574"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-26T14:50:08+03:00\",\n            \"process_time\": \"0.123099\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"paging\": {\n                    \"total_records\": 60,\n                    \"page_length\": 10,\n                    \"current_page\": 1,\n                    \"total_pages\": 6\n                },\n                \"reservations\": [\n                    {\n                        \"finance_id\": \"145279\",\n                        \"voucher\": \"C23BAA1\",\n                        \"type\": 1,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"30000.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"88.248.14.174\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-19T21:59:38+03:00\",\n                        \"updated_at\": \"2025-11-19T21:59:38+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145280\",\n                        \"voucher\": \"C23BAA1\",\n                        \"type\": 6,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"16500.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"88.248.14.174\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-19T21:59:39+03:00\",\n                        \"updated_at\": \"2025-11-19T21:59:39+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145310\",\n                        \"voucher\": \"CEBD30F\",\n                        \"type\": 1,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"4500.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:57:27+03:00\",\n                        \"updated_at\": \"2025-11-20T13:57:27+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145311\",\n                        \"voucher\": \"CEBD30F\",\n                        \"type\": 3,\n                        \"direction\": 2,\n                        \"payment_method\": 0,\n                        \"amount\": \"450.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"asdf\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:57:27+03:00\",\n                        \"updated_at\": \"2025-11-20T13:57:27+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145312\",\n                        \"voucher\": \"CEBD30F\",\n                        \"type\": 3,\n                        \"direction\": 2,\n                        \"payment_method\": 0,\n                        \"amount\": \"225.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"asdf\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:57:27+03:00\",\n                        \"updated_at\": \"2025-11-20T13:57:27+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145313\",\n                        \"voucher\": \"CEBD30F\",\n                        \"type\": 11,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"225.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:57:27+03:00\",\n                        \"updated_at\": \"2025-11-20T13:57:27+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145314\",\n                        \"voucher\": \"CEBD30F\",\n                        \"type\": 6,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"900.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:57:27+03:00\",\n                        \"updated_at\": \"2025-11-20T13:57:27+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145315\",\n                        \"voucher\": \"329BD28\",\n                        \"type\": 1,\n                        \"direction\": 1,\n                        \"payment_method\": 0,\n                        \"amount\": \"4500.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:58:55+03:00\",\n                        \"updated_at\": \"2025-11-20T13:58:55+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145316\",\n                        \"voucher\": \"329BD28\",\n                        \"type\": 3,\n                        \"direction\": 2,\n                        \"payment_method\": 0,\n                        \"amount\": \"450.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"asdf\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:58:56+03:00\",\n                        \"updated_at\": \"2025-11-20T13:58:56+03:00\"\n                    },\n                    {\n                        \"finance_id\": \"145317\",\n                        \"voucher\": \"329BD28\",\n                        \"type\": 3,\n                        \"direction\": 2,\n                        \"payment_method\": 0,\n                        \"amount\": \"225.0000\",\n                        \"rate\": \"1.0000\",\n                        \"currency\": \"TRY\",\n                        \"description\": \"asdf\",\n                        \"installments\": 0,\n                        \"bank_id\": 0,\n                        \"bank_name\": \"\",\n                        \"operator_ip\": \"176.88.249.131\",\n                        \"operator_id\": 6,\n                        \"operator_name\": \"API User\",\n                        \"created_at\": \"2025-11-20T13:58:56+03:00\",\n                        \"updated_at\": \"2025-11-20T13:58:56+03:00\"\n                    }\n                ]\n            }\n        }\n    }\n}"}],"_postman_id":"1e9af01a-3669-4d1f-8a69-1c471982913d"},{"name":"Create Refund","id":"933414e2-39a1-43cd-8aac-0508f5ce7ba4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voucher\": \"6901453\",\n    \"amount\": 10,\n    \"currency\": \"TRY\",\n    \"note\":\"Customer requested refund\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-refund","description":"<h1 id=\"create-refund\">Create Refund</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint creates a refund for a specified voucher. It processes refund requests by crediting back the specified amount to the original payment method associated with the voucher.</p>\n<p>Notes:</p>\n<ul>\n<li><p>Only the currency permitted for your company may be used.</p>\n</li>\n<li><p>If the refund amount is in a different currency than the reservation amount, it will be calculated using the exchange rate of the day.</p>\n</li>\n<li><p>The refund amount cannot exceed the total amount collected.</p>\n</li>\n</ul>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires Bearer token authentication. Include your access token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n\n</code></pre><h2 id=\"request-body-parameters\">Request Body Parameters</h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>voucher</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The unique voucher ID for which the refund is being requested</td>\n</tr>\n<tr>\n<td><code>amount</code></td>\n<td>float</td>\n<td>Yes</td>\n<td>The refund amount to be processed</td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>The currency code for the refund (e.g., TRY for Turkish Lira)</td>\n</tr>\n<tr>\n<td><code>note</code></td>\n<td>string</td>\n<td>No</td>\n<td>Optional note or reason for the refund</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-format\">Response Format</h2>\n<p><strong>Success Response (200 OK)</strong></p>\n<p>The endpoint returns a structured response with header information and body data:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"header\": {\n    \"info\": {\n      \"identifier\": \"resminer\",\n      \"version\": {...},\n      \"server_time\": \"2025-12-10T14:06:35+03:00\",\n      \"process_time\": \"0.064113\"\n    },\n    \"status\": 200,\n    \"messages\": []\n  },\n  \"body\": {\n    \"data\": {\n      \"records\": \"Success\"\n    }\n  }\n}\n\n</code></pre>\n<h2 id=\"example-usage\">Example Usage</h2>\n<p><strong>Request:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"voucher\": \"6901453\",\n  \"amount\": 10,\n  \"currency\": \"TRY\",\n  \"note\": \"Customer requested refund\"\n}\n\n</code></pre>\n<p><strong>Response:</strong></p>\n<ul>\n<li><p>Status Code: <code>200 OK</code></p>\n</li>\n<li><p>Body: Success confirmation with processing details</p>\n</li>\n</ul>\n","urlObject":{"path":["create-refund"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"3ec54f50-8772-40c1-a0c3-f4cfcaacf3cf","name":"Create Refund Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"voucher\": \"6901453\",\n    \"amount\": 10,\n    \"currency\": \"TRY\",\n    \"note\":\"Bu ney kardas!\"\n}","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-refund"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Date","value":"Wed, 10 Dec 2025 11:06:35 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"180"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-12-10T14:06:35+03:00\",\n            \"process_time\": \"0.064113\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": \"Success\"\n        }\n    }\n}"}],"_postman_id":"933414e2-39a1-43cd-8aac-0508f5ce7ba4"},{"name":"Create Bills","id":"6c4ff19a-e13e-4116-b86d-3395ffd7383a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 1,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901919\",\n        \"tax_number\": \"TK10101\",\n        \"note\": \"Misafir Faturasi\",\n        \"amount\": 100,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901919\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 2,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901920\",\n        \"tax_number\": \"\",\n        \"note\": \"Komisyon Faturası\",\n        \"amount\": 1,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901920\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 3,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901921\",\n        \"tax_number\": \"\",\n        \"note\": \"İade Faturası\",\n        \"amount\": 10,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901921\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 4,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901922\",\n        \"tax_number\": \"\",\n        \"gross\": 1,\n        \"note\": \"Alış Faturası\",\n        \"amount\": 1100,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901922\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-bill","description":"<h1 id=\"create-bills\">Create Bills</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint creates bills in the Resminer system. It accepts multiple bill records in a single request and processes them, returning information about successfully created bills and any bills that failed to be created.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires Bearer token authentication. Include your authentication token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n</code></pre><h2 id=\"request-body-structure\">Request Body Structure</h2>\n<p>The request body accepts an array of bill objects. Each bill object represents a different type of invoice or financial document.</p>\n<h3 id=\"bill-types\">Bill Types</h3>\n<ul>\n<li><strong>bill_type 1</strong>: Guest Invoice (Misafir Faturasi) - Invoice issued to guests</li>\n<li><strong>bill_type 2</strong>: Commission Invoice (Komisyon Faturası) - Invoice for commissions</li>\n<li><strong>bill_type 3</strong>: Refund Invoice (İade Faturası) - Invoice for refunds</li>\n<li><strong>bill_type 4</strong>: Purchase Invoice (Alış Faturası) - Invoice for purchases</li>\n</ul>\n<h3 id=\"required-fields\">Required Fields</h3>\n<ul>\n<li><code>integrator</code> (string): Integration identifier (e.g., \"prolease\")</li>\n<li><code>bill_type</code> (integer): Type of bill (1-4, see Bill Types above)</li>\n<li><code>voucher</code> (string): Voucher reference number</li>\n<li><code>date</code> (string): Bill date in YYYY-MM-DD format</li>\n<li><code>doc_number</code> (string): Document number for the bill</li>\n<li><code>amount</code> (number): Bill amount</li>\n<li><code>currency</code> (string): Currency code (e.g., \"TRY\", \"USD\", \"EUR\")</li>\n<li><code>url</code> (string): URL to view the bill document</li>\n</ul>\n<h3 id=\"optional-fields\">Optional Fields</h3>\n<ul>\n<li><code>tax_number</code> (string): Tax identification number</li>\n<li><code>note</code> (string): Additional notes or description for the bill</li>\n<li><code>gross</code> (integer): Gross amount indicator (used for purchase invoices)</li>\n</ul>\n<h2 id=\"response-structure\">Response Structure</h2>\n<p>The response contains two main arrays:</p>\n<h3 id=\"created_bills\">created_bills</h3>\n<p>An array of successfully created bill records. Each record includes the bill details that were successfully processed.</p>\n<h3 id=\"not_created_bills\">not_created_bills</h3>\n<p>An array of bills that failed to be created. Each record includes:</p>\n<ul>\n<li>Original bill details (bill_type, voucher, doc_number)</li>\n<li><code>errors</code> array containing error information:<ul>\n<li><code>type</code>: Error type code</li>\n<li><code>code</code>: Specific error code</li>\n<li><code>desc</code>: Human-readable error description</li>\n<li><code>data</code>: Additional error data (if any)</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"error-handling\">Error Handling</h2>\n<p>Common error codes you may encounter:</p>\n<ul>\n<li><strong>Error Code 1031</strong>: \"Marked as invoice issued\" - This indicates that the bill has already been marked as issued in the system and cannot be created again.</li>\n</ul>\n<p>When a bill fails to be created, it will appear in the <code>not_created_bills</code> array with detailed error information to help you understand and resolve the issue.</p>\n<h2 id=\"example-use-case\">Example Use Case</h2>\n<p><strong>Scenario</strong>: Creating multiple bills for a single reservation voucher</p>\n<p>You have a reservation (voucher: 2DE1F59) that requires multiple invoices:</p>\n<ol>\n<li>A guest invoice for the accommodation (100 TRY)</li>\n<li>A commission invoice for the booking fee (1 TRY)</li>\n<li>A refund invoice for a cancellation (10 TRY)</li>\n<li>A purchase invoice for supplies (1100 TRY)</li>\n</ol>\n<p>Submit all four bills in a single request. The system will process each bill and return which ones were successfully created and which ones encountered errors. This allows you to handle the complete financial documentation for a reservation in one API call.</p>\n<h2 id=\"response-status-codes\">Response Status Codes</h2>\n<ul>\n<li><strong>200 OK</strong>: Request processed successfully (check response body for individual bill creation status)</li>\n<li><strong>401 Unauthorized</strong>: Invalid or missing authentication token</li>\n<li><strong>400 Bad Request</strong>: Invalid request body structure or missing required fields</li>\n</ul>\n","urlObject":{"path":["create-bill"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"1d43ae1b-b965-4a6c-b330-744b05082658","name":"Create Bills","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 1,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901919\",\n        \"tax_number\": \"TK10101\",\n        \"note\": \"Misafir Faturasi\",\n        \"amount\": 100,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901919\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 2,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901920\",\n        \"tax_number\": \"\",\n        \"note\": \"Komisyon Faturası\",\n        \"amount\": 1,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901920\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 3,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901921\",\n        \"tax_number\": \"\",\n        \"note\": \"İade Faturası\",\n        \"amount\": 10,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901921\"\n    },\n    {\n        \"integrator\":\"prolease\",\n        \"bill_type\": 4,\n        \"voucher\": \"2DE1F59\",\n        \"date\": \"2025-12-10\",\n        \"doc_number\": \"F1901922\",\n        \"tax_number\": \"\",\n        \"gross\": 1,\n        \"note\": \"Alış Faturası\",\n        \"amount\": 1100,\n        \"currency\": \"TRY\",\n        \"url\": \"https://resminer.com/show_bill/F1901922\"\n    }\n]","options":{"raw":{"language":"json"}}},"url":"https://online.resminer.com/public-api/create-bill"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[{"key":"Date","value":"Sat, 13 Dec 2025 13:17:16 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"303"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json"}],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-12-13T16:17:16+03:00\",\n            \"process_time\": \"0.023457\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": {\n                \"created_bills\": [\n                    {\n                        \"bill_type\": 3,\n                        \"voucher\": \"2DE1F59\",\n                        \"doc_number\": \"F1901921\"\n                    },\n                    {\n                        \"bill_type\": 4,\n                        \"voucher\": \"2DE1F59\",\n                        \"doc_number\": \"F1901922\"\n                    }                    \n                ],\n                \"not_created_bills\": [\n                    {\n                        \"bill_type\": 1,\n                        \"voucher\": \"2DE1F59\",\n                        \"doc_number\": \"F1901919\",\n                        \"errors\": [\n                            {\n                                \"type\": 1,\n                                \"code\": 1031,\n                                \"desc\": \"Marked as invoice issued.\",\n                                \"data\": []\n                            }\n                        ]\n                    },\n                    {\n                        \"bill_type\": 2,\n                        \"voucher\": \"2DE1F59\",\n                        \"doc_number\": \"F1901920\",\n                        \"errors\": [\n                            {\n                                \"type\": 1,\n                                \"code\": 1031,\n                                \"desc\": \"Marked as invoice issued.\",\n                                \"data\": []\n                            }\n                        ]\n                    }\n                ]\n            }\n        }\n    }\n}\n"}],"_postman_id":"6c4ff19a-e13e-4116-b86d-3395ffd7383a"}],"id":"abea9c6a-f1f0-4241-9e5b-6e30bf4edbd1","_postman_id":"abea9c6a-f1f0-4241-9e5b-6e30bf4edbd1","description":""},{"name":"Loyality Management","item":[],"id":"75b087f3-bb90-4ff3-a53d-25d4259b7f4b","description":"<p>You can access application interfaces related to customer loyality management in this directory.</p>\n","_postman_id":"75b087f3-bb90-4ff3-a53d-25d4259b7f4b"},{"name":"Inventory","item":[{"name":"Accomodation","item":[{"name":"Facilities","id":"4fff9bca-153a-43d8-a38e-6e2bcd5cead5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"4f3ee1af-6406-40ca-9020-f9fe65133f68"},{"key":"facility_ids","value":"8473","type":"text","uuid":"481ebf83-dac8-408b-b1b8-04d40caf67ed"}]},"url":"https://online.resminer.com/public-api/inventory-facilities","description":"<h1 id=\"get-inventory-facilities\">Get Inventory Facilities</h1>\n<h2 id=\"overview\">Overview</h2>\n<p>This endpoint retrieves a comprehensive list of inventory facilities (hotels) with detailed information including property details, location data, room types, amenities, images, and features. The response provides all necessary information for displaying and managing hotel inventory.</p>\n<h2 id=\"authentication\">Authentication</h2>\n<p>This endpoint requires Bearer token authentication. Include your access token in the Authorization header:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Authorization: Bearer < YOUR TOKEN >\n\n</code></pre><h2 id=\"request-parameters\">Request Parameters</h2>\n<h3 id=\"body-parameters-x-www-form-urlencoded\">Body Parameters (x-www-form-urlencoded)</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Required</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>language</code></td>\n<td>string</td>\n<td>Yes</td>\n<td>Language code for the response content. Supported values: <code>tr</code> (Turkish), <code>de</code> (German), <code>en</code> (English)</td>\n</tr>\n<tr>\n<td><code>facility_ids</code></td>\n<td>String</td>\n<td>Optional</td>\n<td>Facility Ids to get specific facilities ( 234,456 Seperated with comma)</td>\n</tr>\n</tbody>\n</table>\n</div><h2 id=\"response-structure\">Response Structure</h2>\n<p>The API returns a JSON response with the following main components:</p>\n<h3 id=\"header\">Header</h3>\n<ul>\n<li><p><strong>info</strong>: API identifier, version, server time, and process time</p>\n</li>\n<li><p><strong>status</strong>: HTTP status code</p>\n</li>\n<li><p><strong>messages</strong>: Any system messages or notifications</p>\n</li>\n</ul>\n<h3 id=\"body-data\">Body Data</h3>\n<p>Each facility record includes:</p>\n<ul>\n<li><p><strong>info</strong>: Basic hotel information</p>\n<ul>\n<li><p>ID, name, logo URL</p>\n</li>\n<li><p>Classification (type and star rating)</p>\n</li>\n<li><p>Description and document numbers</p>\n</li>\n</ul>\n</li>\n<li><p><strong>location_info</strong>: Geographic and contact details</p>\n<ul>\n<li><p>Full address with postal code</p>\n</li>\n<li><p>Country, region, city, town, quarter</p>\n</li>\n<li><p>Coordinates (latitude/longitude)</p>\n</li>\n<li><p>Contact information (phone, fax, email, website)</p>\n</li>\n</ul>\n</li>\n<li><p><strong>themes</strong>: The facility's theme information can be found here.</p>\n<ul>\n<li><p>ID</p>\n</li>\n<li><p>Name</p>\n</li>\n<li><p>Description</p>\n</li>\n</ul>\n</li>\n<li><p><strong>meal_plans</strong>: Meal plans available at the facility..</p>\n<ul>\n<li><p>ID</p>\n</li>\n<li><p>Name</p>\n</li>\n</ul>\n</li>\n<li><p><strong>rooms</strong>: Array of available room types</p>\n<ul>\n<li><p>Room type, name, and description</p>\n</li>\n<li><p>Area, capacity (max adults/children)</p>\n</li>\n<li><p>Amenities (balcony, bathroom, minibar, safe, etc.)</p>\n</li>\n<li><p>Views and bed configurations</p>\n</li>\n<li><p>Room images</p>\n</li>\n</ul>\n</li>\n<li><p><strong>images</strong>: Hotel photo gallery with categories (exterior, pool, rooms, etc.)</p>\n</li>\n<li><p><strong>features</strong>: Detailed facility information</p>\n<ul>\n<li><p>General information</p>\n</li>\n<li><p>Common areas</p>\n</li>\n<li><p>Food &amp; beverage/restaurants</p>\n</li>\n<li><p>Pool &amp; beach</p>\n</li>\n<li><p>SPA &amp; wellness</p>\n</li>\n<li><p>Entertainment &amp; activities</p>\n</li>\n<li><p>Family &amp; child services</p>\n</li>\n</ul>\n</li>\n<li><p><strong>preferences</strong>: Hotel policies</p>\n<ul>\n<li><p>Check-in/check-out times</p>\n</li>\n<li><p>Halal, adult-only, pets allowed flags</p>\n</li>\n</ul>\n</li>\n<li><p><strong>themes</strong>: Regional categorization</p>\n</li>\n<li><p><strong>environments</strong>: Nearby points of interest with distances (airport, shopping centers, ancient sites, etc.)</p>\n</li>\n</ul>\n<h2 id=\"example-use-case\">Example Use Case</h2>\n<p><strong>Scenario</strong>: A travel booking platform needs to display available hotels in the Antalya region with Turkish language content.</p>\n<p><strong>Request</strong>:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>POST https://online.resminer.com/public-api/inventory-facilities\nAuthorization: Bearer < YOUR TOKEN >\nContent-Type: application/x-www-form-urlencoded\nlanguage=tr\n\n</code></pre><p><strong>Use the response to</strong>:</p>\n<ul>\n<li><p>Display hotel listings with names, star ratings, and images</p>\n</li>\n<li><p>Show detailed property information on hotel detail pages</p>\n</li>\n<li><p>Filter hotels by location, amenities, or themes</p>\n</li>\n<li><p>Present room options with capacity and amenities</p>\n</li>\n<li><p>Calculate distances to nearby attractions</p>\n</li>\n<li><p>Display check-in/check-out policies</p>\n</li>\n</ul>\n<h2 id=\"notes\">Notes</h2>\n<ul>\n<li><p>The endpoint returns multiple facilities in a single response</p>\n</li>\n<li><p>Images are provided with both thumbnail and full-size URLs</p>\n</li>\n<li><p>All text content (descriptions, feature details) is returned in the requested language</p>\n</li>\n<li><p>Coordinates can be used for map integration</p>\n</li>\n<li><p>Room amenities include detailed information about availability and pricing (paid/free)</p>\n</li>\n</ul>\n","urlObject":{"path":["inventory-facilities"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[],"_postman_id":"4fff9bca-153a-43d8-a38e-6e2bcd5cead5"},{"name":"Meal Plans","id":"4222df48-bf2d-43c5-b933-c4a61a4f9bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"language","value":"tr","type":"text","uuid":"ac2f4fcc-bbb1-4a83-9b6e-c68063d25a36"}]},"url":"https://online.resminer.com/public-api/def-meal-plans","description":"<h2 id=\"meal-plan-types\">Meal Plan Types</h2>\n<p>The <strong>Meal Plan Types</strong> resource provides a dynamic list of meal/board concepts offered by accommodation providers.<br />Each item describes the board type available for a reservation and may vary depending on the hotel, season, or contracted service.</p>\n<h3 id=\"object-structure\">Object Structure</h3>\n<p>Each meal plan item contains the following fields:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Field</th>\n<th>Type</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>id</strong></td>\n<td>integer</td>\n<td>Unique identifier of the meal plan type. OTA (MPT)</td>\n</tr>\n<tr>\n<td><strong>name</strong></td>\n<td>string</td>\n<td>Descriptive name of the meal plan (e.g., “All Inclusive”, “Bed &amp; Breakfast”, “Full Board Plus”).</td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"notes\">Notes</h3>\n<ul>\n<li><p>The list is <strong>not fixed</strong> and may change based on supplier data or property availability.</p>\n</li>\n<li><p>The <code>name</code> field may include various commercial concepts such as <em>Standard</em>, <em>Plus</em>, <em>Ultra</em>, <em>Premium</em>, <em>Deluxe</em>, etc.</p>\n</li>\n<li><p>Meal plan names are provided in the supplier’s original language.</p>\n</li>\n<li><p>Always fetch the list dynamically instead of hardcoding it in your application.</p>\n</li>\n</ul>\n","urlObject":{"path":["def-meal-plans"],"host":["https://online.resminer.com/public-api"],"query":[],"variable":[]}},"response":[{"id":"29f75586-e7e8-4829-bfd6-be409ff847f0","name":"Meal Plan Success Response","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer < YOUR TOKEN >","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://online.resminer.com/public-api/def-meal-plans"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 22 Nov 2025 13:37:02 GMT"},{"key":"Server","value":"Apache"},{"key":"Expires","value":"Thu, 19 Nov 1981 08:52:00 GMT"},{"key":"Cache-Control","value":"no-store, no-cache, must-revalidate"},{"key":"Pragma","value":"no-cache"},{"key":"Vary","value":"Authorization,Accept-Encoding,User-Agent"},{"key":"Upgrade","value":"h2,h2c"},{"key":"Connection","value":"Upgrade, Keep-Alive"},{"key":"Content-Encoding","value":"gzip"},{"key":"Content-Length","value":"502"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"header\": {\n        \"info\": {\n            \"identifier\": \"resminer\",\n            \"version\": {\n                \"major\": 1,\n                \"minor\": 0,\n                \"build\": 8\n            },\n            \"server_time\": \"2025-11-22T16:37:02+03:00\",\n            \"process_time\": \"0.060079\"\n        },\n        \"status\": 200,\n        \"messages\": []\n    },\n    \"body\": {\n        \"data\": {\n            \"records\": [\n                {\n                    \"id\": \"29\",\n                    \"name\": \"24 Saat Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"37\",\n                    \"name\": \"A' La Carte Ultra Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"36\",\n                    \"name\": \"A'La Carte Premium Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"27\",\n                    \"name\": \"Alkolsüz Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"26\",\n                    \"name\": \"Alkolsüz Tam Pansiyon\"\n                },\n                {\n                    \"id\": \"33\",\n                    \"name\": \"Crystal Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"28\",\n                    \"name\": \"Deluxe Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"32\",\n                    \"name\": \"Diamond Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"40\",\n                    \"name\": \"Fame Style Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"1\",\n                    \"name\": \"Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"38\",\n                    \"name\": \"Her Şey Dahil Plus\"\n                },\n                {\n                    \"id\": \"42\",\n                    \"name\": \"High Class Ultra Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"43\",\n                    \"name\": \"Lüks Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"3\",\n                    \"name\": \"Oda ve Kahvaltı\"\n                },\n                {\n                    \"id\": \"39\",\n                    \"name\": \"Oda ve Kahvaltı Plus\"\n                },\n                {\n                    \"id\": \"34\",\n                    \"name\": \"Premium Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"31\",\n                    \"name\": \"Royal Ultra Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"44\",\n                    \"name\": \"Sadece Oda\"\n                },\n                {\n                    \"id\": \"35\",\n                    \"name\": \"Soft Hey Şey Dahil (Alkol Ekstra)\"\n                },\n                {\n                    \"id\": \"45\",\n                    \"name\": \"Superior Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"10\",\n                    \"name\": \"Tam Pansiyon\"\n                },\n                {\n                    \"id\": \"30\",\n                    \"name\": \"Tam Pansiyon Plus\"\n                },\n                {\n                    \"id\": \"41\",\n                    \"name\": \"Tam Pansiyon Ultra Plus\"\n                },\n                {\n                    \"id\": \"46\",\n                    \"name\": \"Ultimate Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"24\",\n                    \"name\": \"Ultra Her Şey Dahil\"\n                },\n                {\n                    \"id\": \"47\",\n                    \"name\": \"Wellness Diyet Tam Pansiyon\"\n                },\n                {\n                    \"id\": \"12\",\n                    \"name\": \"Yarım Pansiyon\"\n                },\n                {\n                    \"id\": \"25\",\n                    \"name\": \"Yarım Pansiyon Plus\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"4222df48-bf2d-43c5-b933-c4a61a4f9bd0"}],"id":"6fc8abd2-d8a1-4e0e-857a-fea3df3ec532","_postman_id":"6fc8abd2-d8a1-4e0e-857a-fea3df3ec532","description":""}],"id":"5ee48cdb-7e49-451f-a0d1-8d042f8dc64d","_postman_id":"5ee48cdb-7e49-451f-a0d1-8d042f8dc64d","description":""}],"event":[{"listen":"prerequest","script":{"id":"e2416c54-48dc-424d-bb7a-8f3a11ac0cc0","type":"text/javascript","packages":{},"requests":{},"exec":[""]}},{"listen":"test","script":{"id":"87407fcb-d38f-45d1-b3da-8d9b345acff0","type":"text/javascript","packages":{},"requests":{},"exec":[""]}}],"variable":[{"key":"ENDPOINT","value":"https://online.resminer.com/public-api"},{"key":"USERNAME","value":"< YOUR EMAIL >"},{"key":"PASSWORD","value":"< YOUR PASSWORD >"},{"key":"TOKEN","value":"< YOUR TOKEN >"},{"key":"REFRESH_TOKEN","value":"< YOUR REFRESH TOKEN >"}]}