{"info":{"_postman_id":"14de938d-e21b-462a-b1a8-59c9f217f0d3","name":"HotelVendor","description":"<html><head></head><body><p>เป็นการให้บริการสำหรับผู้ที่ต้องการหาโรงแรมเพื่อเข้าพัก </p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"8387942","collectionId":"14de938d-e21b-462a-b1a8-59c9f217f0d3","publishedId":"SWDzeLz8","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-12-01T20:14:53.000Z"},"item":[{"name":"User","item":[{"name":"https://zuulservice-260310.appspot.com/userdetail/alluser","id":"d12f0434-32f1-47b8-b3e7-10ff5ff895fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/userdetail/alluser","description":"<p>Get all user</p>\n","urlObject":{"protocol":"https","path":["userdetail","alluser"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"d12f0434-32f1-47b8-b3e7-10ff5ff895fb"},{"name":"https://zuulservice-260310.appspot.com/userdetail/user/{id}","id":"29203549-db77-402d-b1de-6b0049504766","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/userdetail/user/8","description":"<p>Get user information</p>\n","urlObject":{"protocol":"https","path":["userdetail","user","8"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"29203549-db77-402d-b1de-6b0049504766"},{"name":"https://zuulservice-260310.appspot.com/userdetail/user","id":"28a101d9-824f-42e0-87da-c9676e60b026","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"username\" : \"test1919\",\r\n\t\"password\" : \"test1919\",\r\n\t\"firstName\" : \"sawada\",\r\n\t\"middleName\" :\"tsuna\",\r\n\t\"lastName\" : \"yosi\",\r\n\t\"tel\" : [\"0987654321\"],\r\n\t\"email\" : \"yosi@gmail.com\"\r\n}"},"url":"https://zuulservice-260310.appspot.com/userdetail/user","description":"<p>Register user</p>\n","urlObject":{"protocol":"https","path":["userdetail","user"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"28a101d9-824f-42e0-87da-c9676e60b026"},{"name":"https://zuulservice-260310.appspot.com/userdetail/login","id":"374454de-6903-43bc-a774-602949700a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"test1919\",\n\t\"password\" : \"test1919\"\n}"},"url":"https://zuulservice-260310.appspot.com/userdetail/login","description":"<p>Authenticate user</p>\n","urlObject":{"protocol":"https","path":["userdetail","login"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"374454de-6903-43bc-a774-602949700a04"},{"name":"https://zuulservice-260310.appspot.com/userdetail/user/me","id":"c4498c76-bbae-4d7c-8ee7-6c31904434de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/userdetail/user/me","description":"<p>Get user profile</p>\n","urlObject":{"protocol":"https","path":["userdetail","user","me"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"2fc0561f-a3fd-4d67-8176-c2799e03c873","name":"https://zuulservice-260310.appspot.com/userdetail/user/me","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/userdetail/user/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 21:06:44 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8,\n    \"username\": \"test1919\",\n    \"password\": \"test1919\",\n    \"firstName\": \"sawada\",\n    \"middleName\": \"\",\n    \"lastName\": \"tsunayosi\",\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": \"yosi@gmail.com\"\n}"}],"_postman_id":"c4498c76-bbae-4d7c-8ee7-6c31904434de"},{"name":"https://zuulservice-260310.appspot.com/userdetail/user/update","id":"581c4fe1-7346-4e74-a321-90b473ec8d62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"test1919\",\n    \"password\": \"test1919\",\n    \"firstName\": \"sawada\",\n    \"middleName\": \"\",\n    \"lastName\": \"tsunayosi\",\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n        ],\n    \"email\": \"yosi@gmail.com\"\n}"},"url":"https://zuulservice-260310.appspot.com/userdetail/user/update","description":"<p>Update user information</p>\n","urlObject":{"protocol":"https","path":["userdetail","user","update"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"6cf93988-cf66-4e9d-8cd7-65d4303792b0","name":"https://zuulservice-260310.appspot.com/userdetail/user/update","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\": \"test1919\",\n    \"password\": \"test1919\",\n    \"firstName\": \"sawada\",\n    \"middleName\": \"\",\n    \"lastName\": \"tsunayosi\",\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n        ],\n    \"email\": \"yosi@gmail.com\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/userdetail/user/update"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 20:44:09 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 8,\n    \"username\": \"test1919\",\n    \"password\": \"test1919\",\n    \"firstName\": \"sawada\",\n    \"middleName\": \"\",\n    \"lastName\": \"tsunayosi\",\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": \"yosi@gmail.com\"\n}"}],"_postman_id":"581c4fe1-7346-4e74-a321-90b473ec8d62"},{"name":"https://zuulservice-260310.appspot.com/userdetail/logout","id":"f10bd018-f4e2-463d-a5d3-36188d2c4a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/userdetail/logout","urlObject":{"protocol":"https","path":["userdetail","logout"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f10bd018-f4e2-463d-a5d3-36188d2c4a7b"}],"id":"53bd0726-8ca0-4a55-a7c6-072d3d004a1c","_postman_id":"53bd0726-8ca0-4a55-a7c6-072d3d004a1c","description":""},{"name":"Hotel","item":[{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/allhotel","id":"1151ee14-8709-4bd8-9baf-82ba9eb09549","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/allhotel","description":"<p>Get all hotel</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","allhotel"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"e7533298-26c8-4e15-b5e0-8247b4fb5ca9","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/allhotel","originalRequest":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/allhotel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 21:15:18 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"hotelId\": 1,\n        \"hotelName\": \"Hotel4\",\n        \"country\": \"Thailand\",\n        \"provinceState\": \"Bangkok\",\n        \"district\": \"Ratchathewi\",\n        \"street\": \"Payathai Rd\",\n        \"hotelImages\": [],\n        \"additionalDetail\": \"Something like that\",\n        \"availible\": true,\n        \"tel\": [\n            \"0910349301\",\n            \"0812711778\",\n            \"0818951414\"\n        ],\n        \"email\": [\n            \"Rawitgun@facebook.com\",\n            \"Rawitgun@gmail.com\"\n        ],\n        \"users_id\": [\n            1,\n            6,\n            10\n        ]\n    }\n]"}],"_postman_id":"1151ee14-8709-4bd8-9baf-82ba9eb09549"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/createhotel","id":"3bdee0c3-a794-4348-941a-ca5b493116da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hotelName\": \"Hotel 7\",\n    \"country\": \"Thailand\",\n    \"provinceState\": \"Bangkok\",\n    \"district\": \"Ratchathewi\",\n    \"street\": \"Payathai Rd\",\n    \"hotelImages\": [],\n    \"additionalDetail\": \"Something like that\",\n    \"availible\": true,\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": [\n        \"yosi@gmail.com\"\n    ],\n    \"users_id\": [8]\n}"},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/createhotel","description":"<p>Create hotel</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","createhotel"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"3bdee0c3-a794-4348-941a-ca5b493116da"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/updatehotel/{hotelId}","id":"0fb697f3-5ebb-42e6-81b5-a4a03f739377","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hotelId\": 4,\n    \"hotelName\": \"Hotel 7\",\n    \"country\": \"Thailand\",\n    \"provinceState\": \"Bangkok\",\n    \"district\": \"Ratchathewi\",\n    \"street\": \"Payathai Rd\",\n    \"hotelImages\": [],\n    \"additionalDetail\": \"Something like that!!\",\n    \"availible\": true,\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": [\n        \"yosi@gmail.com\"\n    ]\n}"},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/updatehotel/4","description":"<p>update information hotel</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","updatehotel","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"f21caea3-bcf3-4fa7-ac35-e8b40de33011","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/updatehotel/4","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"hotelId\": 4,\n    \"hotelName\": \"Hotel 7\",\n    \"country\": \"Thailand\",\n    \"provinceState\": \"Bangkok\",\n    \"district\": \"Ratchathewi\",\n    \"street\": \"Payathai Rd\",\n    \"hotelImages\": [],\n    \"additionalDetail\": \"Something like that!!\",\n    \"availible\": true,\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": [\n        \"yosi@gmail.com\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/updatehotel/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 21:51:02 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotelId\": 4,\n    \"hotelName\": \"Hotel 7\",\n    \"country\": \"Thailand\",\n    \"provinceState\": \"Bangkok\",\n    \"district\": \"Ratchathewi\",\n    \"street\": \"Payathai Rd\",\n    \"hotelImages\": [],\n    \"additionalDetail\": \"Something like that!!\",\n    \"availible\": true,\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": [\n        \"yosi@gmail.com\"\n    ],\n    \"users_id\": [\n        8\n    ]\n}"}],"_postman_id":"0fb697f3-5ebb-42e6-81b5-a4a03f739377"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/hoteldetail/{hotelId}","id":"c8d1927f-425b-4809-accd-1462e4ca9c0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/hoteldetail/4","description":"<p>Get hotel detail</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","hoteldetail","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"e4d67704-700c-499a-98dd-3692e8c12630","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/hoteldetail/{hotelId}","originalRequest":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/hoteldetail/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 23:10:43 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotelId\": 4,\n    \"hotelName\": \"Hotel 7\",\n    \"country\": \"Thailand\",\n    \"provinceState\": \"Bangkok\",\n    \"district\": \"Ratchathewi\",\n    \"street\": \"Payathai Rd\",\n    \"hotelImages\": [],\n    \"additionalDetail\": \"Something like that!!\",\n    \"availible\": true,\n    \"tel\": [\n        \"0987654321\",\n        \"0123456789\"\n    ],\n    \"email\": [\n        \"yosi@gmail.com\"\n    ],\n    \"users_id\": [\n        8\n    ]\n}"}],"_postman_id":"c8d1927f-425b-4809-accd-1462e4ca9c0d"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/fullhoteldetail/{hotelId}","id":"dd301f00-b469-4a10-bbac-62f48d4b1c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/fullhoteldetail/4","description":"<p>Get hotel detail by hotelId</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","fullhoteldetail","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"c4bca27d-40e0-4044-ab41-8769cb9d0d9e","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/fullhoteldetail/{hotelId}","originalRequest":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/fullhoteldetail/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 21:57:58 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotelId\": 4,\n    \"hotel\": {\n        \"hotelId\": 4,\n        \"hotelName\": \"Hotel 7\",\n        \"country\": \"Thailand\",\n        \"provinceState\": \"Bangkok\",\n        \"district\": \"Ratchathewi\",\n        \"street\": \"Payathai Rd\",\n        \"hotelImages\": [],\n        \"additionalDetail\": \"Something like that!!\",\n        \"availible\": true,\n        \"tel\": [\n            \"0987654321\",\n            \"0123456789\"\n        ],\n        \"email\": [\n            \"yosi@gmail.com\"\n        ],\n        \"users_id\": [\n            8\n        ]\n    },\n    \"roomTypes\": []\n}"}],"_postman_id":"dd301f00-b469-4a10-bbac-62f48d4b1c62"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/updateroomtype/{hotelId}/{roomTypeId}","id":"bda8d98e-b95b-4af9-ac2c-7ec9a0aec7fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"roomTypeName\": \"King\",\n\t\"price\": 7500.0,\n\t\"quantity\": 10,\n\t\"roomTypeImages\": []\n}"},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/updateroomtype/4/5","description":"<p>Update room detail</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","updateroomtype","4","5"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"f3443cc6-4d96-4db2-87ee-0688c3125457","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/updateroomtype/{hotelId}/{roomTypeId}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"roomTypeName\": \"King\",\n\t\"price\": 7500.0,\n\t\"quantity\": 10,\n\t\"roomTypeImages\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/updateroomtype/4/5"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:14:11 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"roomTypeName\": \"King\",\n    \"price\": 7500,\n    \"quantity\": 10,\n    \"roomTypeImages\": []\n}"}],"_postman_id":"bda8d98e-b95b-4af9-ac2c-7ec9a0aec7fa"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/createroomtype/{hotelId}","id":"26a6a1e9-7b6e-414a-b08c-1e37c45aeb47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"roomTypeName\": \"King\",\n    \"price\": 6000,\n    \"quantity\": 10,\n    \"roomTypeImages\": []\n}"},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/createroomtype/4","description":"<p>Create room</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","createroomtype","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"a7673cb5-6b11-4d49-bbbb-1516b5786c2f","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/createroomtype/{hotelId}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"roomTypeName\": \"King\",\n\t\"price\": 6000,\n\t\"quantity\": 10,\n\t\"roomTypeImages\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/createroomtype/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:05:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 5,\n    \"roomTypeName\": \"King\",\n    \"price\": 6000,\n    \"quantity\": 10,\n    \"roomTypeImages\": []\n}"}],"_postman_id":"26a6a1e9-7b6e-414a-b08c-1e37c45aeb47"},{"name":"https://zuulservice-260310.appspot.com/hotelroomdetail/getallroomtype/{hotelId}","id":"09aa012e-a11a-4ab0-b1f5-998fed0fe5f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/getallroomtype/4","description":"<p>Get all room in hotel</p>\n","urlObject":{"protocol":"https","path":["hotelroomdetail","getallroomtype","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"529f04fe-9257-46cf-814b-70b567a69659","name":"https://zuulservice-260310.appspot.com/hotelroomdetail/getallroomtype/4","originalRequest":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/hotelroomdetail/getallroomtype/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:07:33 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"roomTypeName\": \"King\",\n        \"price\": 6000,\n        \"quantity\": 10,\n        \"roomTypeImages\": []\n    }\n]"}],"_postman_id":"09aa012e-a11a-4ab0-b1f5-998fed0fe5f3"}],"id":"a822ac30-38cc-45be-b27b-07dccbf8909d","_postman_id":"a822ac30-38cc-45be-b27b-07dccbf8909d","description":""},{"name":"Booking","item":[{"name":"https://zuulservice-260310.appspot.com/booking/createBooking","id":"11509790-2dd4-443e-be17-647c47f444a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": 8,\n    \"hotelId\": 4,\n    \"bookingStatus\": \"Booked\",\n    \"bookingStartDate\": \"2019-12-3 13:00:00\",\n    \"bookingEndDate\": \"2019-12-5 11:00:00\",\n    \"roomTypeRequests\": [\n        {\n            \"roomTypeName\": \"King\",\n            \"price\": 7500,\n            \"quantity\": 1\n        }\n    ]\n}"},"url":"https://zuulservice-260310.appspot.com/booking/createBooking","description":"<p>Create booking</p>\n","urlObject":{"protocol":"https","path":["booking","createBooking"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"cd8a372f-e736-4180-93da-5b7e4b4e59c7","name":"https://zuulservice-260310.appspot.com/booking/createBooking","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"userId\": 8,\n    \"hotelId\": 4,\n    \"bookingStatus\": \"Booked\",\n    \"bookingStartDate\": \"2019-12-3 13:00:00\",\n    \"bookingEndDate\": \"2019-12-5 11:00:00\",\n    \"roomTypeRequests\": [\n        {\n            \"roomTypeName\": \"King\",\n            \"price\": 7500,\n            \"quantity\": 1\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/booking/createBooking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:23:01 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotel\": {\n        \"hotelId\": 4,\n        \"hotelName\": \"Hotel 7\",\n        \"country\": \"Thailand\",\n        \"provinceState\": \"Bangkok\",\n        \"district\": \"Ratchathewi\",\n        \"street\": \"Payathai Rd\",\n        \"hotelImages\": [],\n        \"additionalDetail\": \"Something like that!!\",\n        \"availible\": true,\n        \"tel\": [\n            \"0987654321\",\n            \"0123456789\"\n        ],\n        \"email\": [\n            \"yosi@gmail.com\"\n        ],\n        \"users_id\": [\n            8\n        ]\n    },\n    \"user\": {\n        \"id\": 7,\n        \"firstName\": \"lung\",\n        \"middleName\": null,\n        \"lastName\": \"tuu\",\n        \"tel\": [\n            \"0123456789\"\n        ],\n        \"email\": \"tuu@gmail.com\"\n    },\n    \"booking\": {\n        \"id\": 1,\n        \"userId\": 7,\n        \"hotelId\": 4,\n        \"bookingStatus\": \"Booked\",\n        \"bookingCreateDate\": \"2019-12-02 05:23:00\",\n        \"bookingStartDate\": \"2019-12-03 13:00:00\",\n        \"bookingEndDate\": \"2019-12-05 11:00:00\",\n        \"totalPrice\": 7500\n    },\n    \"roomTypeDetails\": [\n        {\n            \"id\": 2,\n            \"roomTypeName\": \"King\",\n            \"price\": 7500,\n            \"quantity\": 1\n        }\n    ]\n}"}],"_postman_id":"11509790-2dd4-443e-be17-647c47f444a2"},{"name":"https://zuulservice-260310.appspot.com/booking/getbookingbyuser","id":"d91feb1b-e005-4b7e-8133-18150ef0b349","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingbyuser","description":"<p>Get booking by user</p>\n","urlObject":{"protocol":"https","path":["booking","getbookingbyuser"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"39c6cbba-f83a-4edf-aedc-6f9373ff43a5","name":"https://zuulservice-260310.appspot.com/booking/getbookingbyuser","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingbyuser"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:27:37 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 7,\n        \"hotelId\": 4,\n        \"bookingStatus\": \"Booked\",\n        \"bookingCreateDate\": \"2019-12-02 05:23:00\",\n        \"bookingStartDate\": \"2019-12-03 13:00:00\",\n        \"bookingEndDate\": \"2019-12-05 11:00:00\",\n        \"totalPrice\": 7500\n    }\n]"}],"_postman_id":"d91feb1b-e005-4b7e-8133-18150ef0b349"},{"name":"https://zuulservice-260310.appspot.com/booking/getbookingdetail/{bookingId}","id":"6ed12d8e-da83-4bcd-baef-6e6f8405af2a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingdetail/1","description":"<p>Get booking detail</p>\n","urlObject":{"protocol":"https","path":["booking","getbookingdetail","1"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"70151b5a-ebe5-42ce-875c-34b6df35ca30","name":"https://zuulservice-260310.appspot.com/booking/getbookingdetail/{bookingId}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingdetail/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:30:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotel\": {\n        \"hotelId\": 4,\n        \"hotelName\": \"Hotel 7\",\n        \"country\": \"Thailand\",\n        \"provinceState\": \"Bangkok\",\n        \"district\": \"Ratchathewi\",\n        \"street\": \"Payathai Rd\",\n        \"hotelImages\": [],\n        \"additionalDetail\": \"Something like that!!\",\n        \"availible\": true,\n        \"tel\": [\n            \"0987654321\",\n            \"0123456789\"\n        ],\n        \"email\": [\n            \"yosi@gmail.com\"\n        ],\n        \"users_id\": [\n            8\n        ]\n    },\n    \"user\": {\n        \"id\": 7,\n        \"firstName\": \"lung\",\n        \"middleName\": null,\n        \"lastName\": \"tuu\",\n        \"tel\": [\n            \"0123456789\"\n        ],\n        \"email\": \"tuu@gmail.com\"\n    },\n    \"booking\": {\n        \"id\": 1,\n        \"userId\": 7,\n        \"hotelId\": 4,\n        \"bookingStatus\": \"Booked\",\n        \"bookingCreateDate\": \"2019-12-02 05:23:00\",\n        \"bookingStartDate\": \"2019-12-03 13:00:00\",\n        \"bookingEndDate\": \"2019-12-05 11:00:00\",\n        \"totalPrice\": 7500\n    },\n    \"roomTypeDetails\": [\n        {\n            \"id\": 2,\n            \"roomTypeName\": \"King\",\n            \"price\": 7500,\n            \"quantity\": 1\n        }\n    ]\n}"}],"_postman_id":"6ed12d8e-da83-4bcd-baef-6e6f8405af2a"},{"name":"https://zuulservice-260310.appspot.com/booking/getbookingbyhotel/{hotelId}","id":"a3db3967-e1f9-4023-a941-0785eec496bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingbyhotel/4","description":"<p>Get booking by hotel</p>\n","urlObject":{"protocol":"https","path":["booking","getbookingbyhotel","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"e2908da6-d616-4878-b17d-ae74b94ce55f","name":"https://zuulservice-260310.appspot.com/booking/getbookingbyhotel/{hotelId}","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"}],"url":"https://zuulservice-260310.appspot.com/booking/getbookingbyhotel/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:40:54 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"userId\": 7,\n        \"hotelId\": 4,\n        \"bookingStatus\": \"Booked\",\n        \"bookingCreateDate\": \"2019-12-02 05:23:00\",\n        \"bookingStartDate\": \"2019-12-03 13:00:00\",\n        \"bookingEndDate\": \"2019-12-05 11:00:00\",\n        \"totalPrice\": 7500\n    },\n    {\n        \"id\": 3,\n        \"userId\": 7,\n        \"hotelId\": 4,\n        \"bookingStatus\": \"Booked\",\n        \"bookingCreateDate\": \"2019-12-02 05:35:36\",\n        \"bookingStartDate\": \"2019-12-05 13:00:00\",\n        \"bookingEndDate\": \"2019-12-07 11:00:00\",\n        \"totalPrice\": 7500\n    }\n]"}],"_postman_id":"a3db3967-e1f9-4023-a941-0785eec496bf"},{"name":"https://zuulservice-260310.appspot.com/booking/updateBookingStatus/{bookingId}","id":"b6644bc2-bbc5-4b83-b4f0-d558aaa5c951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"Cancel\"\n}"},"url":"https://zuulservice-260310.appspot.com/booking/updateBookingStatus/1","description":"<p>Update booking status</p>\n","urlObject":{"protocol":"https","path":["booking","updateBookingStatus","1"],"host":["zuulservice-260310","appspot","com"],"query":[{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"f324f35f-cce1-4d4d-b33f-4548f318651d","name":"https://zuulservice-260310.appspot.com/booking/updateBookingStatus/{bookingId}","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Bearer {{access}}","type":"text"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"status\": \"Cancel\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://zuulservice-260310.appspot.com/booking/updateBookingStatus/1","protocol":"https","host":["zuulservice-260310","appspot","com"],"path":["booking","updateBookingStatus","1"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:45:09 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": 1,\n    \"userId\": 7,\n    \"hotelId\": 4,\n    \"bookingStatus\": \"Cancelled\",\n    \"bookingCreateDate\": \"2019-12-02 05:23:00\",\n    \"bookingStartDate\": \"2019-12-03 13:00:00\",\n    \"bookingEndDate\": \"2019-12-05 11:00:00\",\n    \"totalPrice\": 7500\n}"}],"_postman_id":"b6644bc2-bbc5-4b83-b4f0-d558aaa5c951"},{"name":"https://zuulservice-260310.appspot.com/booking/freeroom/{hotelId}","id":"3347487a-26e6-43d8-94d5-45700529f3b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startDate\": \"2019-12-05 13:00:00\",\n\t\"endDate\": \"2019-12-06 11:00:00\"\n}"},"url":"https://zuulservice-260310.appspot.com/booking/freeroom/4","description":"<p>Search free room</p>\n","urlObject":{"protocol":"https","path":["booking","freeroom","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"6de0c9f9-7f3d-49c5-8682-7e2d1e1dbc75","name":"https://zuulservice-260310.appspot.com/booking/freeroom/{hotelId}","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"startDate\": \"2019-12-05 13:00:00\",\n\t\"endDate\": \"2019-12-06 11:00:00\"\n}","options":{"raw":{"language":"json"}}},"url":"https://zuulservice-260310.appspot.com/booking/freeroom/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:56:45 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 5,\n        \"roomTypeName\": \"King\",\n        \"price\": 7500,\n        \"quantity\": 9,\n        \"roomTypeImages\": [],\n        \"hotel\": null\n    }\n]"}],"_postman_id":"3347487a-26e6-43d8-94d5-45700529f3b0"},{"name":"https://zuulservice-260310.appspot.com/booking/hoteldetail/allroomtype/{hotelId}","id":"200dff3e-d32b-4c7a-a7c0-07506a8f55be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/booking/hoteldetail/allroomtype/4","description":"<p>Get hotel detail and room type</p>\n","urlObject":{"protocol":"https","path":["booking","hoteldetail","allroomtype","4"],"host":["zuulservice-260310","appspot","com"],"query":[],"variable":[]}},"response":[{"id":"1ca483b2-2aef-4892-bff0-91cbcd30525d","name":"https://zuulservice-260310.appspot.com/booking//hoteldetail/allroomtype/{hotelId}","originalRequest":{"method":"GET","header":[],"url":"https://zuulservice-260310.appspot.com/booking//hoteldetail/allroomtype/4"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sun, 01 Dec 2019 22:47:51 GMT"},{"key":"Content-Type","value":"application/json;charset=UTF-8"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Via","value":"1.1 google, 1.1 google"},{"key":"Alt-Svc","value":"quic=\":443\"; ma=2592000; v=\"46,43\",h3-Q050=\":443\"; ma=2592000,h3-Q049=\":443\"; ma=2592000,h3-Q048=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"hotelId\": 4,\n    \"hotel\": {\n        \"hotelId\": 4,\n        \"hotelName\": \"Hotel 7\",\n        \"country\": \"Thailand\",\n        \"provinceState\": \"Bangkok\",\n        \"district\": \"Ratchathewi\",\n        \"street\": \"Payathai Rd\",\n        \"hotelImages\": [],\n        \"additionalDetail\": \"Something like that!!\",\n        \"availible\": true,\n        \"tel\": [\n            \"0987654321\",\n            \"0123456789\"\n        ],\n        \"email\": [\n            \"yosi@gmail.com\"\n        ],\n        \"users_id\": [\n            8\n        ]\n    },\n    \"roomTypes\": [\n        {\n            \"id\": 5,\n            \"roomTypeName\": \"King\",\n            \"price\": 7500,\n            \"quantity\": 10,\n            \"roomTypeImages\": [],\n            \"hotel\": null\n        }\n    ]\n}"}],"_postman_id":"200dff3e-d32b-4c7a-a7c0-07506a8f55be"}],"id":"d8e72225-08ac-4cb5-a94a-86651935f8b8","_postman_id":"d8e72225-08ac-4cb5-a94a-86651935f8b8","description":""}],"event":[{"listen":"prerequest","script":{"id":"6d80fc1e-0a60-4735-ac12-80b2fbae3b8e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"286e3a59-9d7b-4a93-ba5d-8773b5a56028","type":"text/javascript","exec":[""]}}]}