{"info":{"_postman_id":"1863c848-783b-408c-9403-77a22a773950","name":"Doctor-System-REST-API","description":"<html><head></head><body><p>Целта на курсовия проект е да се разработи RESTful API за запазване на час при лекар. API-то трябва да извършва следните задачи:</p>\n<ul>\n<li>Да връща данни за всички налични в системата лекари.</li>\n<li>Да има възможност за търсене на лекар по въведени критерии.</li>\n<li>Да връща данни за свободен ден и час на избран лекар.</li>\n<li>Да извършва запис на запазения час в системата.</li>\n<li>Да обновява информация за запазен час.</li>\n<li>Да анулира запазен час.</li>\n</ul>\n<p>За целта е разработена база данни, която да съхранява следните данни:</p>\n<ul>\n<li><pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code> Информация за лекарите\n</code></pre></li>\n<li>Работно време на лекарите</li>\n<li>Специализации на лекарите</li>\n<li>Почивни дни на лекарите</li>\n<li>Данни за запазените часове</li>\n<li>Данни за пациента</li>\n<li>Информация за причини на посещения при лекар</li>\n</ul>\n<p>За програмната реализация е използван MS SQL Server за базата данни. За реализирането на API-то е използван езикът за програмиране C#.\nИзползваните развойни среди за разработка са SQL Server Management Studio и Microsoft Visual Studio 2017.</p>\n<p>Разработеното API може да бъде внедрено в системата за здравеопазване като би предлагало лесно и удобно запазване на часове при различни лекари.\nAPI-то има възможни различни направления за развитие, които могат да бъдат разработени, в зависимост от нуждите.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"13413610","collectionId":"1863c848-783b-408c-9403-77a22a773950","publishedId":"TVmQcvQb","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-12-05T10:22:07.000Z"},"item":[{"name":"Doctor Available Days and Hours","id":"02af26c2-cb5e-4c27-a442-174521a1189a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:56868/api/doctors/docId/3/date/2020-12-05/NumDays/3/available-days?type=json","description":"<ul>\n<li>Връща данни за дните, в които лекарят има свободни часове.</li>\n<li>Може да се използва за проверка на конкретна дата – в този случай подайте на NumDays = 0.</li>\n<li>Когато NumDays &gt; 0 то ще връща N дни след входната дата Date и информация за свободните часове.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"56868","path":["api","doctors","docId","3","date","2020-12-05","NumDays","3","available-days"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"58afb252-30d7-4e12-b0ac-c8a2d95ade6d","name":"Свободни часове за 3 дена напред спрямо 2020-12-05 - XML формат","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/docId/3/date/2020-12-05/NumDays/3/available-days?type=xml","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","docId","3","date","2020-12-05","NumDays","3","available-days"],"query":[{"key":"type","value":"xml","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xkb2NJZFwzXGRhdGVcMjAyMC0xMi0wNVxOdW1EYXlzXDNcYXZhaWxhYmxlLWRheXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:30:52 GMT"},{"key":"Content-Length","value":"2884"}],"cookie":[],"responseTime":null,"body":"<ArrayOfMyCalendar xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.datacontract.org/2004/07/DoctorSystem_REST_API.Models\">\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>08:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>08:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>09:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>09:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>10:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>10:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>11:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>11:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>12:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>13:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>13:30</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>14:00</avl_time>\n        <is_avl>1</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>14:30</avl_time>\n        <is_avl>1</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>15:00</avl_time>\n        <is_avl>1</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-05T00:00:00</_date>\n        <avl_time>15:30</avl_time>\n        <is_avl>1</is_avl>\n        <rec_cnt>1</rec_cnt>\n        <weekday_name>Saturday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-06T00:00:00</_date>\n        <avl_time>00:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>2</rec_cnt>\n        <weekday_name>Sunday</weekday_name>\n    </MyCalendar>\n    <MyCalendar>\n        <_date>2020-12-07T00:00:00</_date>\n        <avl_time>00:00</avl_time>\n        <is_avl>0</is_avl>\n        <rec_cnt>3</rec_cnt>\n        <weekday_name>Monday</weekday_name>\n    </MyCalendar>\n</ArrayOfMyCalendar>"},{"id":"a7c31513-27b8-4868-a5a7-0daab41825d0","name":"Свободни часове за КОНКРЕТЕН ден - подава се NumDays = 0","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/docId/3/date/2020-12-05/NumDays/0/available-days?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","docId","3","date","2020-12-05","NumDays","0","available-days"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xkb2NJZFwzXGRhdGVcMjAyMC0xMi0wNVxOdW1EYXlzXDBcYXZhaWxhYmxlLWRheXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:30:19 GMT"},{"key":"Content-Length","value":"1501"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"08:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"08:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"09:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"09:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"10:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"10:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"11:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"11:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"12:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"13:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"13:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"14:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"14:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"15:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"15:30\",\n        \"weekday_name\": \"Saturday\"\n    }\n]"},{"id":"ccb0b381-822f-4944-9e61-91067c1ae927","name":"Свободни часове за 3 дена напред спрямо 2020-12-05","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/docId/3/date/2020-12-05/NumDays/3/available-days?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","docId","3","date","2020-12-05","NumDays","3","available-days"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xkb2NJZFwzXGRhdGVcMjAyMC0xMi0wNVxOdW1EYXlzXDNcYXZhaWxhYmxlLWRheXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:29:09 GMT"},{"key":"Content-Length","value":"1697"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"08:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"08:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"09:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"09:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"10:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"10:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"11:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"11:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"12:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"13:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"13:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"14:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"14:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"15:00\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-05T00:00:00\",\n        \"is_avl\": 1,\n        \"rec_cnt\": 1,\n        \"avl_time\": \"15:30\",\n        \"weekday_name\": \"Saturday\"\n    },\n    {\n        \"_date\": \"2020-12-06T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 2,\n        \"avl_time\": \"00:00\",\n        \"weekday_name\": \"Sunday\"\n    },\n    {\n        \"_date\": \"2020-12-07T00:00:00\",\n        \"is_avl\": 0,\n        \"rec_cnt\": 3,\n        \"avl_time\": \"00:00\",\n        \"weekday_name\": \"Monday\"\n    }\n]"}],"_postman_id":"02af26c2-cb5e-4c27-a442-174521a1189a"},{"name":"Search Doctors","id":"6b7d34df-3155-425e-ad80-8b7be262dce9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:56868/api/doctors?type=json","description":"<p>Търсене на лекар по зададени критерии.</p>\n<ul>\n<li>Ако не се подаде никакъв параметър - връщат се всички доктори.</li>\n<li>Може да се търси по един или повече от един параметъра.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"56868","path":["api","doctors"],"host":["localhost"],"query":[{"disabled":true,"description":{"content":"<p>Integer, Трябва да е по-голямо от 0.</p>\n","type":"text/plain"},"key":"DocId","value":"3"},{"disabled":true,"description":{"content":"<p>Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове.</p>\n","type":"text/plain"},"key":"CityId","value":"1"},{"disabled":true,"description":{"content":"<p>Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.</p>\n","type":"text/plain"},"key":"SpecId","value":"79"},{"disabled":true,"description":{"content":"<p>String, Трябва да е в коректен mail формат.</p>\n","type":"text/plain"},"key":"Eml","value":"test@abv.bg"},{"disabled":true,"description":{"content":"<p>String, Трябва да съдържа само цифри.</p>\n","type":"text/plain"},"key":"Tel","value":"011111111"},{"disabled":true,"description":{"content":"<p>String, Може да бъде първо име, цяло име, или част от името.</p>\n","type":"text/plain"},"key":"FullName","value":"Петър"},{"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"0dc2f46c-64c8-4320-b3af-8f58a0a6adac","name":"Търсене по повече от един параметъра","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?CityId=1&type=json&FullName=Ива","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"key":"CityId","value":"1","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове."},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.","key":"SpecId","type":"text","value":"79","disabled":true},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"},{"key":"FullName","value":"Ива","description":"String, Може да бъде първо име, цяло име, или част от името."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:35:32 GMT"},{"key":"Content-Length","value":"1286"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Кратка информация за мен\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 30,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"id@abv.bg\",\n        \"tel\": \"0893333333\",\n        \"ful_nme\": \"Иван Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 168,\n        \"fnm\": \"Цанко\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психиатър\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ak@abv.bg\",\n        \"tel\": \"0882563282\",\n        \"ful_nme\": \"Цанко Иванов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"},{"id":"29ca334c-8bc2-4604-a944-9c9f8da08ce1","name":"Няма налични лекари за показване спрямо зададения филтър","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?SpecId=1&type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове.","key":"CityId","type":"text","value":"1","disabled":true},{"key":"SpecId","value":"1","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности."},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името.","disabled":true}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:32:14 GMT"},{"key":"Content-Length","value":"78"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1016\",\n    \"Status\": 404,\n    \"Message\": \"There are no doctors to show.\"\n}"},{"id":"3e702348-042c-4659-8801-c4d228aba00c","name":"ВСИЧКИ лекари в системата","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"key":"CityId","value":"1","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове.","disabled":true},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.","key":"SpecId","type":"text","value":"79","disabled":true},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името.","disabled":true},{"key":"type","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:36:45 GMT"},{"key":"Content-Length","value":"59633"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"fnm\": \"Доктор\",\n        \"snm\": \"Тест\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ендокринолог\",\n        \"bio\": \"Това е тестови запис.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"dt@abv.bg\",\n        \"tel\": \"0881111111\",\n        \"ful_nme\": \"Доктор Тест\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 3,\n        \"fnm\": \"Петър\",\n        \"snm\": \"Стоянов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиолог\",\n        \"bio\": \"Кратка информация за Петър Стоянов\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"ps@gmail.com\",\n        \"tel\": \"0892222222\",\n        \"ful_nme\": \"Петър Стоянов\",\n        \"first_avl_day\": \"2020-12-12T00:00:00\"\n    },\n    {\n        \"id\": 4,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Кратка информация за мен\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 30,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"id@abv.bg\",\n        \"tel\": \"0893333333\",\n        \"ful_nme\": \"Иван Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 5,\n        \"fnm\": \"Цветелина\",\n        \"snm\": \"Стоянова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кинезитерапевт\",\n        \"bio\": \"За мен\",\n        \"img_url\": \"/Images/ProfilePictures/5.jpg\",\n        \"max_bok_day\": 120,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"cs@abv.bg\",\n        \"tel\": \"0884444444\",\n        \"ful_nme\": \"Цветелина Стоянова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 142,\n        \"fnm\": \"Георги\",\n        \"snm\": \"Първанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"li@abv.bg\",\n        \"tel\": \"0880430731\",\n        \"ful_nme\": \"Георги Първанов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 143,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Вътрешни болести\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"gs@gmail.com\",\n        \"tel\": \"0893596163\",\n        \"ful_nme\": \"Иван Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 144,\n        \"fnm\": \"Димитрия\",\n        \"snm\": \"Христова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Рехабилитатор\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"mm@gmail.com\",\n        \"tel\": \"0897319864\",\n        \"ful_nme\": \"Димитрия Христова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 145,\n        \"fnm\": \"Камелия\",\n        \"snm\": \"Петкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Невролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"xa@abv.bg\",\n        \"tel\": \"0882908391\",\n        \"ful_nme\": \"Камелия Петкова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 146,\n        \"fnm\": \"Киряка\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психотерапевт\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"wl@gmail.com\",\n        \"tel\": \"0897458640\",\n        \"ful_nme\": \"Киряка Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 147,\n        \"fnm\": \"Стоил\",\n        \"snm\": \"Михайлов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Невролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"zs@abv.bg\",\n        \"tel\": \"0887133390\",\n        \"ful_nme\": \"Стоил Михайлов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 148,\n        \"fnm\": \"Камен\",\n        \"snm\": \"Киряков\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"jd@gmail.com\",\n        \"tel\": \"0890584388\",\n        \"ful_nme\": \"Камен Киряков\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 149,\n        \"fnm\": \"Стефания\",\n        \"snm\": \"Петкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Алерголог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Stefani.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Кърджали\",\n        \"eml\": \"mt@abv.bg\",\n        \"tel\": \"0887867421\",\n        \"ful_nme\": \"Стефания Петкова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 150,\n        \"fnm\": \"София\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Изследване\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/150.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"rw@gmail.com\",\n        \"tel\": \"0895035232\",\n        \"ful_nme\": \"София Стефанова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 151,\n        \"fnm\": \"Калина\",\n        \"snm\": \"Стаменова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Онколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Ямбол\",\n        \"eml\": \"xj@abv.bg\",\n        \"tel\": \"0887028007\",\n        \"ful_nme\": \"Калина Стаменова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 152,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Крислова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"УНГ\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"na@gmail.com\",\n        \"tel\": \"0894010243\",\n        \"ful_nme\": \"Адриана Крислова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 153,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Тименова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Боуен терапевт\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"te@abv.bg\",\n        \"tel\": \"0880404986\",\n        \"ful_nme\": \"Адриана Тименова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 154,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Кръстева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски хематолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"ur@gmail.com\",\n        \"tel\": \"0899274732\",\n        \"ful_nme\": \"Адриана Кръстева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 155,\n        \"fnm\": \"Албена\",\n        \"snm\": \"Тодкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ортопед\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"iz@abv.bg\",\n        \"tel\": \"0884008144\",\n        \"ful_nme\": \"Албена Тодкова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 156,\n        \"fnm\": \"Александра\",\n        \"snm\": \"Александрова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Офталмолог (Очен лекар)\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"qw@gmail.com\",\n        \"tel\": \"0892433671\",\n        \"ful_nme\": \"Александра Александрова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 157,\n        \"fnm\": \"Алисия\",\n        \"snm\": \"Дойчева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хематолог (Клинична хематология)\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"ug@abv.bg\",\n        \"tel\": \"0885758530\",\n        \"ful_nme\": \"Алисия Дойчева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 158,\n        \"fnm\": \"Алисия\",\n        \"snm\": \"Малинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Пулмолог (Белодробни болести)\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"ox@gmail.com\",\n        \"tel\": \"0894141057\",\n        \"ful_nme\": \"Алисия Малинова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 159,\n        \"fnm\": \"Ягода\",\n        \"snm\": \"Калинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Репродуктивна медицина\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"gi@abv.bg\",\n        \"tel\": \"0886911020\",\n        \"ful_nme\": \"Ягода Калинова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 160,\n        \"fnm\": \"Елия\",\n        \"snm\": \"Илиева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Съдов хирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"София\",\n        \"eml\": \"uc@gmail.com\",\n        \"tel\": \"0899650838\",\n        \"ful_nme\": \"Елия Илиева\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 161,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Иванова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"bt@abv.bg\",\n        \"tel\": \"0883587557\",\n        \"ful_nme\": \"Ана Иванова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 162,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Копитова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/AnaKopitova.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"mz@gmail.com\",\n        \"tel\": \"0895404491\",\n        \"ful_nme\": \"Ана Копитова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 163,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Кирилова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Образна диагностика\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"zy@abv.bg\",\n        \"tel\": \"0888737850\",\n        \"ful_nme\": \"Ана Кирилова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 164,\n        \"fnm\": \"Галина\",\n        \"snm\": \"Страхилова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Неонатолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"rl@gmail.com\",\n        \"tel\": \"0890766650\",\n        \"ful_nme\": \"Галина Страхилова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 165,\n        \"fnm\": \"Даниел\",\n        \"snm\": \"Стефанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Инфекциозни болести\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"lf@gmail.com\",\n        \"tel\": \"0896121399\",\n        \"ful_nme\": \"Даниел Стефанов\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 166,\n        \"fnm\": \"Калин\",\n        \"snm\": \"Огнянов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ревматолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"qk@abv.bg\",\n        \"tel\": \"0881687967\",\n        \"ful_nme\": \"Калин Огнянов\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 167,\n        \"fnm\": \"Драгой\",\n        \"snm\": \"Цанков\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"София\",\n        \"eml\": \"cd@gmail.com\",\n        \"tel\": \"0898089389\",\n        \"ful_nme\": \"Драгой Цанков\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 168,\n        \"fnm\": \"Цанко\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психиатър\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ak@abv.bg\",\n        \"tel\": \"0882563282\",\n        \"ful_nme\": \"Цанко Иванов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 169,\n        \"fnm\": \"Галина\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/169.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"vo@gmail.com\",\n        \"tel\": \"0892861513\",\n        \"ful_nme\": \"Галина Стефанова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 170,\n        \"fnm\": \"Стефани\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Отоневролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"ct@abv.bg\",\n        \"tel\": \"0885311228\",\n        \"ful_nme\": \"Стефани Стефанова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 171,\n        \"fnm\": \"Кирил\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"mr@gmail.com\",\n        \"tel\": \"0894938301\",\n        \"ful_nme\": \"Кирил Иванов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 172,\n        \"fnm\": \"Гергана\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Лицево-челюстен хирург\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"gv@abv.bg\",\n        \"tel\": \"0882721171\",\n        \"ful_nme\": \"Гергана Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 173,\n        \"fnm\": \"Даниела\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Лицево-челюстен хирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"bz@gmail.com\",\n        \"tel\": \"0893302986\",\n        \"ful_nme\": \"Даниела Стефанова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 174,\n        \"fnm\": \"Дафина\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Акушер-гинеколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"pn@abv.bg\",\n        \"tel\": \"0884719728\",\n        \"ful_nme\": \"Дафина Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 175,\n        \"fnm\": \"Стойка\",\n        \"snm\": \"Иванова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Диетолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/175.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"ho@abv.bg\",\n        \"tel\": \"0885829043\",\n        \"ful_nme\": \"Стойка Иванова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 176,\n        \"fnm\": \"Мина\",\n        \"snm\": \"Тодорова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"УНГ\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"hi@gmail.com\",\n        \"tel\": \"0891901963\",\n        \"ful_nme\": \"Мина Тодорова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 177,\n        \"fnm\": \"Даяна\",\n        \"snm\": \"Стоилова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Неонатолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"rh@abv.bg\",\n        \"tel\": \"0885439759\",\n        \"ful_nme\": \"Даяна Стоилова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 178,\n        \"fnm\": \"Деана\",\n        \"snm\": \"Петрова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски нефролог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/178.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"da@gmail.com\",\n        \"tel\": \"0899555841\",\n        \"ful_nme\": \"Деана Петрова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 179,\n        \"fnm\": \"Дебора\",\n        \"snm\": \"Костадинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Мамолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"eh@abv.bg\",\n        \"tel\": \"0888524015\",\n        \"ful_nme\": \"Дебора Костадинова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 180,\n        \"fnm\": \"Дебора\",\n        \"snm\": \"Конарска\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хематолог (Трансфузионна хематология)\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Кърджали\",\n        \"eml\": \"at@gmail.com\",\n        \"tel\": \"0897182384\",\n        \"ful_nme\": \"Дебора Конарска\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 181,\n        \"fnm\": \"Дева\",\n        \"snm\": \"Петкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Физиотерапевт\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"jy@abv.bg\",\n        \"tel\": \"0882574590\",\n        \"ful_nme\": \"Дева Петкова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 182,\n        \"fnm\": \"Девена\",\n        \"snm\": \"Крислова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хематолог (Клинична хематология)\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Ямбол\",\n        \"eml\": \"ft@gmail.com\",\n        \"tel\": \"0895428988\",\n        \"ful_nme\": \"Девена Крислова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 183,\n        \"fnm\": \"Дейна\",\n        \"snm\": \"Комирова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски ендокринолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/183.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ga@abv.bg\",\n        \"tel\": \"0882785098\",\n        \"ful_nme\": \"Дейна Комирова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 184,\n        \"fnm\": \"Деметра\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски хематолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"kl@gmail.com\",\n        \"tel\": \"0890595359\",\n        \"ful_nme\": \"Деметра Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 185,\n        \"fnm\": \"Деми\",\n        \"snm\": \"Калинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/185.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"xs@abv.bg\",\n        \"tel\": \"0883821661\",\n        \"ful_nme\": \"Деми Калинова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 186,\n        \"fnm\": \"Емил\",\n        \"snm\": \"Стефанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Невролог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"ej@gmail.com\",\n        \"tel\": \"0898074947\",\n        \"ful_nme\": \"Емил Стефанов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 187,\n        \"fnm\": \"Ицо\",\n        \"snm\": \"Кръстев\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ортопед\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"jy@abv.bg\",\n        \"tel\": \"0880478189\",\n        \"ful_nme\": \"Ицо Кръстев\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 188,\n        \"fnm\": \"Христо\",\n        \"snm\": \"Христозов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/188.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"mt@gmail.com\",\n        \"tel\": \"0893671365\",\n        \"ful_nme\": \"Христо Христозов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 189,\n        \"fnm\": \"Катерин\",\n        \"snm\": \"Катеринов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Пластичен хирург\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"ir@abv.bg\",\n        \"tel\": \"0885434909\",\n        \"ful_nme\": \"Катерин Катеринов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 190,\n        \"fnm\": \"Калин\",\n        \"snm\": \"Тодоров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хематолог (Клинична хематология)\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"ze@gmail.com\",\n        \"tel\": \"0894760601\",\n        \"ful_nme\": \"Калин Тодоров\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 191,\n        \"fnm\": \"Кимон\",\n        \"snm\": \"Стефанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски невролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"tz@abv.bg\",\n        \"tel\": \"0888684265\",\n        \"ful_nme\": \"Кимон Стефанов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 192,\n        \"fnm\": \"Пейо\",\n        \"snm\": \"Тодоров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Микробиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"fh@gmail.com\",\n        \"tel\": \"0894841729\",\n        \"ful_nme\": \"Пейо Тодоров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 193,\n        \"fnm\": \"Петър\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Онколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"xk@abv.bg\",\n        \"tel\": \"0882787561\",\n        \"ful_nme\": \"Петър Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 194,\n        \"fnm\": \"Методи\",\n        \"snm\": \"Драгоев\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"fu@gmail.com\",\n        \"tel\": \"0892616669\",\n        \"ful_nme\": \"Методи Драгоев\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 195,\n        \"fnm\": \"Персиан\",\n        \"snm\": \"Стоянов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Хомеопат\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"tx@abv.bg\",\n        \"tel\": \"0883723400\",\n        \"ful_nme\": \"Персиан Стоянов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 196,\n        \"fnm\": \"Персиана\",\n        \"snm\": \"Георгиева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Образна диагностика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"gd@gmail.com\",\n        \"tel\": \"0897660043\",\n        \"ful_nme\": \"Персиана Георгиева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 197,\n        \"fnm\": \"Климент\",\n        \"snm\": \"Стоянов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Неврохирург\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"yl@abv.bg\",\n        \"tel\": \"0884087411\",\n        \"ful_nme\": \"Климент Стоянов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 198,\n        \"fnm\": \"Стефан\",\n        \"snm\": \"Каринов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Спортна медицина\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"kx@gmail.com\",\n        \"tel\": \"0894658025\",\n        \"ful_nme\": \"Стефан Каринов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 199,\n        \"fnm\": \"Мина\",\n        \"snm\": \"Иванова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"ma@abv.bg\",\n        \"tel\": \"0886544859\",\n        \"ful_nme\": \"Мина Иванова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 200,\n        \"fnm\": \"Драгой\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психотерапевт\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"qj@gmail.com\",\n        \"tel\": \"0897314523\",\n        \"ful_nme\": \"Драгой Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 201,\n        \"fnm\": \"Калин\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Профилактични прегледи\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Ямбол\",\n        \"eml\": \"yd@abv.bg\",\n        \"tel\": \"0884881568\",\n        \"ful_nme\": \"Калин Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 202,\n        \"fnm\": \"Камелия\",\n        \"snm\": \"Александрова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Паразитолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"oi@gmail.com\",\n        \"tel\": \"0896250157\",\n        \"ful_nme\": \"Камелия Александрова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 203,\n        \"fnm\": \"София\",\n        \"snm\": \"Терзиева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/203.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"px@abv.bg\",\n        \"tel\": \"0881262253\",\n        \"ful_nme\": \"София Терзиева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 204,\n        \"fnm\": \"Гергана\",\n        \"snm\": \"Кирилова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Образна диагностика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Ямбол\",\n        \"eml\": \"eh@gmail.com\",\n        \"tel\": \"0898828346\",\n        \"ful_nme\": \"Гергана Кирилова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 205,\n        \"fnm\": \"Стефка\",\n        \"snm\": \"Герганова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ортопед\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"ag@abv.bg\",\n        \"tel\": \"0887131883\",\n        \"ful_nme\": \"Стефка Герганова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 206,\n        \"fnm\": \"Краси\",\n        \"snm\": \"Кирилов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ортодонт\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"qu@gmail.com\",\n        \"tel\": \"0893610945\",\n        \"ful_nme\": \"Краси Кирилов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 207,\n        \"fnm\": \"Тодор\",\n        \"snm\": \"Тодоров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Физиотерапевт\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Русе\",\n        \"eml\": \"zn@abv.bg\",\n        \"tel\": \"0885808063\",\n        \"ful_nme\": \"Тодор Тодоров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 208,\n        \"fnm\": \"Камен\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Неврохирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"София\",\n        \"eml\": \"hy@gmail.com\",\n        \"tel\": \"0892769427\",\n        \"ful_nme\": \"Камен Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 209,\n        \"fnm\": \"Камелия\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Пластичен хирург\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"uk@abv.bg\",\n        \"tel\": \"0880519753\",\n        \"ful_nme\": \"Камелия Стефанова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    }\n]"},{"id":"50e2ba27-4995-45b1-bbd5-25976f90dbaf","name":"Търсене по специализация","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?SpecId=79&type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове.","key":"CityId","type":"text","value":"1","disabled":true},{"key":"SpecId","value":"79","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности."},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:32:41 GMT"},{"key":"Content-Length","value":"1535"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 162,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Копитова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/AnaKopitova.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"mz@gmail.com\",\n        \"tel\": \"0895404491\",\n        \"ful_nme\": \"Ана Копитова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 188,\n        \"fnm\": \"Христо\",\n        \"snm\": \"Христозов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/188.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"mt@gmail.com\",\n        \"tel\": \"0893671365\",\n        \"ful_nme\": \"Христо Христозов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"},{"id":"5bd1b072-c27f-4ed5-be56-c8576c2e1cd1","name":"Търсене по град - XML формат","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?CityId=1&type=xml","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"key":"CityId","value":"1","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове."},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.","key":"SpecId","type":"text","value":"79","disabled":true},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името.","disabled":true},{"key":"type","value":"xml"}]}},"status":"OK","code":200,"_postman_previewlanguage":"xml","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/xml; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:36:05 GMT"},{"key":"Content-Length","value":"4904"}],"cookie":[],"responseTime":null,"body":"<ArrayOfDoctor xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns=\"http://schemas.datacontract.org/2004/07/DoctorSystem_REST_API.Models\">\n    <Doctor>\n        <bio>Това е тестови запис.</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>dt@abv.bg</eml>\n        <first_avl_day>2020-12-07T00:00:00</first_avl_day>\n        <fnm>Доктор</fnm>\n        <ful_nme>Доктор Тест</ful_nme>\n        <id>2</id>\n        <img_url>/Images/ProfilePictures/Default/doctor-default.png</img_url>\n        <max_bok_day>90</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Тест</snm>\n        <spec_nme>Ендокринолог</spec_nme>\n        <tel>0881111111</tel>\n    </Doctor>\n    <Doctor>\n        <bio>Кратка информация за мен</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>id@abv.bg</eml>\n        <first_avl_day>2020-12-07T00:00:00</first_avl_day>\n        <fnm>Иван</fnm>\n        <ful_nme>Иван Димитров</ful_nme>\n        <id>4</id>\n        <img_url>/Images/ProfilePictures/Default/doctor-default.png</img_url>\n        <max_bok_day>30</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Димитров</snm>\n        <spec_nme>Кардиохирург</spec_nme>\n        <tel>0893333333</tel>\n    </Doctor>\n    <Doctor>\n        <bio>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>mz@gmail.com</eml>\n        <first_avl_day>2020-12-05T00:00:00</first_avl_day>\n        <fnm>Ана</fnm>\n        <ful_nme>Ана Копитова</ful_nme>\n        <id>162</id>\n        <img_url>/Images/ProfilePictures/AnaKopitova.jpg</img_url>\n        <max_bok_day>90</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Копитова</snm>\n        <spec_nme>Ангиолог</spec_nme>\n        <tel>0895404491</tel>\n    </Doctor>\n    <Doctor>\n        <bio>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>ak@abv.bg</eml>\n        <first_avl_day>2020-12-06T00:00:00</first_avl_day>\n        <fnm>Цанко</fnm>\n        <ful_nme>Цанко Иванов</ful_nme>\n        <id>168</id>\n        <img_url>/Images/ProfilePictures/Default/doctor-default.png</img_url>\n        <max_bok_day>60</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Иванов</snm>\n        <spec_nme>Психиатър</spec_nme>\n        <tel>0882563282</tel>\n    </Doctor>\n    <Doctor>\n        <bio>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>rh@abv.bg</eml>\n        <first_avl_day>2020-12-06T00:00:00</first_avl_day>\n        <fnm>Даяна</fnm>\n        <ful_nme>Даяна Стоилова</ful_nme>\n        <id>177</id>\n        <img_url>/Images/ProfilePictures/Default/doctor-default.png</img_url>\n        <max_bok_day>60</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Стоилова</snm>\n        <spec_nme>Неонатолог</spec_nme>\n        <tel>0885439759</tel>\n    </Doctor>\n    <Doctor>\n        <bio>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</bio>\n        <city_nme>Пловдив</city_nme>\n        <eml>ga@abv.bg</eml>\n        <first_avl_day>2020-12-06T00:00:00</first_avl_day>\n        <fnm>Дейна</fnm>\n        <ful_nme>Дейна Комирова</ful_nme>\n        <id>183</id>\n        <img_url>/Images/ProfilePictures/183.jpg</img_url>\n        <max_bok_day>60</max_bok_day>\n        <sal_nme>Д-р</sal_nme>\n        <snm>Комирова</snm>\n        <spec_nme>Детски ендокринолог</spec_nme>\n        <tel>0882785098</tel>\n    </Doctor>\n</ArrayOfDoctor>"},{"id":"8aa52065-3084-472d-a8e9-6b83370fb2a7","name":"Търсене по име","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?type=json&FullName=Петър","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове.","key":"CityId","type":"text","value":"1","disabled":true},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.","key":"SpecId","type":"text","value":"1","disabled":true},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:31:35 GMT"},{"key":"Content-Length","value":"1300"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 3,\n        \"fnm\": \"Петър\",\n        \"snm\": \"Стоянов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиолог\",\n        \"bio\": \"Кратка информация за Петър Стоянов\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"ps@gmail.com\",\n        \"tel\": \"0892222222\",\n        \"ful_nme\": \"Петър Стоянов\",\n        \"first_avl_day\": \"2020-12-12T00:00:00\"\n    },\n    {\n        \"id\": 193,\n        \"fnm\": \"Петър\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Онколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"xk@abv.bg\",\n        \"tel\": \"0882787561\",\n        \"ful_nme\": \"Петър Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    }\n]"},{"id":"99682814-da56-4ac4-be48-1924a42c0544","name":"Търсене по град","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors?CityId=1&type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors"],"query":[{"description":"Integer, Трябва да е по-голямо от 0.","key":"DocId","value":"3","disabled":true},{"key":"CityId","value":"1","description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка с градове."},{"description":"Integer, Да е по-голямо от 0. Може да се вземе от списъка със специалности.","key":"SpecId","type":"text","value":"1","disabled":true},{"description":"String, Трябва да е в коректен mail формат.","key":"Eml","type":"text","value":"test@abv.bg","disabled":true},{"description":"String, Трябва да съдържа само цифри.","key":"Tel","type":"text","value":"011111111","disabled":true},{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"},{"key":"FullName","value":"Петър","description":"String, Може да бъде първо име, цяло име, или част от името.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9ycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:32:00 GMT"},{"key":"Content-Length","value":"4241"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 2,\n        \"fnm\": \"Доктор\",\n        \"snm\": \"Тест\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ендокринолог\",\n        \"bio\": \"Това е тестови запис.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"dt@abv.bg\",\n        \"tel\": \"0881111111\",\n        \"ful_nme\": \"Доктор Тест\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 4,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Кратка информация за мен\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 30,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"id@abv.bg\",\n        \"tel\": \"0893333333\",\n        \"ful_nme\": \"Иван Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 162,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Копитова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/AnaKopitova.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"mz@gmail.com\",\n        \"tel\": \"0895404491\",\n        \"ful_nme\": \"Ана Копитова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 168,\n        \"fnm\": \"Цанко\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Психиатър\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ak@abv.bg\",\n        \"tel\": \"0882563282\",\n        \"ful_nme\": \"Цанко Иванов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 177,\n        \"fnm\": \"Даяна\",\n        \"snm\": \"Стоилова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Неонатолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"rh@abv.bg\",\n        \"tel\": \"0885439759\",\n        \"ful_nme\": \"Даяна Стоилова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 183,\n        \"fnm\": \"Дейна\",\n        \"snm\": \"Комирова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски ендокринолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/183.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ga@abv.bg\",\n        \"tel\": \"0882785098\",\n        \"ful_nme\": \"Дейна Комирова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"}],"_postman_id":"6b7d34df-3155-425e-ad80-8b7be262dce9"},{"name":"List All Doctors Paginated","id":"12acb33c-3d5d-4230-bd52-7b6b90fbb480","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:56868/api/doctors/PageNum/1/PageSize/10?type=json","description":"<p>Методът връща данни за всички налични лекари в системата по страници.</p>\n","urlObject":{"protocol":"http","port":"56868","path":["api","doctors","PageNum","1","PageSize","10"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"0414217c-5d10-4386-bd7e-69401f8cf4f3","name":"Грешка - Размерът на страницата трябва да е положително число","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/1/PageSize/-10?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","1","PageSize","-10"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXDFcUGFnZVNpemVcLTEw?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:41:29 GMT"},{"key":"Content-Length","value":"91"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1015\",\n    \"Status\": 500,\n    \"Message\": \"Parameter PageSize must be greater than 0.\"\n}"},{"id":"5066bd2a-df75-4187-9b2a-ec0169d0556a","name":"Грешка - Номерът на страницата трябва да е положително число","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/-1/PageSize/10?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","-1","PageSize","10"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXC0xXFBhZ2VTaXplXDEw?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:41:02 GMT"},{"key":"Content-Length","value":"90"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1014\",\n    \"Status\": 500,\n    \"Message\": \"Parameter PageNum must be greater than 0.\"\n}"},{"id":"99f6365c-13c6-4d89-bee8-2e7e2b2d3544","name":"Лекари - страница 1 с размер 10 записа","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/1/PageSize/10?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","1","PageSize","10"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXDFcUGFnZVNpemVcMTA=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:38:22 GMT"},{"key":"Content-Length","value":"8748"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 174,\n        \"fnm\": \"Дафина\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Акушер-гинеколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"pn@abv.bg\",\n        \"tel\": \"0884719728\",\n        \"ful_nme\": \"Дафина Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 149,\n        \"fnm\": \"Стефания\",\n        \"snm\": \"Петкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Алерголог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Stefani.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Кърджали\",\n        \"eml\": \"mt@abv.bg\",\n        \"tel\": \"0887867421\",\n        \"ful_nme\": \"Стефания Петкова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 162,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Копитова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/AnaKopitova.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"mz@gmail.com\",\n        \"tel\": \"0895404491\",\n        \"ful_nme\": \"Ана Копитова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 188,\n        \"fnm\": \"Христо\",\n        \"snm\": \"Христозов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/188.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"mt@gmail.com\",\n        \"tel\": \"0893671365\",\n        \"ful_nme\": \"Христо Христозов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 153,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Тименова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Боуен терапевт\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"te@abv.bg\",\n        \"tel\": \"0880404986\",\n        \"ful_nme\": \"Адриана Тименова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 143,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Вътрешни болести\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"gs@gmail.com\",\n        \"tel\": \"0893596163\",\n        \"ful_nme\": \"Иван Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 142,\n        \"fnm\": \"Георги\",\n        \"snm\": \"Първанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"li@abv.bg\",\n        \"tel\": \"0880430731\",\n        \"ful_nme\": \"Георги Първанов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 185,\n        \"fnm\": \"Деми\",\n        \"snm\": \"Калинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/185.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"xs@abv.bg\",\n        \"tel\": \"0883821661\",\n        \"ful_nme\": \"Деми Калинова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 203,\n        \"fnm\": \"София\",\n        \"snm\": \"Терзиева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/203.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"px@abv.bg\",\n        \"tel\": \"0881262253\",\n        \"ful_nme\": \"София Терзиева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 183,\n        \"fnm\": \"Дейна\",\n        \"snm\": \"Комирова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски ендокринолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/183.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ga@abv.bg\",\n        \"tel\": \"0882785098\",\n        \"ful_nme\": \"Дейна Комирова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"},{"id":"b57b1803-ef90-4430-acc9-8c09bab24d99","name":"Страница 3 с размер 5 записа","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/3/PageSize/5?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","3","PageSize","5"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXDNcUGFnZVNpemVcNQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:38:49 GMT"},{"key":"Content-Length","value":"4180"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 191,\n        \"fnm\": \"Кимон\",\n        \"snm\": \"Стефанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски невролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"София\",\n        \"eml\": \"tz@abv.bg\",\n        \"tel\": \"0888684265\",\n        \"ful_nme\": \"Кимон Стефанов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 178,\n        \"fnm\": \"Деана\",\n        \"snm\": \"Петрова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски нефролог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/178.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"da@gmail.com\",\n        \"tel\": \"0899555841\",\n        \"ful_nme\": \"Деана Петрова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 184,\n        \"fnm\": \"Деметра\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски хематолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"kl@gmail.com\",\n        \"tel\": \"0890595359\",\n        \"ful_nme\": \"Деметра Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 154,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Кръстева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски хематолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Разград\",\n        \"eml\": \"ur@gmail.com\",\n        \"tel\": \"0899274732\",\n        \"ful_nme\": \"Адриана Кръстева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 175,\n        \"fnm\": \"Стойка\",\n        \"snm\": \"Иванова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Диетолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/175.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"ho@abv.bg\",\n        \"tel\": \"0885829043\",\n        \"ful_nme\": \"Стойка Иванова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"},{"id":"ce44791b-4ae0-4968-ad4e-f88a9991567e","name":"Въвеждане само на PageNum и взимане на default PageSize = 10","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/3/PageSize?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","3","PageSize"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXDNcUGFnZVNpemU=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:43:20 GMT"},{"key":"Content-Length","value":"7358"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 4,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Димитров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Кратка информация за мен\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 30,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"id@abv.bg\",\n        \"tel\": \"0893333333\",\n        \"ful_nme\": \"Иван Димитров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 167,\n        \"fnm\": \"Драгой\",\n        \"snm\": \"Цанков\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кардиохирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"София\",\n        \"eml\": \"cd@gmail.com\",\n        \"tel\": \"0898089389\",\n        \"ful_nme\": \"Драгой Цанков\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 5,\n        \"fnm\": \"Цветелина\",\n        \"snm\": \"Стоянова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Кинезитерапевт\",\n        \"bio\": \"За мен\",\n        \"img_url\": \"/Images/ProfilePictures/5.jpg\",\n        \"max_bok_day\": 120,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"cs@abv.bg\",\n        \"tel\": \"0884444444\",\n        \"ful_nme\": \"Цветелина Стоянова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 169,\n        \"fnm\": \"Галина\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/169.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"vo@gmail.com\",\n        \"tel\": \"0892861513\",\n        \"ful_nme\": \"Галина Стефанова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 148,\n        \"fnm\": \"Камен\",\n        \"snm\": \"Киряков\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"jd@gmail.com\",\n        \"tel\": \"0890584388\",\n        \"ful_nme\": \"Камен Киряков\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 194,\n        \"fnm\": \"Методи\",\n        \"snm\": \"Драгоев\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Клинична генетика\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Варна\",\n        \"eml\": \"fu@gmail.com\",\n        \"tel\": \"0892616669\",\n        \"ful_nme\": \"Методи Драгоев\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 172,\n        \"fnm\": \"Гергана\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Лицево-челюстен хирург\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"gv@abv.bg\",\n        \"tel\": \"0882721171\",\n        \"ful_nme\": \"Гергана Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 173,\n        \"fnm\": \"Даниела\",\n        \"snm\": \"Стефанова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Лицево-челюстен хирург\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"bz@gmail.com\",\n        \"tel\": \"0893302986\",\n        \"ful_nme\": \"Даниела Стефанова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 179,\n        \"fnm\": \"Дебора\",\n        \"snm\": \"Костадинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Мамолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"eh@abv.bg\",\n        \"tel\": \"0888524015\",\n        \"ful_nme\": \"Дебора Костадинова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 192,\n        \"fnm\": \"Пейо\",\n        \"snm\": \"Тодоров\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Микробиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Смолян\",\n        \"eml\": \"fh@gmail.com\",\n        \"tel\": \"0894841729\",\n        \"ful_nme\": \"Пейо Тодоров\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    }\n]"},{"id":"e83e0675-de71-435c-8174-10b47bc7939c","name":"При подаване на стринг стойности се взимат default параметрите за PageNum и PageSize","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/doctors/PageNum/one/PageSize/ten?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","doctors","PageNum","one","PageSize","ten"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcZG9jdG9yc1xQYWdlTnVtXG9uZVxQYWdlU2l6ZVx0ZW4=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:42:12 GMT"},{"key":"Content-Length","value":"8748"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 174,\n        \"fnm\": \"Дафина\",\n        \"snm\": \"Колева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Акушер-гинеколог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"pn@abv.bg\",\n        \"tel\": \"0884719728\",\n        \"ful_nme\": \"Дафина Колева\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 149,\n        \"fnm\": \"Стефания\",\n        \"snm\": \"Петкова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Алерголог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Stefani.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Кърджали\",\n        \"eml\": \"mt@abv.bg\",\n        \"tel\": \"0887867421\",\n        \"ful_nme\": \"Стефания Петкова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 162,\n        \"fnm\": \"Ана\",\n        \"snm\": \"Копитова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/AnaKopitova.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"mz@gmail.com\",\n        \"tel\": \"0895404491\",\n        \"ful_nme\": \"Ана Копитова\",\n        \"first_avl_day\": \"2020-12-05T00:00:00\"\n    },\n    {\n        \"id\": 188,\n        \"fnm\": \"Христо\",\n        \"snm\": \"Христозов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Ангиолог\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/188.jpg\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"mt@gmail.com\",\n        \"tel\": \"0893671365\",\n        \"ful_nme\": \"Христо Христозов\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 153,\n        \"fnm\": \"Адриана\",\n        \"snm\": \"Тименова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Боуен терапевт\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"te@abv.bg\",\n        \"tel\": \"0880404986\",\n        \"ful_nme\": \"Адриана Тименова\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 143,\n        \"fnm\": \"Иван\",\n        \"snm\": \"Иванов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Вътрешни болести\",\n        \"bio\": \"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 90,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"gs@gmail.com\",\n        \"tel\": \"0893596163\",\n        \"ful_nme\": \"Иван Иванов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 142,\n        \"fnm\": \"Георги\",\n        \"snm\": \"Първанов\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/Default/doctor-default.png\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Бургас\",\n        \"eml\": \"li@abv.bg\",\n        \"tel\": \"0880430731\",\n        \"ful_nme\": \"Георги Първанов\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 185,\n        \"fnm\": \"Деми\",\n        \"snm\": \"Калинова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/185.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Плевен\",\n        \"eml\": \"xs@abv.bg\",\n        \"tel\": \"0883821661\",\n        \"ful_nme\": \"Деми Калинова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    },\n    {\n        \"id\": 203,\n        \"fnm\": \"София\",\n        \"snm\": \"Терзиева\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски гастроентеролог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/203.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Велико Търново\",\n        \"eml\": \"px@abv.bg\",\n        \"tel\": \"0881262253\",\n        \"ful_nme\": \"София Терзиева\",\n        \"first_avl_day\": \"2020-12-07T00:00:00\"\n    },\n    {\n        \"id\": 183,\n        \"fnm\": \"Дейна\",\n        \"snm\": \"Комирова\",\n        \"sal_nme\": \"Д-р\",\n        \"spec_nme\": \"Детски ендокринолог\",\n        \"bio\": \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.\",\n        \"img_url\": \"/Images/ProfilePictures/183.jpg\",\n        \"max_bok_day\": 60,\n        \"city_nme\": \"Пловдив\",\n        \"eml\": \"ga@abv.bg\",\n        \"tel\": \"0882785098\",\n        \"ful_nme\": \"Дейна Комирова\",\n        \"first_avl_day\": \"2020-12-06T00:00:00\"\n    }\n]"}],"_postman_id":"12acb33c-3d5d-4230-bd52-7b6b90fbb480"},{"name":"Create Booking","id":"40d65bd4-f4ef-49c4-85de-bf7c6b719b10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"08:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:56868/api/bookings?type=json","description":"<p>Въвежда запис в базата данни с информация за пациента и желаната от него дата час за преглед при доктор. Всички параметри трябва да са попълнени.</p>\n<p>Методът извършва следните проверки:</p>\n<ul>\n<li>Не може да се запазва час на предишна дата.</li>\n<li>Не може да се запазва час в ден, който е по-голям от днешния + max_bok_days. Т.е. ако max_bok_days = 30 и днешна дата е 01.12.2020г., то 30.12.2020г. е последният ден, в който може да се запази час. Този параметър се настройва динамично за всеки лекар.</li>\n<li>Не може да се запазва час в ден, в който лекарят не работи – в случай, че бъде подадена такава дата като входен параметър.</li>\n<li>Не може да се запазва час във време, в което лекарят не е на смяна.</li>\n<li>Запазен час не може да се дублира.</li>\n<li>При успех в Headers.Location при успех се връща линк, на който може да бъде получена информация за запазения час.</li>\n</ul>\n","urlObject":{"protocol":"http","port":"56868","path":["api","bookings"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"1700eac9-265a-47d2-b1c6-6a2f4c1021b7","name":"Грешка - Не можете да запазвате в ден, който е в миналото","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-05\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:39:17 GMT"},{"key":"Content-Length","value":"99"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"102\",\n    \"Status\": 500,\n    \"Message\": \"You cannot make a booking in previous date or hour.\"\n}"},{"id":"4099a44d-05ca-478d-a995-3431a80ba8e0","name":"Грешка - Некоректен формат на e-mail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-11\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:41:01 GMT"},{"key":"Content-Length","value":"80"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1000\",\n    \"Status\": 500,\n    \"Message\": \"Email is not in correct format.\"\n}"},{"id":"453b86ad-97cd-4d13-b6d3-4cb62e1c0133","name":"Грешка - Изтекла валидност на APIkey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:43:05 GMT"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"301\",\n    \"Status\": 401,\n    \"Message\": \"Your APIKey has expired at Nov  7 2020  1:12PM. Please register a new one.\"\n}"},{"id":"5b4b6587-6752-4278-8d95-dde7c0789b11","name":"Успешно запазване на час - с Link към данни за запазения час ( в Header.Location )","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"08:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json","description":"String, JSON - връща JSON резултат; XML - връща XML резултат;"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Location","value":"http://localhost:56868/api/bookings/202012120800114"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 11:27:58 GMT"},{"key":"Content-Length","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"0\",\n    \"Status\": 200,\n    \"Message\": \"Your booking is created successfully. Booking Reference: 202012120800114\"\n}"},{"id":"63f035ef-0b34-4a66-b1d5-f9225f5bc927","name":"Грешка - Такъв запазен час вече съществува","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:43:23 GMT"},{"key":"Content-Length","value":"122"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"101\",\n    \"Status\": 500,\n    \"Message\": \"You cannot book at this hour because there is already an existing booking.\"\n}"},{"id":"76b4aca3-cb49-40ca-9cf9-616d8e74ecc0","name":"Грешка - Отказан достъп, поради невъведен APIkey","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:42:24 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1009\",\n    \"Status\": 401,\n    \"Message\": \"You need to provide your APIKey in order to access the API.\"\n}"},{"id":"86ce8f5d-f8a8-4e2e-9900-9c14a8efab38","name":"Грешка - Телефонът трябва да е 10 цифри","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"08811457814234\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-11\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:40:40 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1008\",\n    \"Status\": 500,\n    \"Message\": \"Telephone must be 10 characters only.\"\n}"},{"id":"8855dfaf-48d0-48b6-8d44-b8df8d411be4","name":"Грешка - Некоректен параметър за пол","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"Male\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-11\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:40:19 GMT"},{"key":"Content-Length","value":"162"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"106\",\n    \"Status\": 500,\n    \"Message\": \"Gender parameter is not correct. It needs to be as follows: 1. M for Male. 2. FM for Female. 3. DK for Don't know.\"\n}"},{"id":"a3b7604b-68bb-4a59-953a-d0f60840ed5a","name":"Успешно запазен час","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Created","code":201,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:41:46 GMT"},{"key":"Content-Length","value":"118"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"0\",\n    \"Status\": 200,\n    \"Message\": \"Your booking is created successfully. Booking Reference: 202012121100110\"\n}"},{"id":"b8c3108c-7b10-4bd3-bfa4-712d60cae22e","name":"Грешка - Параметърът трябва да е по-голям от 0","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"-6\",\r\n    \"BokDate\" : \"2020-12-11\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:39:57 GMT"},{"key":"Content-Length","value":"88"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1011\",\n    \"Status\": 500,\n    \"Message\": \"Parameter DocId must be greater than 0.\"\n}"},{"id":"dbaf7e3c-34ce-419d-83db-da5b38b46165","name":"Грешка - Не можете да запазвате в ден, в който лекарят не работи","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APIto\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-10\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:38:22 GMT"},{"key":"Content-Length","value":"132"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"104\",\n    \"Status\": 500,\n    \"Message\": \"You cannot make a booking at this date because the doctor does not work at this day.\"\n}"},{"id":"fffdda68-0b8b-4f13-8074-c0ecc6ab3d57","name":"Грешка - Забранени символи","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Fname\" : \"APItov1\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881145781\",\r\n    \"Eml\" : \"test12@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 3 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"dk\",\r\n    \"ReasonId\" : \"1\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-11\",\r\n    \"BokTime\" : \"11:00\"\r\n\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcQ3JlYXRlQm9va2luZw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:41:21 GMT"},{"key":"Content-Length","value":"151"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1002\",\n    \"Status\": 500,\n    \"Message\": \"Your request is blocked due to forbidden characters in input parameters. Name must be characters only.\"\n}"}],"_postman_id":"40d65bd4-f4ef-49c4-85de-bf7c6b719b10"},{"name":"Update Booking","id":"9157e6a9-d7bf-4bae-9495-c6a2d557c82d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Reference\" : \"202012121100110\",\r\n    \"Fname\" : \"Proba\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881111111\",\r\n    \"Eml\" : \"test5@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 549 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"m\",\r\n    \"ReasonId\" : \"2\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"10:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:56868/api/bookings?type=json","description":"<p>Обновява данни за запазения час.</p>\n","urlObject":{"protocol":"http","port":"56868","path":["api","bookings"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"0a8b007d-a751-4af2-972b-5d48e9cc4536","name":"Грешка - Неоторизиран достъп, поради невъведен APIKey","originalRequest":{"method":"PUT","header":[],"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:46:18 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1009\",\n    \"Status\": 401,\n    \"Message\": \"You need to provide your APIKey in order to access the API.\"\n}"},{"id":"8633adac-71ab-4f62-84a9-e370484a79c3","name":"Успешно редактиране на запазен час","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Reference\" : \"202012121100110\",\r\n    \"Fname\" : \"Proba\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881111111\",\r\n    \"Eml\" : \"test5@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 548 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"m\",\r\n    \"ReasonId\" : \"2\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"10:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:47:59 GMT"},{"key":"Content-Length","value":"88"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"0\",\n    \"Status\": 200,\n    \"Message\": \"Your booking has been edited successfully.\"\n}"},{"id":"8c1432a6-afe8-473b-ac74-105343c55937","name":"Грешка - Няма такава референция","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"Reference\" : \"202012121100110d\",\r\n    \"Fname\" : \"Proba\",\r\n    \"Lname\" : \"Test\",\r\n    \"Tel\" : \"0881111111\",\r\n    \"Eml\" : \"test5@abv.bg\",\r\n    \"AddInfo\" : \"Testing the API for 548 time. And commas, should work now. (I think so)\",\r\n    \"IsFirstTime\" : \"1\",\r\n    \"Gender\" : \"m\",\r\n    \"ReasonId\" : \"2\",\r\n    \"DocId\" : \"3\",\r\n    \"BokDate\" : \"2020-12-12\",\r\n    \"BokTime\" : \"10:00\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:47:18 GMT"},{"key":"Content-Length","value":"85"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"108\",\n    \"Status\": 500,\n    \"Message\": \"There is no such a booking reference.\"\n}"}],"_postman_id":"9157e6a9-d7bf-4bae-9495-c6a2d557c82d"},{"name":"Cancel Booking","id":"8a682fe2-1dbb-4e25-9f5a-4e3cfbf99b8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"202012120930113\"","options":{"raw":{"language":"json"}}},"url":"http://localhost:56868/api/bookings?type=json","description":"<p>Методът анулира запазен час.\nНе може да се анулира час в миналото.</p>\n","urlObject":{"protocol":"http","port":"56868","path":["api","bookings"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"0d7d14f1-5d11-4b92-9f62-b171f033f1a7","name":"Грешка - Не можете да анулирате запазен час в миналото","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"2020111510003\"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:59:11 GMT"},{"key":"Content-Length","value":"110"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"202\",\n    \"Status\": 500,\n    \"Message\": \"You cannot cancel a booking which date or hour is in the past.\"\n}"},{"id":"625dd999-5ed5-4c9d-b18e-256b4bbccfa8","name":"Грешка - Неоторизиран достъп, поради невъведен APIKey","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:51:04 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1009\",\n    \"Status\": 401,\n    \"Message\": \"You need to provide your APIKey in order to access the API.\"\n}"},{"id":"8921e4f5-d677-4a97-9817-413299a32cbc","name":"Успешно анулиране на резервация","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"202012121130111\"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:52:36 GMT"},{"key":"Content-Length","value":"76"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"0\",\n    \"Status\": 200,\n    \"Message\": \"Booking Canceled successfully.\"\n}"},{"id":"8fe54813-2d11-4f5b-b1fd-5d9ddff9c0e6","name":"Грешка - Резервацията вече е анулирана","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"2020112111001\"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:52:14 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"201\",\n    \"Status\": 500,\n    \"Message\": \"This booking is already canceled.\"\n}"},{"id":"b9867ca5-9cc4-4c3d-bc61-0bfa16a2178e","name":"Грешка - Няма такава референция","originalRequest":{"method":"DELETE","header":[],"body":{"mode":"raw","raw":"\"dadjkansjkdnas\"","options":{"raw":{"language":"json"}}},"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Internal Server Error","code":500,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:51:43 GMT"},{"key":"Content-Length","value":"88"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"203\",\n    \"Status\": 500,\n    \"Message\": \"There is no booking with this Reference.\"\n}"},{"id":"ed00dbba-d197-455f-8122-76fc69ecc600","name":"Грешка - Неоторизиран достъп, поради невъведен APIKey","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:56868/api/bookings?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3M=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 09:51:04 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1009\",\n    \"Status\": 401,\n    \"Message\": \"You need to provide your APIKey in order to access the API.\"\n}"}],"_postman_id":"8a682fe2-1dbb-4e25-9f5a-4e3cfbf99b8f"},{"name":"Get All Reasons","id":"f49bfd9a-e42d-4a0a-8e2b-e54eda262129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:56868/api/bookings/reasons?type=json","description":"<p>Връща данни за всички налични в системата причини за запазване на час.</p>\n","urlObject":{"protocol":"http","port":"56868","path":["api","bookings","reasons"],"host":["localhost"],"query":[{"description":{"content":"<p>String, JSON - връща JSON резултат; XML - връща XML резултат;</p>\n","type":"text/plain"},"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"84d2be86-3956-4803-a85a-5e463eb295a5","name":"Всички причини за посещение при лекар","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/bookings/reasons?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings","reasons"],"query":[{"key":"type","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NccmVhc29ucw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:09:30 GMT"},{"key":"Content-Length","value":"678"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"nme\": \"Първичен преглед\"\n    },\n    {\n        \"id\": 2,\n        \"nme\": \"Вторичен преглед\"\n    },\n    {\n        \"id\": 3,\n        \"nme\": \"Профилактичен преглед\"\n    },\n    {\n        \"id\": 4,\n        \"nme\": \"Детска консултация\"\n    },\n    {\n        \"id\": 5,\n        \"nme\": \"Майчино здравеопазване\"\n    },\n    {\n        \"id\": 6,\n        \"nme\": \"Диспансеризиран пациент\"\n    },\n    {\n        \"id\": 7,\n        \"nme\": \"Медицинска процедура\"\n    },\n    {\n        \"id\": 8,\n        \"nme\": \"Ехографско изследване\"\n    },\n    {\n        \"id\": 9,\n        \"nme\": \"Друго изследване\"\n    },\n    {\n        \"id\": 10,\n        \"nme\": \"Издаване на рецепта\"\n    },\n    {\n        \"id\": 11,\n        \"nme\": \"Ваксина\"\n    },\n    {\n        \"id\": 12,\n        \"nme\": \"Издаване на медицинско\"\n    },\n    {\n        \"id\": 13,\n        \"nme\": \"Друго\"\n    }\n]"},{"id":"8eec1bce-9ba3-41c3-8524-80b8d42b1f81","name":"Грешка - Неоторизиран достъп, поради невъведен APIKey","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/bookings/reasons?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings","reasons"],"query":[{"key":"type","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NccmVhc29ucw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 10:08:45 GMT"},{"key":"Content-Length","value":"108"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1009\",\n    \"Status\": 401,\n    \"Message\": \"You need to provide your APIKey in order to access the API.\"\n}"}],"_postman_id":"f49bfd9a-e42d-4a0a-8e2b-e54eda262129"},{"name":"Get Booking Info","id":"d64efaf8-0950-4a3c-afa0-6d6187f22947","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"http://localhost:56868/api/bookings/202012121130111?type=json","urlObject":{"protocol":"http","port":"56868","path":["api","bookings","202012121130111"],"host":["localhost"],"query":[{"key":"type","value":"json"}],"variable":[]}},"response":[{"id":"5487b65c-1f4e-482c-a1a6-247e39efe658","name":"Грешка - Няма такава референция","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/bookings/202012121130111д?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings","202012121130111д"],"query":[{"key":"type","value":"json"}]}},"status":"Bad Request","code":400,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcMjAyMDEyMTIxMTMwMTEx0LQ=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 11:29:46 GMT"},{"key":"Content-Length","value":"86"}],"cookie":[],"responseTime":null,"body":"{\n    \"APIerrorCode\": \"1013\",\n    \"Status\": 400,\n    \"Message\": \"There is no such a booking reference.\"\n}"},{"id":"78b9a14f-be5d-40f2-bd07-00023660a92d","name":"Информация за запазен час","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:56868/api/bookings/202012121130111?type=json","protocol":"http","host":["localhost"],"port":"56868","path":["api","bookings","202012121130111"],"query":[{"key":"type","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcUmFkaVxzb3VyY2VccmVwb3NcRG9jdG9yU3lzdGVtX1JFU1RfQVBJX3YxXERvY3RvclN5c3RlbV9SRVNUX0FQSVxhcGlcYm9va2luZ3NcMjAyMDEyMTIxMTMwMTEx?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 05 Dec 2020 11:21:19 GMT"},{"key":"Content-Length","value":"297"}],"cookie":[],"responseTime":null,"body":"{\n    \"Reference\": \"202012121130111\",\n    \"Fname\": \"APIto\",\n    \"Lname\": \"Test\",\n    \"Tel\": \"0881145781\",\n    \"Eml\": \"test12@abv.bg\",\n    \"AddInfo\": \"Testing the API for 3 time. And commas, should work now. (I think so)\",\n    \"IsFirstTime\": false,\n    \"Gender\": \"dk\",\n    \"ReasonId\": 1,\n    \"DocId\": 3,\n    \"BokDate\": \"12-Dec-20 12:00:00 AM\",\n    \"BokTime\": \"11:30:00\"\n}"}],"_postman_id":"d64efaf8-0950-4a3c-afa0-6d6187f22947"}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"APIkey"},{"key":"value","value":"<value>"}]}},"event":[{"listen":"prerequest","script":{"id":"5748a3a9-3198-4ae9-9b2a-9802d245fbdc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"9ffd4e74-dbb2-45a5-b6fa-ca4ebea71c55","type":"text/javascript","exec":[""]}}],"variable":[{"key":"PortNumber","value":"56868"}]}