{"info":{"_postman_id":"e2418e95-39ad-450b-a566-28f4eeb26c0e","name":"Interparkyu","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"16516331","collectionId":"e2418e95-39ad-450b-a566-28f4eeb26c0e","publishedId":"UVC2HUR7","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-05T07:34:50.000Z"},"item":[{"name":"공연 조회 기능","item":[{"name":"전체 공연 정보 조회","id":"1249cc16-6718-4894-9f68-319636e98042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/v1/performances","urlObject":{"path":["v1","performances"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"12f3c376-74f9-4ee7-a2da-5ddf22af5bc3","name":"전체 공연 정보 조회의 응답","originalRequest":{"method":"GET","header":[],"url":"/v1/performances"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"/v1/performances\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": [\n        {\n            \"title\": \"리미트\",\n            \"category\": \"연극\",\n            \"hall\": \"예술의전당\",\n            \"url\": \"localhost:8080/v1/performances/1\" # 상세페이지 조회용 API의 request용 URL 작성해서 보내 줄 예정! 개발 편의성을 위해 일단 localhost로\n                                                        # 이 url로 get 요청을 보내면 특정 공연에 대한 상세 정보를 조회할 수 있다.\n        },\n        {\n            \"title\": \"돈키호테\",\n            \"category\": \"뮤지컬\",\n            \"hall\": \"예술의전당\",\n            \"url\": \"localhost:8080/v1/performances/2\"\n        }\n    ]\n}"}],"_postman_id":"1249cc16-6718-4894-9f68-319636e98042"},{"name":"특정 공연 정보 조회","id":"0473c596-bef0-4aa8-b802-c905cc54e462","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/performances/19","urlObject":{"port":"8080","path":["v1","performances","19"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d321c220-1be5-456f-a9db-c3fd90428ae1","name":"특정 공연 정보 조회의 응답","originalRequest":{"method":"GET","header":[],"url":"/v1/performances/19"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"/v1/performances\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": {\n        \"title\": \"삶은계란구운계란\",\n        \"category\": \"CONCERT\",\n        \"runtime\": 180,\n        \"roundDate\": [\n            {\n                \"date\": \"20211028\"\n            },\n            {\n                \"date\": \"20211028\"\n            },\n            {\n                \"date\": \"20211028\"\n            },\n            {\n                \"date\": \"20211030\"\n            }\n        ]\n    }\n}"}],"_postman_id":"0473c596-bef0-4aa8-b802-c905cc54e462"}],"id":"ccf76ba3-bbc4-4368-976d-8bc990e56885","_postman_id":"ccf76ba3-bbc4-4368-976d-8bc990e56885","description":""},{"name":"공연 예매 기능","item":[{"name":"특정 공연, 특정 날짜의 회차 정보 조회","id":"29acb5c0-f48c-493b-9f54-96d281633a66","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/performances/19/round?date=20220110","urlObject":{"port":"8080","path":["v1","performances","19","round"],"host":["localhost"],"query":[{"key":"date","value":"20220110"}],"variable":[]}},"response":[{"id":"038fbf91-006c-4ade-8ba4-ab16a7218e23","name":"특정 공연, 특정 날짜의 회차 정보 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/performances/{performanceId}/round?date=yyyyMMdd","host":["http://localhost:8080"],"path":["v1","performances","{performanceId}","round"],"query":[{"key":"date","value":"yyyyMMdd"},{"key":"","value":null,"type":"text","disabled":true}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"v1/roundSeats/{roundsId}\",       # 1, 2, 3 등등...\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": [\n      {\n        \"title\": \"꽃다람쥐\",\n        \"round\": 1,\n        \"date\": \"20220110\",\n        \"remainingSeatsCount\": 30,\n        \"startTime\": \"1700\",\n        \"endTime\": \"2000\",\n        \"ticketingStartDateTime\": \"202112001300\",\n        \"ticketingEndDateTime\": \"202201001700\",\n        \"ticketCancelableUntil\": \"202201001700\",\n        \"hall\": \"사과홀\",\n        \"sectionRemainingSeatCount\": {\n          \"1\": {                # round 번호\n            \"A\": 9,             # \"section 이름\" : 잔여석\n            \"B\": 10,\n            \"C\": 10,\n            \"D\": 10,\n            \"E\": 10\n          }\n        }\n      },\n      {\n        \"title\": \"꽃다람쥐\",\n        \"round\": 2,\n        \"date\": \"20220110\",\n        \"remainingSeatsCount\": 100,\n        \"startTime\": \"2000\",\n        \"endTime\": \"2300\",\n        \"ticketingStartDateTime\": \"202111001300\",\n        \"ticketingEndDateTime\": \"202311001700\",\n        \"ticketCancelableUntil\": \"202311001700\",\n        \"hall\": \"사과홀\",\n        \"sectionRemainingSeatCount\": {\n          \"2\": {\n            \"A\": 10,\n            \"B\": 10,\n            \"C\": 10,\n            \"D\": 10,\n            \"E\": 10\n          }\n        }\n      }\n  ]\n}"}],"_postman_id":"29acb5c0-f48c-493b-9f54-96d281633a66"},{"name":"특정 공연, 날짜, 회차의 회차 좌석 정보 조회","id":"805c999e-688a-46f9-b492-82a9458bf774","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/v1/performances/19/round/1/seats?date=20220110","urlObject":{"port":"8080","path":["v1","performances","19","round","1","seats"],"host":["localhost"],"query":[{"key":"date","value":"20220110"}],"variable":[]}},"response":[{"id":"ab7fc804-71aa-4e0a-9958-98a6947adaf6","name":"특정 공연, 날짜, 회차의 회차 좌석 정보 조회","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:8080/v1/performances/{performanceId}/round/{roundNumber}/seats?date=yyyyMMdd","host":["http://localhost:8080"],"path":["v1","performances","{performanceId}","round","{roundNumber}","seats"],"query":[{"key":"date","value":"yyyyMMdd"}]}},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"v1/roundSeats/{performanceId}/{roundNumber}?date=yyyyMMdd\",  \n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": [\n        {\n        \"title\": \"꽃다람쥐\",\n        \"round\": 1,\n        \"date\": \"20220110\",\n        \"remainingSeatsCount\": 30,\n        \"startTime\": \"1700\",\n        \"endTime\": \"2000\",\n        \"ticketingStartDateTime\": \"202112001300\",\n        \"ticketingEndDateTime\": \"202201001700\",\n        \"ticketCancelableUntil\": \"202201001700\",\n        \"hall\": \"사과홀\",\n        \"sectionRemainingSeatCount\": {\n          \"1\": {                # round 번호\n            \"A\": 9,             # \"section 이름\" : 잔여석\n            \"B\": 10,\n            \"C\": 10,\n            \"D\": 10,\n            \"E\": 10\n          }\n        },\n        \"roundSeats\": [\n          {\n            \"id\": 1,\n            \"reservationStatus\": \"WAITING_FOR_PAYMENT\",\n            \"round\": 1,\n            \"seatId\": 1,\n            \"section\": \"A\",\n            \"sectionSeatNumber\": 1,\n            \"price\": 100000\n          },\n          {\n            \"id\": 2,\n            \"reservationStatus\": \"NOT_RESERVED\",\n            \"round\": 1,\n            \"seatId\": 2,\n            \"section\": \"A\",\n            \"sectionSeatNumber\": 2,\n            \"price\": 100000\n          },\n          {\n            \"id\": 3,\n            \"reservationStatus\": \"NOT_RESERVED\",\n            \"round\": 1,\n            \"seatId\": 3,\n            \"section\": \"A\",\n            \"sectionSeatNumber\": 3,\n            \"price\": 100000\n          },\n            ...\n        {\n            \"id\": 50,\n            \"reservationStatus\": \"NOT_RESERVED\",\n            \"round\": 1,\n            \"seatId\": 50,\n            \"section\": \"E\",\n            \"sectionSeatNumber\": 10,\n            \"price\": 80000\n          }\n        ]\n      }\n    ]\n}"}],"_postman_id":"805c999e-688a-46f9-b492-82a9458bf774"},{"name":"예매 티켓 등록","id":"912a86ac-6d60-42a5-99cc-dd9ca8043c75","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"roundSeatId\": 1,\r\n    \"userId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/tickets","urlObject":{"path":["v1","tickets"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"3057d275-f311-46ed-a78b-1f1d9b02b4e2","name":"예매 티켓 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"performanceId\": 1,\r\n    \"roundSeatId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"common\": {\r\n        \"message\": \"success\",\r\n        \"requestUri\": \"v1/tickets\",\r\n        \"timestamp\": \"20211027153055\",\r\n        \"internalHttpStatusCode\": 200\r\n    },\r\n    \"data\": {\r\n        \"ticketId\": \"sdlkfji123\"\r\n    }\r\n}"},{"id":"f06ea479-b17c-4805-b97e-44feeb866ac7","name":"예매 티켓 등록 실패","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"performanceId\": 1,\r\n    \"roundSeatId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/tickets"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"roundSeat 1 is already taken\",\n        \"requestUri\": \"v1/tickets\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 400\n    },\n    \"data\": null\n}"}],"_postman_id":"912a86ac-6d60-42a5-99cc-dd9ca8043c75"},{"name":"예매 티켓 결제 완료 상태로 변경","id":"d3108883-1925-4939-82f1-2da91166983f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/tickets/{ticketId}/paymentStatus/completed","urlObject":{"path":["v1","tickets","{ticketId}","paymentStatus","completed"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"6afd620a-b7f6-4826-a1d4-c564e2ced3c2","name":"예매 티켓 결제 완료 상태로 변경","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"paymentStatus\": \"COMPLETED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/tickets/{ticketId}/paymentStatus/completed"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"roundSeat 1 is already taken\",\n        \"requestUri\": \"v1/tickets\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": null\n}"}],"_postman_id":"d3108883-1925-4939-82f1-2da91166983f"}],"id":"216960e3-1936-4dcf-a72f-a7d1d7b89d79","_postman_id":"216960e3-1936-4dcf-a72f-a7d1d7b89d79","description":""},{"name":"회원 기능","item":[{"name":"회원 가입","id":"c99992ad-54cc-42c6-9085-c2385489701d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"some ame\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/v1/users","urlObject":{"path":["v1","users"],"host":["http://localhost:8080"],"query":[],"variable":[]}},"response":[{"id":"563444cd-8887-40c7-afc7-ddfad150866b","name":"회원 가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\" : \"some name\"\n}","options":{"raw":{"language":"json"}}},"url":"/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"v1/users\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 201\n    },\n    \"data\": {\n        \"userId\": 1\n    }\n}"}],"_postman_id":"c99992ad-54cc-42c6-9085-c2385489701d"},{"name":"회원 상세 정보 조회","id":"e1586b70-3e9f-42ec-a530-cae1c408b27d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v1/users/{userId}","urlObject":{"path":["v1","users","{userId}"],"query":[],"variable":[]}},"response":[{"id":"d4a08e28-a14c-409d-9e59-6cc48e428cd9","name":"회원 상세 정보 조회","originalRequest":{"method":"GET","header":[],"url":"/v1/users/{userId}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"common\": {\n        \"message\": \"success\",\n        \"requestUri\": \"v1/users/1\",\n        \"timestamp\": \"20211027153055\",\n        \"internalHttpStatusCode\": 200\n    },\n    \"data\": {\n        \"username\": \"이상민\",\n        \"createdAt\": \"20211027153055\"\n    }\n}"}],"_postman_id":"e1586b70-3e9f-42ec-a530-cae1c408b27d"},{"name":"유저(회원)가 구매한 티켓(1개) 상세정보 조회","id":"3cb4c5a9-2027-461f-b67c-6e13a5fa891a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/v1/tickets/{ticketId}","urlObject":{"path":["v1","tickets","{ticketId}"],"query":[],"variable":[]}},"response":[{"id":"15b468ac-0aba-483c-b41a-cee3b105d403","name":"유저(회원)가 구매한 티켓(1개) 상세정보 조회","originalRequest":{"method":"GET","header":[],"url":"/v1/tickets/{ticketId}"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": { \n        \"ticketId\" : \"462d138b-3961-11ec-901e-0aee343c8c8a\",\n        \"section\" : \"A\",\n        \"sectionSeatNumber\" : 1,\n        \"price\" : 100000,\n        \"hallName\" : \"사과홀\",\n        \"title\" : \"꽃다람쥐\",\n        \"round\" : 1,\n        \"date\" : \"20220110\",\n        \"startTime\" : \"17:00:00\"\n    }\n}"}],"_postman_id":"3cb4c5a9-2027-461f-b67c-6e13a5fa891a"}],"id":"c9158414-78bb-4bd5-a4be-b68f1439b0a4","_postman_id":"c9158414-78bb-4bd5-a4be-b68f1439b0a4","description":""},{"name":"관리자용 기능","item":[{"name":"공연 정보 등록","id":"ef61e9d0-a63e-4156-a1ab-d9af5ea401c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"꽃다람쥐\",\n    \"startDate\" : \"20220110\",\n    \"endDate\" : \"20220120\",\n    \"runtime\" : \"180\",\n    \"category\" : \"CONCERT\",\n    \"hallName\" : \"사과홀\"\n}","options":{"raw":{"language":"json"}}},"url":"admin/v1/performances","urlObject":{"path":["v1","performances"],"host":["admin"],"query":[],"variable":[]}},"response":[{"id":"5cffc839-cd10-4b42-a290-4bca5dc7115a","name":"공연 정보 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"/admin/v1/performances"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": { \n      \"id\" : 234234 \n    }\n  \n}"}],"_postman_id":"ef61e9d0-a63e-4156-a1ab-d9af5ea401c7"},{"name":"공연 정보 수정","id":"04dd8966-6c62-4898-954b-aa9f68d87177","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"지킬앤하이드\",\n    \"startDate\" : \"20201010\",\n    \"endDate\" : \"20201020\",\n    \"runtime\" : 180,\n    \"category\" : \"뮤지컬\",\n    \"hallName\" : \"올림픽홀\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/v1/performances/{performanceId}","urlObject":{"path":["admin","v1","performances","{performanceId}"],"query":[],"variable":[]}},"response":[{"id":"040ceb05-bce1-41f3-a8fb-31ec95122b68","name":"공연 정보 수정","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n    \"title\" : \"지킬앤하이드\",\n    \"startDate\" : \"20201010\",\n    \"endDate\" : \"20201020\",\n    \"runtime\" : 180,\n    \"category\" : \"뮤지컬\",\n    \"hallName\" : \"올림픽홀\"\n}","options":{"raw":{"language":"json"}}},"url":"/admin/v1/performances/{performanceId}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances/{performanceId}/rounds\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": {\n            \"title\" : \"지킬앤하이드\",\n            \"startDate\" : \"20201010\",\n            \"endDate\" : \"20201020\",\n            \"runtime\" : 180,\n            \"category\" : \"뮤지컬\",\n            \"hallName\" : \"올림픽홀\"\n    }\n}"}],"_postman_id":"04dd8966-6c62-4898-954b-aa9f68d87177"},{"name":"공연 정보 삭제","id":"3fd5fa8a-9770-4f22-a04d-61e47040df7d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"/admin/v1/performances/{performanceId}","urlObject":{"path":["admin","v1","performances","{performanceId}"],"query":[],"variable":[]}},"response":[{"id":"fb523fc7-84cb-4f55-9ff9-cec17c7de921","name":"공연 정보 삭제","originalRequest":{"method":"DELETE","header":[],"url":"/admin/v1/performances/{performanceId}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances/{performanceId}/rounds\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": null\n}"}],"_postman_id":"3fd5fa8a-9770-4f22-a04d-61e47040df7d"},{"name":"공연 회차 정보 등록(미구현)","id":"21e38966-a152-4f5c-a3a4-b47a9074416f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"performanceTitle\" : \"지킬앤하이드\",\n    \"rounds\" : [\n        {\n            \"round\" :1,\n            \"date\" : \"20201010\",\n            \"startTime\" : \"1700\",\n            \"endTime\" : \"2000\",\n            \"ticketingStartDatetime\" : \"20200910\",\n            \"ticketingEndDatetime\" : \"20201007\",\n            \"ticketCancelableUntil\" : \"20201008\"\n        },\n        {\n            \"round\" : 2,\n            \"date\" : \"20201010\",\n            \"startTime\" : \"2100\",\n            \"endTime\" : \"2400\",\n            \"ticketingStartDatetime\" : \"20200910\",\n            \"ticketingEndDatetime\" : \"20201007\",\n            \"ticketCancelableUntil\" : \"20201008\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/admin/v1/performances/{performanceId}/rounds","urlObject":{"path":["admin","v1","performances","{performanceId}","rounds"],"query":[],"variable":[]}},"response":[{"id":"87d01244-4328-4a5a-9921-f4373bf04bad","name":"공연 회차 정보 등록","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"performanceTitle\" : \"지킬앤하이드\",\n    \"rounds\" : [\n        {\n            \"round\" :1,\n            \"date\" : \"20201010\",\n            \"startTime\" : \"1700\",\n            \"endTime\" : \"2000\",\n            \"ticketingStartDatetime\" : \"20200910\",\n            \"ticketingEndDatetime\" : \"20201007\",\n            \"ticketCancelableUntil\" : \"20201008\"\n        },\n        {\n            \"round\" : 2,\n            \"date\" : \"20201010\",\n            \"startTime\" : \"2100\",\n            \"endTime\" : \"2400\",\n            \"ticketingStartDatetime\" : \"20200910\",\n            \"ticketingEndDatetime\" : \"20201007\",\n            \"ticketCancelableUntil\" : \"20201008\"\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"/admin/v1/performances/{performanceId}/rounds"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances/{performanceId}/rounds\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": [\n    {\n        \"id\" : 234234\n    },\n    {\n        \"id\" : 234235\n    }\n  ]\n}"}],"_postman_id":"21e38966-a152-4f5c-a3a4-b47a9074416f"},{"name":"특정 공연 정보 조회(유저랑 겹쳐서 미구현)","id":"6b10addd-7d87-458d-98b9-76d24b40b224","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"/admin/v1/performances/{performanceId}","urlObject":{"path":["admin","v1","performances","{performanceId}"],"query":[],"variable":[]}},"response":[{"id":"48f5429a-259c-4649-a238-757375576ac5","name":"특정 공연 정보 조회","originalRequest":{"method":"GET","header":[],"url":"/admin/v1/performances/{performanceId}"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\n  \"common\": {\n\t\t\"message\": \"success\",\n\t\t\"requestUri\": \"/admin/v1/performances/{performanceId}/rounds\",\n\t\t\"timestamp\": \"20211021212822\",\n\t\t\"internalHttpStatusCode\": 200\n  },\n  \"data\": {\n            \"title\" : \"지킬앤하이드\",\n            \"startDate\" : \"20201010\",\n            \"endDate\" : \"20201020\",\n            \"runtime\" : \"180\",\n            \"category\" : \"뮤지컬\",\n            \"hallName\" : \"올림픽홀\"\n    }\n}"}],"_postman_id":"6b10addd-7d87-458d-98b9-76d24b40b224"},{"name":"배치(미구현)","id":"36f36364-c9f2-4036-a7bc-b8f165087807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"urlObject":{"query":[],"variable":[]},"url":""},"response":[],"_postman_id":"36f36364-c9f2-4036-a7bc-b8f165087807"}],"id":"6d93ef3b-ee35-4ac5-b445-58063c750857","_postman_id":"6d93ef3b-ee35-4ac5-b445-58063c750857","description":""}],"variable":[{"key":"url","value":"http://localhost:8080"}]}