{"info":{"_postman_id":"5b1f0c35-95a7-4310-b68b-8f40766e2270","name":"brand-admin","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"10892890","collectionId":"5b1f0c35-95a7-4310-b68b-8f40766e2270","publishedId":"Szf6WTQ3","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-04-19T04:16:41.000Z"},"item":[{"name":"회원가입","id":"4f497493-ca38-4933-b1a3-df2981aa0809","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"login_id\": \"soheon100\",\n\t\"password\": \"password\",\n\t\"contact_number\": \"010-0000-0000\",\n\t\"seller_type_id\": \"7\",\n\t\"name_kr\": \"이소헌가나나\",\n\t\"name_en\": \"soheonaaaaaaa\",\n\t\"center_number\": \"02-3333-3333\",\n\t\"site_url\": \"https://bruendi.com\",\n\t\"kakao_id\": \"kakaoid\",\n\t\"insta_id\": \"instaid\"\n}        ","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller","description":"<p>회원가입 엔드포인트 입니다.\n        request.body 로 회원가입에 필요한 정보를 받고,\n        유효성 검사를 마친 정보를 account_info 에 담아\n        service 에 전달합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    request.body:\n        login_id 로그인 아이디 str\n        password 비밀번호 str\n        contact_number 담당자 번호 str\n        seller_type_id 셀러 속성 아이디 int\n        name_kr 셀러명 str\n        name_en 셀러 영문명 str\n        center_number 고객센터 번호 str\n        site_url 사이트 URL str\n        kakao_id 카카오 아이디 str required=False\n        insta_id 인스타 아이디 str required=False\n\n    Returns: http 응답코드\n        200: SUCCESS 셀러 회원가입 완료\n        400: EXISTING_LOGIN_ID, EXISTING_NAME_KR,\n             EXISTING_NAME_EN, INVALID_KEY\n        500: NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["seller"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5d1fcbcc-5909-45e1-b378-f249549baf0c","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"login_id\": \"login_id100\",\n\t\"password\": \"password\",\n\t\"contact_number\": \"010-0000-0000\",\n\t\"seller_type_id\": \"7\",\n\t\"name_kr\": \"브랜디백\",\n\t\"name_en\": \"brandihundred\",\n\t\"center_number\": \"02-3333-3333\",\n\t\"site_url\": \"https://bruendi.com\",\n\t\"kakao_id\": \"kakaoid\",\n\t\"insta_id\": \"instaid\"\n}        ","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Mon, 13 Apr 2020 11:19:41 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"},{"id":"dd04ad21-c186-4380-8686-07863c26f0fc","name":"회원가입","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"login_id\": \"login_id04\",\n\t\"password\": \"password\",\n\t\"contact_number\": \"010-0000-0000\",\n\t\"seller_type_id\": \"5\",\n\t\"name_kr\": \"브랜디넷\",\n\t\"name_en\": \"brandinet\",\n\t\"center_number\": \"02-3333-3333\",\n\t\"site_url\": \"https://bruendi.com\",\n\t\"kakao_id\": \"kakaoid\",\n\t\"insta_id\": \"instaid\"\n}        ","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Mon, 06 Apr 2020 12:00:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"4f497493-ca38-4933-b1a3-df2981aa0809"},{"name":"로그인","id":"82bdfa72-2c85-4787-acd3-780ae00b270e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"login_id\":\"soheon100\",\n\t\"password\":\"password\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/seller/login","description":"<p>셀러 로그인 엔드포인트 입니다.\n        login_id 와 password 를 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    request.body:\n        login_id: 로그인 아이디\n        password: 로그인 비밀번호\n\n    Args:\n        *args: 유효성 검사를 통과한 request.body 의 인자\n\n    Returns:\n        200: SUCCESS 로그인 성공\n        401: INVALID_PASSWORD, STATUS_1_CANT_LOGIN\n        500: NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["seller","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"ef5187ec-517e-4a4d-a7db-244fa66fcd2a","name":"로그인","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"login_id\":\"soheon100\",\n\t\"password\":\"password\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:5000/seller/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"146"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:32:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxMzAsImV4cCI6MTU4NzQ3NTk1MX0.UmCoJSMU-33PxDL8CXbSCM36BuHLkuH_lBNjxDbwnmk\"\n}"}],"_postman_id":"82bdfa72-2c85-4787-acd3-780ae00b270e"},{"name":"비밀번호 변경 (마스터 권한)","id":"d465614f-0282-4f38-91f6-c4b116e18ff3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"new_password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/4/password","description":"<p>계정 비밀번호 변경 엔드포인트 입니다.\n        계정이 가진 권한에 따라 지정된 인자를 받아 비밀번호를 변경합니다.\n        url 에 비밀번호를 바꿔야할 계정 번호를 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Args:\n        * args:\n            parameter_account_no: 비밀번호가 바뀌어야할 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    request.body: request로 전달 받은 정보\n        original_password: 기존 비밀번호(마스터는 안보내줌)\n        new_password: 새로운 비밀번호\n\n    Returns: http 응답코드\n        200: SUCCESS 비밀번호 변경 완료\n        400: VALIDATION_ERROR, INVALID_AUTH_TYPE_ID, NO_ORIGINAL_PASSWORD\n        401: INVALID_PASSWORD\n        500: DB_CURSOR_ERROR, SERVER_ERROR\n</code></pre>","urlObject":{"port":"5000","path":["seller","4","password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"c216618b-66ca-4bdd-9ab6-84cd06192eef","name":"비밀번호 변경 (마스터 권한)","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"new_password\": \"1234\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/4/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:05:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"d465614f-0282-4f38-91f6-c4b116e18ff3"},{"name":"비밀번호 변경 (셀러 권한)","id":"a6721714-e3df-4b2b-84c7-090ee9993741","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>seller 2</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"}],"body":{"mode":"raw","raw":"{\n\t\"original_password\": \"1234\",\n\t\"new_password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2/password","description":"<p>계정 비밀번호 변경 엔드포인트 입니다.\n        계정이 가진 권한에 따라 지정된 인자를 받아 비밀번호를 변경합니다.\n        url 에 비밀번호를 바꿔야할 계정 번호를 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Args:\n        * args:\n            parameter_account_no: 비밀번호가 바뀌어야할 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    request.body: request로 전달 받은 정보\n        original_password: 기존 비밀번호(마스터는 안보내줌)\n        new_password: 새로운 비밀번호\n\n    Returns: http 응답코드\n        200: SUCCESS 비밀번호 변경 완료\n        400: VALIDATION_ERROR, INVALID_AUTH_TYPE_ID, NO_ORIGINAL_PASSWORD\n        401: INVALID_PASSWORD\n        500: DB_CURSOR_ERROR, SERVER_ERROR\n</code></pre>","urlObject":{"port":"5000","path":["seller","2","password"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"28179c0e-1255-42d4-b9ba-a22f1455cfce","name":"비밀번호 변경 (셀러 권한)","originalRequest":{"method":"PUT","header":[{"description":"seller 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"},{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","disabled":true},{"description":"seller 3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","disabled":true},{"description":"login_id100 임시\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo2NiwiZXhwIjoxNTg3MDM2MTQ2fQ.M7PN7DJ4nHc1TKQV1_BRLRoWN-WryF2C-CkV6Egx7v8","disabled":true},{"description":"account_id_126","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxMjYsImV4cCI6MTU4NzE5Njg3MH0.jjD1ywqXJzfqzT9aFRQAu1GzVpNBBoVJGa3l6eA84jk","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"original_password\": \"1234\",\n\t\"new_password\": \"password\"\n}","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2/password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:09:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"a6721714-e3df-4b2b-84c7-090ee9993741"},{"name":"셀러 정보 표출 (마스터 권한)","id":"56417fd0-d0de-4eea-94a0-7eade6188ac8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2","description":"<p>셀러정보를 표출하는 엔드포인트 입니다.\n        url 로 셀러정보를 확인하고 싶은 계정 번호를 받습니다.\n        마스터 권한의 경우 바로 정보를 표출합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    셀러정보를 열람을 수행하려는 계정의 번호를 데코레이터로부터 받습니다.\n    열람 대상 셀러정보의 계정의 번호를 url parameter 로 받습니다.\n\n    받은 정보를 유효성 검사를 거친 후 account_info 로 저장해 service 로 넘겨줍니다.\n\n    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url parameter:\n        parameter_account_no: 열람하고자 하는 셀러정보의 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은(셀러정보를 열람을 수행하려는) 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    Returns: http 응답코드\n        # 200: SUCCESS 비밀번호 변경 완료\n        # 400: INVALID_KEY\n        # 400: VALIDATION_ERROR, INVALID_AUTH_TYPE_ID\n        # 401: INVALID_PASSWORD\n        # 500: SERVER ERROR\n</code></pre>","urlObject":{"port":"5000","path":["seller","2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"261011ad-b827-4886-92ab-aed5d7e59336","name":"셀러 정보 표출 (마스터 권한)","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true},{"description":"seller 3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","disabled":true},{"description":"유효기간 있는 마스터\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxLCJleHAiOjE1ODYzNTIyMDF9.vUszppFrGp6D_awcz66P6RZpyueyC9VCgBNV2SsTm4c","disabled":true},{"description":"유효기간있는 8","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo4LCJleHAiOjE1ODYzNTIzNTR9.l2SSsCmRzZSAQtHcJZI9U3307MZF81RosQFXYKXU9PE","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2919"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:11:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_login_id\": \"login_id_0\",\n    \"account_no\": 2,\n    \"account_number\": \"계좌번호\",\n    \"address\": \"주소\",\n    \"auth_type_id\": 1,\n    \"background_image_url\": \"https://files.slack.com/files-pri/TH0U6FBTN-F011LJME75L/image.png\",\n    \"bank_holder_name\": \"계좌주\",\n    \"bank_name\": \"국민은행\",\n    \"brandi_app_user_app_id\": \"brandi04\",\n    \"brandi_app_user_id\": 4,\n    \"brandi_app_user_no\": 4,\n    \"business_number\": \"111-11-11112\",\n    \"center_number\": \"070-0000-0000\",\n    \"ceo_name\": \"너대표\",\n    \"certificate_image_url\": \"https://ca.slack-edge.com/TH0U6FBTN-UR57MRA5R-5a87adbef756-512\",\n    \"company_name\": \"의회사\",\n    \"detail_address\": \"상세주소\",\n    \"insta_id\": \"instaid\",\n    \"kakao_id\": \"kakao_id\",\n    \"long_description\": \"긴설명긴설명긴설명긴설명긴설명긴설명\",\n    \"manager_infos\": [\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자일번\",\n            \"ranking\": 1\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자이번\",\n            \"ranking\": 2\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자삼번\",\n            \"ranking\": 3\n        }\n    ],\n    \"name_en\": \"updatedsoheonb\",\n    \"name_kr\": \"수정이소헌너\",\n    \"online_business_image_url\": \"https://ca.slack-edge.com/TH0U6FBTN-URX3NR90C-88678d0fcf0f-512\",\n    \"online_business_number\": \"121323-12312-12312\",\n    \"profile_image_url\": \"https://image-notepet.akamaized.net/resize/620x-/seimage/20190919%2F818300fd0c5774b99a2d947a61281f03.png\",\n    \"seller_account_id\": 2,\n    \"seller_info_no\": 224,\n    \"seller_status_change_histories\": [\n        {\n            \"changed_time\": \"2020-04-16 14:28:24\",\n            \"modifier\": \"login_id_0\",\n            \"seller_status_name\": \"입점대기\"\n        },\n        {\n            \"changed_time\": \"2020-04-16 14:34:07\",\n            \"modifier\": \"login_id_0\",\n            \"seller_status_name\": \"입점\"\n        }\n    ],\n    \"seller_status_name\": \"입점\",\n    \"seller_status_no\": 2,\n    \"seller_type_name\": \"쇼핑몰\",\n    \"seller_type_no\": 1,\n    \"seller_types\": [\n        {\n            \"seller_type_name\": \"쇼핑몰\",\n            \"seller_type_no\": 1\n        },\n        {\n            \"seller_type_name\": \"마켓\",\n            \"seller_type_no\": 2\n        },\n        {\n            \"seller_type_name\": \"로드샵\",\n            \"seller_type_no\": 3\n        }\n    ],\n    \"short_description\": \"간단설명\",\n    \"site_url\": \"https://brandi.co.kr\",\n    \"weekday_end_time\": \"23:00:00\",\n    \"weekday_start_time\": \"10:00:00\",\n    \"weekend_end_time\": null,\n    \"weekend_start_time\": \"10:00:00\",\n    \"yellow_id\": \"yellow_id\",\n    \"zip_code\": \"12345\"\n}"}],"_postman_id":"56417fd0-d0de-4eea-94a0-7eade6188ac8"},{"name":"셀러 정보 표출 (셀러 권한) - 자기 정보","id":"e734732c-c7eb-474f-81d0-1344745df83c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>seller2</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2","description":"<p>셀러정보를 표출하는 엔드포인트 입니다.\n        url 로 셀러정보를 확인하고 싶은 계정 번호를 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    셀러정보를 열람을 수행하려는 계정의 번호를 데코레이터로부터 받습니다.\n    열람 대상 셀러정보의 계정의 번호를 url parameter 로 받습니다.\n\n    받은 정보를 유효성 검사를 거친 후 account_info 로 저장해 service 로 넘겨줍니다.\n\n    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url parameter:\n        parameter_account_no: 열람하고자 하는 셀러정보의 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은(셀러정보를 열람을 수행하려는) 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    Returns: http 응답코드\n        # 200: SUCCESS 비밀번호 변경 완료\n        # 400: INVALID_KEY\n        # 400: VALIDATION_ERROR, INVALID_AUTH_TYPE_ID\n        # 401: INVALID_PASSWORD\n        # 500: SERVER ERROR\n</code></pre>","urlObject":{"port":"5000","path":["seller","2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"13ec2f03-227f-45ed-9964-676f55e69ecf","name":"셀러 정보 표출 (셀러 권한) - 자기 정보","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","disabled":true},{"description":"seller2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"},{"description":"seller 3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2919"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:12:35 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_login_id\": \"login_id_0\",\n    \"account_no\": 2,\n    \"account_number\": \"계좌번호\",\n    \"address\": \"주소\",\n    \"auth_type_id\": 2,\n    \"background_image_url\": \"https://files.slack.com/files-pri/TH0U6FBTN-F011LJME75L/image.png\",\n    \"bank_holder_name\": \"계좌주\",\n    \"bank_name\": \"국민은행\",\n    \"brandi_app_user_app_id\": \"brandi04\",\n    \"brandi_app_user_id\": 4,\n    \"brandi_app_user_no\": 4,\n    \"business_number\": \"111-11-11112\",\n    \"center_number\": \"070-0000-0000\",\n    \"ceo_name\": \"너대표\",\n    \"certificate_image_url\": \"https://ca.slack-edge.com/TH0U6FBTN-UR57MRA5R-5a87adbef756-512\",\n    \"company_name\": \"의회사\",\n    \"detail_address\": \"상세주소\",\n    \"insta_id\": \"instaid\",\n    \"kakao_id\": \"kakao_id\",\n    \"long_description\": \"긴설명긴설명긴설명긴설명긴설명긴설명\",\n    \"manager_infos\": [\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자일번\",\n            \"ranking\": 1\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자이번\",\n            \"ranking\": 2\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"소헌담당자삼번\",\n            \"ranking\": 3\n        }\n    ],\n    \"name_en\": \"updatedsoheonb\",\n    \"name_kr\": \"수정이소헌너\",\n    \"online_business_image_url\": \"https://ca.slack-edge.com/TH0U6FBTN-URX3NR90C-88678d0fcf0f-512\",\n    \"online_business_number\": \"121323-12312-12312\",\n    \"profile_image_url\": \"https://image-notepet.akamaized.net/resize/620x-/seimage/20190919%2F818300fd0c5774b99a2d947a61281f03.png\",\n    \"seller_account_id\": 2,\n    \"seller_info_no\": 224,\n    \"seller_status_change_histories\": [\n        {\n            \"changed_time\": \"2020-04-16 14:28:24\",\n            \"modifier\": \"login_id_0\",\n            \"seller_status_name\": \"입점대기\"\n        },\n        {\n            \"changed_time\": \"2020-04-16 14:34:07\",\n            \"modifier\": \"login_id_0\",\n            \"seller_status_name\": \"입점\"\n        }\n    ],\n    \"seller_status_name\": \"입점\",\n    \"seller_status_no\": 2,\n    \"seller_type_name\": \"쇼핑몰\",\n    \"seller_type_no\": 1,\n    \"seller_types\": [\n        {\n            \"seller_type_name\": \"쇼핑몰\",\n            \"seller_type_no\": 1\n        },\n        {\n            \"seller_type_name\": \"마켓\",\n            \"seller_type_no\": 2\n        },\n        {\n            \"seller_type_name\": \"로드샵\",\n            \"seller_type_no\": 3\n        }\n    ],\n    \"short_description\": \"간단설명\",\n    \"site_url\": \"https://brandi.co.kr\",\n    \"weekday_end_time\": \"23:00:00\",\n    \"weekday_start_time\": \"10:00:00\",\n    \"weekend_end_time\": null,\n    \"weekend_start_time\": \"10:00:00\",\n    \"yellow_id\": \"yellow_id\",\n    \"zip_code\": \"12345\"\n}"}],"_postman_id":"e734732c-c7eb-474f-81d0-1344745df83c"},{"name":"셀러 정보 표출 (셀러 권한)  - 남의 정보","id":"dbf73d34-2f4b-4e66-987c-0d46e0cc52e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>seller2</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/126","description":"<p>셀러정보를 표출하는 엔드포인트 입니다.\n        url 로 셀러정보를 확인하고 싶은 계정 번호를 받습니다.\n        보려는 셀러정보와 데코레이터의 계정정보가 다르면 권한 없음을 반환합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    셀러정보를 열람을 수행하려는 계정의 번호를 데코레이터로부터 받습니다.\n    열람 대상 셀러정보의 계정의 번호를 url parameter 로 받습니다.\n\n    받은 정보를 유효성 검사를 거친 후 account_info 로 저장해 service 로 넘겨줍니다.\n\n    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url parameter:\n        parameter_account_no: 열람하고자 하는 셀러정보의 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은(셀러정보를 열람을 수행하려는) 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    Returns: http 응답코드\n        # 200: SUCCESS 비밀번호 변경 완료\n        # 400: INVALID_KEY\n        # 400: VALIDATION_ERROR, INVALID_AUTH_TYPE_ID\n        # 401: INVALID_PASSWORD\n        # 500: SERVER ERROR\n</code></pre>","urlObject":{"port":"5000","path":["seller","126"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"635894be-3bb9-4c73-9a42-e63744d0fc4f","name":"셀러 정보 표출 (셀러 권한)  - 남의 정보","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","disabled":true},{"description":"seller2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac"},{"description":"seller 3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","disabled":true},{"description":"유효기간 있는 마스터\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxLCJleHAiOjE1ODYzNTIyMDF9.vUszppFrGp6D_awcz66P6RZpyueyC9VCgBNV2SsTm4c","disabled":true},{"description":"유효기간있는 8","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo4LCJleHAiOjE1ODYzNTIzNTR9.l2SSsCmRzZSAQtHcJZI9U3307MZF81RosQFXYKXU9PE","disabled":true}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/126"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:13:20 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_AUTHORIZATION\"\n}"}],"_postman_id":"dbf73d34-2f4b-4e66-987c-0d46e0cc52e2"},{"name":"MY_PAGE(셀러 정보)","id":"e2d59f7f-bcef-48fe-9ac1-b83472c1786b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"url":"{{URL}}:5000/seller/mypage","description":"<p>mypage 셀러정보를 표출하는 엔드포인트 입니다.\n        로그인 데코레이터로 셀러의 계정 번호를 확인합니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    확인된 계정 정보를 service 로 넘겨줍니다.\n\n    g.account_info: 데코레이터에서 넘겨받은 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    Returns: http 응답코드\n        200: SUCCESS 셀러정보 겟 완료\n        400: INVALID_ACCOUNT_NO, INVALID_AUTH_TYPE_ID\n        403: NO_AUTHORIZATION\n        500: NO_DATABASE_CONNECTION, DB_CURSOR_ERROR, INVALID_KEY\n</code></pre>","urlObject":{"port":"5000","path":["seller","mypage"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"8dcb958b-c45c-4b1f-b3cc-f963fa12a4c1","name":"MY_PAGE(셀러 정보)","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"account 2","type":"text","disabled":true},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","description":"account 3","type":"text","disabled":true},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo2NiwiZXhwIjoxNTg3MDM2MTQ2fQ.M7PN7DJ4nHc1TKQV1_BRLRoWN-WryF2C-CkV6Egx7v8","description":"login_id100","type":"text","disabled":true}],"url":"{{URL}}:5000/seller/mypage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2703"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:14:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_login_id\": \"master\",\n    \"account_no\": 1,\n    \"account_number\": \"계좌번호\",\n    \"address\": \"주소\",\n    \"auth_type_id\": 1,\n    \"background_image_url\": \"https://files.slack.com/files-pri/T03G8V62N-F011QN1QSHJ/____________.png\",\n    \"bank_holder_name\": \"계좌주\",\n    \"bank_name\": \"국민은행\",\n    \"brandi_app_user_app_id\": \"brandi04\",\n    \"brandi_app_user_id\": 4,\n    \"brandi_app_user_no\": 4,\n    \"business_number\": \"111-11-11112\",\n    \"center_number\": \"070-0000-0000\",\n    \"ceo_name\": \"대표\",\n    \"certificate_image_url\": \"https://files.slack.com/files-pri/T03G8V62N-F011QN1QSHJ/____________.png\",\n    \"company_name\": \"회사\",\n    \"detail_address\": \"상세주소\",\n    \"insta_id\": \"instaid\",\n    \"kakao_id\": \"kakao_id\",\n    \"long_description\": \"긴설명긴설명긴설명긴설명긴설명긴설명\",\n    \"manager_infos\": [\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"담당자일번\",\n            \"ranking\": 1\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"담당자이번\",\n            \"ranking\": 2\n        },\n        {\n            \"contact_number\": \"010-0101-0101\",\n            \"email\": \"damdang@gmail.com\",\n            \"name\": \"담당자삼번\",\n            \"ranking\": 3\n        }\n    ],\n    \"name_en\": \"d\",\n    \"name_kr\": \"강아지\",\n    \"online_business_image_url\": \"https://files.slack.com/files-pri/T03G8V62N-F011QN1QSHJ/____________.png\",\n    \"online_business_number\": \"121323-12312-12312\",\n    \"profile_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/a4166885-5b1f-4a79-9e12-946a4e0eacb0\",\n    \"seller_account_id\": 1,\n    \"seller_info_no\": 193,\n    \"seller_status_change_histories\": [\n        {\n            \"changed_time\": \"2020-04-01 08:59:59\",\n            \"modifier\": \"master\",\n            \"seller_status_name\": \"입점\"\n        }\n    ],\n    \"seller_status_name\": \"입점\",\n    \"seller_status_no\": 2,\n    \"seller_type_name\": \"쇼핑몰\",\n    \"seller_type_no\": 1,\n    \"seller_types\": [\n        {\n            \"seller_type_name\": \"쇼핑몰\",\n            \"seller_type_no\": 1\n        },\n        {\n            \"seller_type_name\": \"마켓\",\n            \"seller_type_no\": 2\n        },\n        {\n            \"seller_type_name\": \"로드샵\",\n            \"seller_type_no\": 3\n        }\n    ],\n    \"short_description\": \"간단설명\",\n    \"site_url\": \"https://brandi.co.kr\",\n    \"weekday_end_time\": \"23:00:00\",\n    \"weekday_start_time\": \"10:00:00\",\n    \"weekend_end_time\": \"23:00:00\",\n    \"weekend_start_time\": \"10:00:00\",\n    \"yellow_id\": \"yellow_id\",\n    \"zip_code\": \"12345\"\n}"}],"_postman_id":"e2d59f7f-bcef-48fe-9ac1-b83472c1786b"},{"name":"셀러 리스트 GET search","id":"daaa212b-71dc-4caf-b830-cad0d1c5d06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"imagefile","type":"file","value":null,"disabled":true}]},"url":"http://localhost:5000/seller?seller_status=입점","description":"<p>마스터 권한 검색기능</p>\n","urlObject":{"protocol":"http","port":"5000","path":["seller"],"host":["localhost"],"query":[{"disabled":true,"key":"login_id","value":"seller"},{"disabled":true,"key":"name_en","value":"updatedsoheona"},{"disabled":true,"key":"brandi_app_user_id","value":"1"},{"disabled":true,"key":"manager_name","value":"소헌담당자일번"},{"key":"seller_status","value":"입점"},{"disabled":true,"key":"manager_contact_number","value":"015"},{"disabled":true,"key":"seller_type_name","value":"마켓"},{"disabled":true,"key":"start_time","value":"2020-04-02"},{"disabled":true,"key":"close_time","value":"2020-04-05"},{"disabled":true,"key":"limit","value":"5"},{"disabled":true,"key":"name_kr","value":"소"},{"disabled":true,"key":"offset","value":"20"},{"disabled":true,"key":"seller_account_no","value":"22"},{"disabled":true,"key":"manager_email","value":"damdang@gmail.com"},{"disabled":true,"key":"excel","value":"1"}],"variable":[]}},"response":[{"id":"df793f00-212e-48d3-89a5-34459b2b22ac","name":"셀러 리스트 GET search","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"seller2","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"imagefile","type":"file","value":null,"disabled":true}]},"url":{"raw":"http://localhost:5000/seller?seller_status=입점","protocol":"http","host":["localhost"],"port":"5000","path":["seller"],"query":[{"key":"login_id","value":"seller","disabled":true},{"key":"name_en","value":"updatedsoheona","disabled":true},{"key":"brandi_app_user_id","value":"1","disabled":true},{"key":"manager_name","value":"소헌담당자일번","disabled":true},{"key":"seller_status","value":"입점"},{"key":"manager_contact_number","value":"015","disabled":true},{"key":"seller_type_name","value":"마켓","disabled":true},{"key":"start_time","value":"2020-04-02","disabled":true},{"key":"close_time","value":"2020-04-05","disabled":true},{"key":"limit","value":"5","disabled":true},{"key":"name_kr","value":"소","disabled":true},{"key":"offset","value":"20","disabled":true},{"key":"seller_account_no","value":"22","disabled":true},{"key":"manager_email","value":"damdang@gmail.com","type":"text","disabled":true},{"key":"excel","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9685"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:17:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"seller_count\": {\n        \"filtered_seller_count\": 28,\n        \"total_seller_count\": 130\n    },\n    \"seller_list\": [\n        {\n            \"account_no\": 124,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:18\",\n            \"login_id\": \"soheon_07\",\n            \"manager_contact_number\": \"010-0000-0007\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"soheong\",\n            \"name_kr\": \"이소헌사\",\n            \"product_count\": 0,\n            \"product_sort_id\": 3,\n            \"profile_image_url\": \"https://image-notepet.akamaized.net/resize/620x-/seimage/20190919%2F818300fd0c5774b99a2d947a61281f03.png\",\n            \"seller_account_id\": 124,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"뷰티\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 105,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": 4,\n            \"created_at\": \"2020-04-16 15:30:18\",\n            \"login_id\": \"seungjune\",\n            \"manager_contact_number\": \"010-3851-5318\",\n            \"manager_email\": \"d@gmail.com\",\n            \"manager_name\": \"김승준\",\n            \"name_en\": \"abc\",\n            \"name_kr\": \"김승준\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/85ec594b-d149-4234-92e5-d90d8d63a573\",\n            \"seller_account_id\": 105,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"제너럴브랜드\",\n            \"site_url\": \"https://www.brandi.co.kr/shop/miublanc\"\n        },\n        {\n            \"account_no\": 104,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 14:41:23\",\n            \"login_id\": \"brandi\",\n            \"manager_contact_number\": \"010-0100-0100\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"brandi\",\n            \"name_kr\": \"브랜디\",\n            \"product_count\": 0,\n            \"product_sort_id\": 3,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 104,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"뷰티\",\n            \"site_url\": \"http://login.co.kr\"\n        },\n        {\n            \"account_no\": 102,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 14:30:51\",\n            \"login_id\": \"login_id_100\",\n            \"manager_contact_number\": \"010-0000-0000\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"branbrancx\",\n            \"name_kr\": \"브랜브랜뎌\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": \"https://mypetlife.co.kr/9989/kakaotalk_20180720_165306472/\",\n            \"seller_account_id\": 102,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"쇼핑몰\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 101,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 14:30:50\",\n            \"login_id\": \"login_id_99\",\n            \"manager_contact_number\": \"010-0000-0000\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"branbrancw\",\n            \"name_kr\": \"브랜브랜녀\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": \"https://mypetlife.co.kr/9989/kakaotalk_20180720_165306472/\",\n            \"seller_account_id\": 101,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"쇼핑몰\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 87,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 14:30:31\",\n            \"login_id\": \"login_id_85\",\n            \"manager_contact_number\": \"010-0000-0000\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"branbranci\",\n            \"name_kr\": \"브랜브랜냐\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 87,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"쇼핑몰\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 22,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": 4,\n            \"created_at\": \"2020-04-16 14:28:50\",\n            \"login_id\": \"login_id_20\",\n            \"manager_contact_number\": \"010-0101-0101\",\n            \"manager_email\": \"damdang@gmail.com\",\n            \"manager_name\": \"희철담당자일번\",\n            \"name_en\": \"updatedsoheonv\",\n            \"name_kr\": \"수정윤희철오\",\n            \"product_count\": 0,\n            \"product_sort_id\": 3,\n            \"profile_image_url\": \"https://img.sbs.co.kr/newimg/news/20180905/201225314_700.jpg\",\n            \"seller_account_id\": 22,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"뷰티\",\n            \"site_url\": \"https://brandi.co.kr\"\n        },\n        {\n            \"account_no\": 21,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": 4,\n            \"created_at\": \"2020-04-16 14:28:48\",\n            \"login_id\": \"login_id_19\",\n            \"manager_contact_number\": \"010-0101-0101\",\n            \"manager_email\": \"damdang@gmail.com\",\n            \"manager_name\": \"종민담당자일번\",\n            \"name_en\": \"updatedsoheonu\",\n            \"name_kr\": \"수정이종민소\",\n            \"product_count\": 0,\n            \"product_sort_id\": 3,\n            \"profile_image_url\": \"https://images.mypetlife.co.kr/content/uploads/2019/08/06175927/pets-3715733_1920.jpg\",\n            \"seller_account_id\": 21,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"뷰티\",\n            \"site_url\": \"https://brandi.co.kr\"\n        },\n        {\n            \"account_no\": 20,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": 4,\n            \"created_at\": \"2020-04-16 14:28:47\",\n            \"login_id\": \"login_id_18\",\n            \"manager_contact_number\": \"010-0101-0101\",\n            \"manager_email\": \"damdang@gmail.com\",\n            \"manager_name\": \"소헌담당자일번\",\n            \"name_en\": \"updatedsoheont\",\n            \"name_kr\": \"수정이소헌보\",\n            \"product_count\": 0,\n            \"product_sort_id\": 3,\n            \"profile_image_url\": \"https://images.mypetlife.co.kr/wp-content/uploads/2018/06/06200333/pexels-photo-1108099-1024x768.jpeg\",\n            \"seller_account_id\": 20,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"뷰티\",\n            \"site_url\": \"https://brandi.co.kr\"\n        },\n        {\n            \"account_no\": 19,\n            \"action\": [\n                {\n                    \"name\": \"휴점 신청\",\n                    \"seller_status_id\": 5\n                },\n                {\n                    \"name\": \"퇴점 신청 처리\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": 4,\n            \"created_at\": \"2020-04-16 14:28:46\",\n            \"login_id\": \"login_id_17\",\n            \"manager_contact_number\": \"010-0101-0101\",\n            \"manager_email\": \"damdang@gmail.com\",\n            \"manager_name\": \"희철담당자일번\",\n            \"name_en\": \"updatedsoheons\",\n            \"name_kr\": \"수정윤희철모\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": \"https://img.sbs.co.kr/newimg/news/20180905/201225314_700.jpg\",\n            \"seller_account_id\": 19,\n            \"seller_status\": \"입점\",\n            \"seller_status_id\": 2,\n            \"seller_type_name\": \"내셔널브랜드\",\n            \"site_url\": \"https://brandi.co.kr\"\n        }\n    ]\n}"}],"_postman_id":"daaa212b-71dc-4caf-b830-cad0d1c5d06f"},{"name":"셀러 리스트 GET pagination","id":"9aed185f-9bf1-44a5-95e5-a52b99fbb20a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"key":"imagefile","type":"file","value":null,"disabled":true}]},"url":"http://localhost:5000/seller?limit=10&offset=10","description":"<p>마스터 권한 검색기능</p>\n","urlObject":{"protocol":"http","port":"5000","path":["seller"],"host":["localhost"],"query":[{"disabled":true,"key":"login_id","value":"seller"},{"disabled":true,"key":"name_en","value":"updatedsoheona"},{"disabled":true,"key":"brandi_app_user_id","value":"1"},{"disabled":true,"key":"manager_name","value":"소헌담당자일번"},{"disabled":true,"key":"seller_status","value":"입점"},{"disabled":true,"key":"manager_contact_number","value":"015"},{"disabled":true,"key":"seller_type_name","value":"마켓"},{"disabled":true,"key":"start_time","value":"2020-04-02"},{"disabled":true,"key":"close_time","value":"2020-04-05"},{"disabled":true,"key":"limit","value":"5"},{"disabled":true,"key":"name_kr","value":"소"},{"key":"limit","value":"10"},{"key":"offset","value":"10"},{"disabled":true,"key":"seller_account_no","value":"22"},{"disabled":true,"key":"manager_email","value":"damdang@gmail.com"},{"disabled":true,"key":"excel","value":"1"}],"variable":[]}},"response":[{"id":"38ba61e8-3cd6-4b5b-83e2-daaccec11ae6","name":"셀러 리스트 GET pagination","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"imagefile","type":"file","value":null,"disabled":true}]},"url":{"raw":"http://localhost:5000/seller?limit=10&offset=10","protocol":"http","host":["localhost"],"port":"5000","path":["seller"],"query":[{"key":"login_id","value":"seller","disabled":true},{"key":"name_en","value":"updatedsoheona","disabled":true},{"key":"brandi_app_user_id","value":"1","disabled":true},{"key":"manager_name","value":"소헌담당자일번","disabled":true},{"key":"seller_status","value":"입점","disabled":true},{"key":"manager_contact_number","value":"015","disabled":true},{"key":"seller_type_name","value":"마켓","disabled":true},{"key":"start_time","value":"2020-04-02","disabled":true},{"key":"close_time","value":"2020-04-05","disabled":true},{"key":"limit","value":"5","disabled":true},{"key":"name_kr","value":"소","disabled":true},{"key":"limit","value":"10"},{"key":"offset","value":"10"},{"key":"seller_account_no","value":"22","disabled":true},{"key":"manager_email","type":"text","value":"damdang@gmail.com","disabled":true},{"key":"excel","value":"1","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"9126"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:15:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"seller_count\": {\n        \"filtered_seller_count\": 130,\n        \"total_seller_count\": 130\n    },\n    \"seller_list\": [\n        {\n            \"account_no\": 120,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:15\",\n            \"login_id\": \"heechul_05\",\n            \"manager_contact_number\": \"010-0000-0005\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"heechule\",\n            \"name_kr\": \"윤희철마\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQjbslaDACTradlKemrthf9Y5Q4VwZMmdfoNJUskYuc4-4aQya3&usqp=CAU\",\n            \"seller_account_id\": 120,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"제너럴브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 119,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:14\",\n            \"login_id\": \"jongmin_05\",\n            \"manager_contact_number\": \"010-0000-0005\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"jongmine\",\n            \"name_kr\": \"이종민마\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": \"https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQjbslaDACTradlKemrthf9Y5Q4VwZMmdfoNJUskYuc4-4aQya3&usqp=CAU\",\n            \"seller_account_id\": 119,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"제너럴브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 118,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:13\",\n            \"login_id\": \"soheon_05\",\n            \"manager_contact_number\": \"010-0000-0005\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"soheone\",\n            \"name_kr\": \"이소헌마\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 118,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"제너럴브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 117,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:12\",\n            \"login_id\": \"heechul_04\",\n            \"manager_contact_number\": \"010-0000-0004\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"heechuld\",\n            \"name_kr\": \"윤희철라\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 117,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"디자이너브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 116,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:12\",\n            \"login_id\": \"jongmin_04\",\n            \"manager_contact_number\": \"010-0000-0004\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"jongmind\",\n            \"name_kr\": \"이종민라\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 116,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"디자이너브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 115,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:11\",\n            \"login_id\": \"soheon_04\",\n            \"manager_contact_number\": \"010-0000-0004\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"soheond\",\n            \"name_kr\": \"이소헌라\",\n            \"product_count\": 0,\n            \"product_sort_id\": 2,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 115,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"디자이너브랜드\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 114,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:10\",\n            \"login_id\": \"heechul_03\",\n            \"manager_contact_number\": \"010-0000-0003\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"heechulc\",\n            \"name_kr\": \"윤희철다\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 114,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"로드샵\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 113,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:09\",\n            \"login_id\": \"jongmin_03\",\n            \"manager_contact_number\": \"010-0000-0003\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"jongminc\",\n            \"name_kr\": \"이종민다\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 113,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"로드샵\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 112,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:08\",\n            \"login_id\": \"soheon_03\",\n            \"manager_contact_number\": \"010-0000-0003\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"soheonc\",\n            \"name_kr\": \"이소헌다\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 112,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"로드샵\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        },\n        {\n            \"account_no\": 111,\n            \"action\": [\n                {\n                    \"name\": \"입점 승인\",\n                    \"seller_status_id\": 2\n                },\n                {\n                    \"name\": \"입점 거절\",\n                    \"seller_status_id\": 4\n                }\n            ],\n            \"brandi_app_user_id\": null,\n            \"created_at\": \"2020-04-16 16:13:07\",\n            \"login_id\": \"heechul_02\",\n            \"manager_contact_number\": \"010-0000-0002\",\n            \"manager_email\": null,\n            \"manager_name\": null,\n            \"name_en\": \"heechulb\",\n            \"name_kr\": \"윤희철나\",\n            \"product_count\": 0,\n            \"product_sort_id\": 1,\n            \"profile_image_url\": null,\n            \"seller_account_id\": 111,\n            \"seller_status\": \"입점대기\",\n            \"seller_status_id\": 1,\n            \"seller_type_name\": \"마켓\",\n            \"site_url\": \"http://www.abcdbrandi.com\"\n        }\n    ]\n}"}],"_postman_id":"9aed185f-9bf1-44a5-95e5-a52b99fbb20a"},{"name":"셀러 리스트 GET excel","id":"ecc2d106-d4e9-4b53-9f3c-e3d69c67c7bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","type":"text"}],"url":"http://localhost:5000/seller?excel=1","description":"<p>셀러 리스트 GET excel</p>\n","urlObject":{"protocol":"http","port":"5000","path":["seller"],"host":["localhost"],"query":[{"key":"excel","value":"1"},{"disabled":true,"key":"name_kr","value":"마"}],"variable":[]}},"response":[{"id":"74312b3c-34f5-4ff5-ac5f-b96ecd0fc092","name":"셀러 리스트 GET excel","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","type":"text"}],"url":{"raw":"http://localhost:5000/seller?excel=1","protocol":"http","host":["localhost"],"port":"5000","path":["seller"],"query":[{"key":"excel","value":"1"},{"key":"name_kr","value":"마","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"116"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:17:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"file_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/0c966604-5e65-4b5f-be6b-ed0dc5fdd82a.xlsx\"\n}"}],"_postman_id":"ecc2d106-d4e9-4b53-9f3c-e3d69c67c7bc"},{"name":"셀러 상태 변경(마스터권한) success","id":"3a9fa557-2887-4b2c-a61c-4dc7c79ecde9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"seller_status_id\" : 2\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/seller/104/status","description":"<p>마스터 권한 셀러 상태 변경</p>\n","urlObject":{"protocol":"http","port":"5000","path":["seller","104","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f8e52c72-69ed-4d19-9bc1-aecbb62df67a","name":"셀러 상태 변경(마스터권한) success","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"seller2","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"seller_status_id\" : 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/seller/22/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:19:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"3a9fa557-2887-4b2c-a61c-4dc7c79ecde9"},{"name":"셀러 상태 변경(마스터권한) invalid action","id":"768124fe-b5ea-45c4-9031-2eb4ef27c81e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"raw","raw":"{\n\t\"seller_status_id\" : 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/seller/22/status","description":"<p>마스터 권한 셀러 상태 변경\n원래 상태와 같은은 상태로 변경하려 할 경우</p>\n","urlObject":{"protocol":"http","port":"5000","path":["seller","22","status"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"58f6803f-29be-4e65-8b3f-021451cdd691","name":"셀러 상태 변경(마스터권한) invalid action","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"seller_status_id\" : 3\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:5000/seller/22/status"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:20:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"INVALID_ACTION\"\n}"}],"_postman_id":"768124fe-b5ea-45c4-9031-2eb4ef27c81e"},{"name":"셀러 정보 수정 - 수정 성공","id":"48ece8d4-4dd7-44e8-b355-2e5115fa800f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","description":"<p>1-6 범위</p>\n","key":"seller_status_no","type":"text","value":"2"},{"contentType":"application/json","description":"<p>1-7 범위 </p>\n","key":"seller_type_no","type":"text","value":"1"},{"contentType":"application/json","description":"<p>중복확인 이소헌가</p>\n","key":"name_kr","type":"text","value":"종민칠다"},{"contentType":"application/json","description":"<p>중복확인 soheona</p>\n","key":"name_en","type":"text","value":"soheonaa"},{"contentType":"application/json","description":"<p>있는 아이딘지 확인 brandi04 </p>\n","key":"brandi_app_user_app_id","type":"text","value":"brandi04"},{"contentType":"application/json","key":"ceo_name","type":"text","value":"대표"},{"contentType":"application/json","key":"company_name","type":"text","value":"회사"},{"contentType":"application/json","key":"business_number","type":"text","value":"111-11-11112"},{"contentType":"application/json","key":"online_business_number","type":"text","value":"121323-12312-12312"},{"contentType":"application/json","key":"short_description","type":"text","value":"간단설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"긴설명긴설명긴설명긴설명긴설명긴설명"},{"contentType":"application/json","key":"site_url","type":"text","value":"https://brandi.co.kr"},{"contentType":"application/json","key":"center_number","type":"text","value":"070-0000-0000"},{"contentType":"application/json","key":"kakao_id","type":"text","value":"kakao_id"},{"contentType":"application/json","key":"yellow_id","type":"text","value":"yellow_id"},{"contentType":"application/json","key":"zip_code","type":"text","value":"12345"},{"contentType":"application/json","key":"manager_infos","type":"text","value":"[\n            {\n                \"name\": \"담당자일번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"1\"\n            },\n            {\n                \"name\": \"담당자이번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"2\"\n            },\n            {\n                \"name\": \"담당자삼번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"3\"\n            }\n        ]"},{"contentType":"application/json","key":"address","type":"text","value":"주소"},{"contentType":"application/json","key":"detail_address","type":"text","value":"상세주소"},{"contentType":"application/json","key":"weekday_start_time","type":"text","value":"10:00:00"},{"contentType":"application/json","key":"weekday_end_time","type":"text","value":"23:00:00"},{"contentType":"application/json","key":"weekend_start_time","type":"text","value":"10:00:00"},{"contentType":"application/json","key":"weekend_end_time","type":"text","value":"23:00:00"},{"contentType":"application/json","key":"bank_name","type":"text","value":"국민은행"},{"contentType":"application/json","key":"bank_holder_name","type":"text","value":"계좌주"},{"contentType":"application/json","key":"account_number","type":"text","value":"계좌번호"},{"contentType":"application/json","key":"insta_id","type":"text","value":"instaid"},{"key":"seller_profile_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"certificate_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"online_business_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"key":"background_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"description":"<p>파일이 안들어올경우 url로 저장</p>\n","key":"profile_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"certificate_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"online_business_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"background_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","disabled":true}]},"url":"{{URL}}:5000/seller/2","description":"<p>셀러정보를 수정하는 엔드포인트 입니다.\n        url 로 셀러정보를 수정하고 싶은 계정 번호를 받습니다.\n        셀러정보 수정을 수행하려는 계정의 정보를 데코레이터로부터 받습니다.\n        수정하려는 내용은 form 으로 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    받은 정보를 유효성 검사를 거친 후 account_info 로 저장해 service 로 넘겨줍니다.\n\n    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url parameter:\n        parameter_account_no: 저장할 셀러정보의 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은 수정을 수행하는 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    form:\n        seller_status_no 셀러 상태번호 int\n        seller_type_no 셀러 속성번호 int\n        name_kr 셀러 한글명 str 한글,영문,숫자\n        name_en 셀러 영문명 str required False 영문 소문자\n        brandi_app_user_app_id 브랜디앱 유저 아이디 str\n        ceo_name 대표자명 str\n        company_name 사업자명 str\n        business_number 사업자번호 str 12자리\n        online_business_number 통신판매업번호 str\n        short_description 셀러 한줄 소개 str\n        long_description 셀러 상세 소개 str required False 10글자 이상\n        site_url 사이트 URL str\n        manager_info: 담당자 정보 list\n        [\n            {\n                name 담당자명 str\n                contact_number 담당자 핸드폰번호 str\n                email 담당자 이메일 str\n            }\n        ]\n        insta_id 인스타그램 아이디 str\n        center_number 고객센터 전화번호 str\n        kakao_id 카카오톡 아이디 str required False\n        yellow_id 옐로우 아이디 str required False\n        zip_code 우편번호 str\n        address 주소 int\n        detail_address 상세주소 str\n        weekday_start_time 고객센터 운영 시작시간(주중) str\n        weekday_end_time 고객센터 운영 종료시간(주중) str\n        weekend_start_time 고객센터 운영 시작시간(주말) str required False\n        weekend_end_time 고객센터 운영 종료시간(주말) str required False\n        bank_name 정산은행 str\n        bank_holder_name 계좌주 str\n        account_number 계좌번호 str\n        previous_seller_status_no 이전 셀러정보의 상태번호 int (상태변경이력 체크용)\n\n    Returns: http 응답코드\n        200: SUCCESS 셀러정보 수정(새로운 이력 생성) 완료\n        400: INVALID_APP_ID (존재하지 않는 브랜디 앱 아이디 입력)\n        400: VALIDATION_ERROR_MANAGER_INFO, NO_SPECIFIC_MANAGER_INFO,\n             INVALID_AUTH_TYPE_ID, NO_PROFILE_IMAGE, NO_CERTIFICATE_IMAGE\n             NO_CHANGEABLE_STATUS, EXISTING_NAME_KR, EXISTING_NAME_EN\n        403: NO_AUTHORIZATION, NO_AUTHORIZATION_FOR_STATUS_CHANGE, NO_ONLINE_BUSINESS_IMAGE\n        500: INVALID_KEY, DB_CURSOR_ERROR, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["seller","2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"40f8e61e-4788-41bc-bbd0-4a53b7d7ee8c","name":"셀러 정보 수정 - 수정 성공","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true},{"description":"seller 3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozfQ.aC4vR_tnJG2oFIho7PjKWMhduo1yTY_YGySWxBYfiNg","disabled":true},{"description":"jongmin_01 / account_no3","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjozLCJleHAiOjE1ODcwOTg0MzF9.3L5BoYapyFG6NSr7cPCAWALZqjpyCEqDRwgnBmqg7Y4","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","description":"1-6 범위","key":"seller_status_no","type":"text","value":"2"},{"contentType":"application/json","description":"1-7 범위 ","key":"seller_type_no","type":"text","value":"1"},{"contentType":"application/json","description":"중복확인 이소헌가","key":"name_kr","type":"text","value":"종민칠다"},{"contentType":"application/json","description":"중복확인 soheona","key":"name_en","type":"text","value":"soheonaa"},{"contentType":"application/json","description":"있는 아이딘지 확인 brandi04 ","key":"brandi_app_user_app_id","type":"text","value":"brandi04"},{"contentType":"application/json","key":"ceo_name","type":"text","value":"대표"},{"contentType":"application/json","key":"company_name","type":"text","value":"회사"},{"contentType":"application/json","key":"business_number","type":"text","value":"111-11-11112"},{"contentType":"application/json","key":"online_business_number","type":"text","value":"121323-12312-12312"},{"contentType":"application/json","key":"short_description","type":"text","value":"간단설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"긴설명긴설명긴설명긴설명긴설명긴설명"},{"contentType":"application/json","key":"site_url","type":"text","value":"https://brandi.co.kr"},{"contentType":"application/json","key":"center_number","type":"text","value":"070-0000-0000"},{"contentType":"application/json","key":"kakao_id","type":"text","value":"kakao_id"},{"contentType":"application/json","key":"yellow_id","type":"text","value":"yellow_id"},{"contentType":"application/json","key":"zip_code","type":"text","value":"12345"},{"contentType":"application/json","key":"manager_infos","type":"text","value":"[\n            {\n                \"name\": \"담당자일번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"1\"\n            },\n            {\n                \"name\": \"담당자이번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"2\"\n            },\n            {\n                \"name\": \"담당자삼번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"3\"\n            }\n        ]"},{"contentType":"application/json","key":"address","type":"text","value":"주소"},{"contentType":"application/json","key":"detail_address","type":"text","value":"상세주소"},{"contentType":"application/json","key":"weekday_start_time","type":"text","value":"10:00:00"},{"contentType":"application/json","key":"weekday_end_time","type":"text","value":"23:00:00"},{"contentType":"application/json","key":"weekend_start_time","type":"text","value":"10:00:00"},{"contentType":"application/json","key":"weekend_end_time","type":"text","value":"23:00:00"},{"contentType":"application/json","key":"bank_name","type":"text","value":"국민은행"},{"contentType":"application/json","key":"bank_holder_name","type":"text","value":"계좌주"},{"contentType":"application/json","key":"account_number","type":"text","value":"계좌번호"},{"contentType":"application/json","key":"insta_id","type":"text","value":"instaid"},{"key":"seller_profile_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"certificate_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"online_business_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"key":"background_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"description":"파일이 안들어올경우 url로 저장","key":"profile_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"certificate_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"online_business_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg"},{"key":"background_image_url","type":"text","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","disabled":true}],"options":{"raw":{"language":"json"}}},"url":"{{URL}}:5000/seller/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:23:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"48ece8d4-4dd7-44e8-b355-2e5115fa800f"},{"name":"셀러 정보 수정 - 유효성검사","id":"6fc1bea9-ec86-49c7-aaf6-00a8f31e1d9b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"seller_status_no","value":"2","description":"<p>1-6 범위</p>\n","type":"text","contentType":"application/json"},{"key":"seller_type_no","value":"1","description":"<p>1-7 범위 </p>\n","type":"text","contentType":"application/json"},{"key":"name_kr","value":"이소헌","description":"<p>중복확인 이소헌가</p>\n","type":"text","contentType":"application/json"},{"key":"name_en","value":"soheona","description":"<p>중복확인 soheona</p>\n","type":"text","contentType":"application/json"},{"key":"brandi_app_user_app_id","value":"brandi040","description":"<p>있는 아이딘지 확인 brandi04 </p>\n","type":"text","contentType":"application/json"},{"key":"ceo_name","value":"대표","type":"text","contentType":"application/json"},{"key":"company_name","value":"회사","type":"text","contentType":"application/json"},{"key":"business_number","value":"111-11-11112","type":"text","contentType":"application/json"},{"key":"online_business_number","value":"121323-12312-12312","type":"text","contentType":"application/json"},{"key":"short_description","value":"간단설명","type":"text","contentType":"application/json"},{"key":"long_description","value":"긴설명긴설명긴설명긴설명긴설명긴설명","type":"text","contentType":"application/json"},{"key":"site_url","value":"https://brandi.co.kr","type":"text","contentType":"application/json"},{"key":"center_number","value":"070-00000-0000","type":"text","contentType":"application/json"},{"key":"kakao_id","value":"kakao_id","type":"text","contentType":"application/json"},{"key":"yellow_id","value":"yellow_id","type":"text","contentType":"application/json"},{"key":"zip_code","value":"12345","type":"text","contentType":"application/json"},{"key":"manager_infos","value":"[\n            {\n                \"name\": \"담당자일번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"1\"\n            },\n            {\n                \"name\": \"담당자이번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"2\"\n            },\n            {\n                \"name\": \"담당자삼번\",\n                \"contact_number\": \"010-0101-0101\",\n                \"email\": \"damdang@gmail.com\",\n                \"ranking\": \"3\"\n            }\n        ]","type":"text","contentType":"application/json"},{"key":"address","value":"주소","type":"text","contentType":"application/json"},{"key":"detail_address","value":"상세주소","type":"text","contentType":"application/json"},{"key":"weekday_start_time","value":"10:00:00","type":"text","contentType":"application/json"},{"key":"weekday_end_time","value":"23:00:00","type":"text","contentType":"application/json"},{"key":"weekend_start_time","value":"10:00:00","type":"text","contentType":"application/json"},{"key":"weekend_end_time","value":"23:00:00","type":"text","contentType":"application/json"},{"key":"bank_name","value":"국민은행","type":"text","contentType":"application/json"},{"key":"bank_holder_name","value":"계좌주","type":"text","contentType":"application/json"},{"key":"account_number","value":"계좌번호","type":"text","contentType":"application/json"},{"key":"insta_id","value":"instaid","type":"text","contentType":"application/json"},{"key":"seller_profile_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"certificate_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"key":"online_business_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"key":"background_image","type":"file","src":"/Users/LeeJongMin/Downloads/IMG_8914.JPG","disabled":true},{"key":"profile_image_url","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","description":"<p>파일이 안들어올경우 url로 저장</p>\n","type":"text"},{"key":"certificate_image_url","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","type":"text"},{"key":"online_business_image_url","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","type":"text"},{"key":"background_image_url","value":"https://image.brandi.me/cproduct/2020/04/03/15165135_1585842527_image1_L.jpg","type":"text","disabled":true}]},"url":"{{URL}}:5000/seller/2","description":"<p>셀러정보를 수정하는 엔드포인트 입니다.\n        url 로 셀러정보를 수정하고 싶은 계정 번호를 받습니다.\n        셀러정보 수정을 수행하려는 계정의 정보를 데코레이터로부터 받습니다.\n        수정하려는 내용은 form 으로 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    받은 정보를 유효성 검사를 거친 후 account_info 로 저장해 service 로 넘겨줍니다.\n\n    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url parameter:\n        parameter_account_no: 저장할 셀러정보의 계정 번호\n\n    g.account_info: 데코레이터에서 넘겨받은 수정을 수행하는 계정 정보\n        auth_type_id: 계정의 권한정보\n        account_no: 데코레이터에서 확인된 계정번호\n\n    form:\n        seller_status_no 셀러 상태번호 int\n        seller_type_no 셀러 속성번호 int\n        name_kr 셀러 한글명 str 한글,영문,숫자\n        name_en 셀러 영문명 str required False 영문 소문자\n        brandi_app_user_app_id 브랜디앱 유저 아이디 str\n        ceo_name 대표자명 str\n        company_name 사업자명 str\n        business_number 사업자번호 str 12자리\n        online_business_number 통신판매업번호 str\n        short_description 셀러 한줄 소개 str\n        long_description 셀러 상세 소개 str required False 10글자 이상\n        site_url 사이트 URL str\n        manager_info: 담당자 정보 list\n        [\n            {\n                name 담당자명 str\n                contact_number 담당자 핸드폰번호 str\n                email 담당자 이메일 str\n            }\n        ]\n        insta_id 인스타그램 아이디 str\n        center_number 고객센터 전화번호 str\n        kakao_id 카카오톡 아이디 str required False\n        yellow_id 옐로우 아이디 str required False\n        zip_code 우편번호 str\n        address 주소 int\n        detail_address 상세주소 str\n        weekday_start_time 고객센터 운영 시작시간(주중) str\n        weekday_end_time 고객센터 운영 종료시간(주중) str\n        weekend_start_time 고객센터 운영 시작시간(주말) str required False\n        weekend_end_time 고객센터 운영 종료시간(주말) str required False\n        bank_name 정산은행 str\n        bank_holder_name 계좌주 str\n        account_number 계좌번호 str\n        previous_seller_status_no 이전 셀러정보의 상태번호 int (상태변경이력 체크용)\n\n    Returns: http 응답코드\n        200: SUCCESS 셀러정보 수정(새로운 이력 생성) 완료\n        400: INVALID_APP_ID (존재하지 않는 브랜디 앱 아이디 입력)\n        400: VALIDATION_ERROR_MANAGER_INFO, NO_SPECIFIC_MANAGER_INFO,\n             INVALID_AUTH_TYPE_ID, NO_PROFILE_IMAGE, NO_CERTIFICATE_IMAGE\n             NO_CHANGEABLE_STATUS, EXISTING_NAME_KR, EXISTING_NAME_EN\n        403: NO_AUTHORIZATION, NO_AUTHORIZATION_FOR_STATUS_CHANGE, NO_ONLINE_BUSINESS_IMAGE\n        500: INVALID_KEY, DB_CURSOR_ERROR, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["seller","2"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6fc1bea9-ec86-49c7-aaf6-00a8f31e1d9b"},{"name":"상품리스트 GET - 마스터 권한","id":"3f6ffb64-9cbe-409b-abb4-ae954813f645","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}:5000/product?product_name=상품십육번입니다&offset=0&limit=10","description":"<p>상품 관리 페이지에서 표출되는 필터링된 상품 리스트를 표출합니다.\n        쿼리 파라미터로 필터링에 사용할 파라미터 값을 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Returns:\n        200: 상품 리스트\n        403: NO_AUTHORIZATION\n        500: NO_DATABASE_CONNECTION, DB_CURSOR_ERROR\n             NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["product"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"period_start","value":"2020-05-10"},{"disabled":true,"key":"period_end","value":"2020-04-13"},{"key":"product_name","value":"상품십육번입니다"},{"disabled":true,"key":"seller_name","value":"수정윤희철러"},{"disabled":true,"key":"product_number","value":""},{"disabled":true,"key":"seller_type_id","value":"1,2,3,4"},{"disabled":true,"key":"is_available","value":"1"},{"disabled":true,"key":"is_on_display","value":"1"},{"disabled":true,"key":"is_on_discount","value":"1"},{"key":"offset","value":"0"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"37c5b23c-60f1-42a0-8a50-c3ecc798b750","name":"상품리스트 GET","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{URL}}:5000/product?product_name=상품십육번입니다&offset=0&limit=10","host":["{{URL}}"],"port":"5000","path":["product"],"query":[{"key":"period_start","value":"2020-05-10","type":"text","disabled":true},{"key":"period_end","value":"2020-04-13","type":"text","disabled":true},{"key":"product_name","value":"상품십육번입니다"},{"key":"seller_name","value":"수정윤희철러","type":"text","disabled":true},{"key":"product_number","value":"","type":"text","disabled":true},{"key":"seller_type_id","value":"1,2,3,4","type":"text","disabled":true},{"key":"is_available","value":"1","type":"text","disabled":true},{"key":"is_on_display","value":"1","type":"text","disabled":true},{"key":"is_on_discount","value":"1","type":"text","disabled":true},{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2670"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:25:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_count\": 5,\n    \"product_list\": [\n        {\n            \"created_at\": \"2020-04-16 18:00:25\",\n            \"discount_price\": 300,\n            \"image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/99606d4f-efdc-4c19-8cdc-eeb52891b188\",\n            \"is_available\": 1,\n            \"is_discount\": 1,\n            \"is_on_display\": 1,\n            \"price\": 3000,\n            \"product_name\": \"상품십육번입니다\",\n            \"product_no\": 23,\n            \"seller_name\": \"수정윤희철러\",\n            \"seller_type_name\": \"쇼핑몰\"\n        },\n        {\n            \"created_at\": \"2020-04-16 17:57:51\",\n            \"discount_price\": 300,\n            \"image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/9bea71d8-f801-4a86-b217-9e8e5db58cc3\",\n            \"is_available\": 1,\n            \"is_discount\": 1,\n            \"is_on_display\": 1,\n            \"price\": 3000,\n            \"product_name\": \"상품십육번입니다\",\n            \"product_no\": 22,\n            \"seller_name\": \"수정이소헌머\",\n            \"seller_type_name\": \"마켓\"\n        },\n        {\n            \"created_at\": \"2020-04-16 17:55:50\",\n            \"discount_price\": 300,\n            \"image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/270d3baf-a295-4f2c-8ab4-7685f397561e\",\n            \"is_available\": 1,\n            \"is_discount\": 1,\n            \"is_on_display\": 1,\n            \"price\": 3000,\n            \"product_name\": \"상품십육번입니다\",\n            \"product_no\": 21,\n            \"seller_name\": \"수정이종민터\",\n            \"seller_type_name\": \"디자이너브랜드\"\n        },\n        {\n            \"created_at\": \"2020-04-16 15:06:23\",\n            \"discount_price\": 300,\n            \"image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/a4623472-6011-42fc-82cf-9e457868faea\",\n            \"is_available\": 1,\n            \"is_discount\": 1,\n            \"is_on_display\": 1,\n            \"price\": 3000,\n            \"product_name\": \"상품십육번입니다\",\n            \"product_no\": 17,\n            \"seller_name\": \"수정이종민터\",\n            \"seller_type_name\": \"디자이너브랜드\"\n        },\n        {\n            \"created_at\": \"2020-04-16 15:06:01\",\n            \"discount_price\": 300,\n            \"image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/ac0175e5-2ad7-4e3b-b1c4-e9abef4419ed\",\n            \"is_available\": 0,\n            \"is_discount\": 1,\n            \"is_on_display\": 0,\n            \"price\": 3000,\n            \"product_name\": \"상품십육번입니다\",\n            \"product_no\": 16,\n            \"seller_name\": \"수정이소헌커\",\n            \"seller_type_name\": \"디자이너브랜드\"\n        }\n    ]\n}"}],"_postman_id":"3f6ffb64-9cbe-409b-abb4-ae954813f645"},{"name":"상품리스트 GET - 셀러 권한","id":"d9b68231-73b1-4cbb-aa27-4659d6b61665","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"<p>셀러권한 </p>\n","type":"text"}],"body":{"mode":"raw","raw":""},"url":"{{URL}}:5000/product?product_name=상품십육번입니다&offset=0&limit=10","description":"<p>상품 관리 페이지에서 표출되는 필터링된 상품 리스트를 표출합니다.\n        쿼리 파라미터로 필터링에 사용할 파라미터 값을 받습니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Returns:\n        200: 상품 리스트\n        403: NO_AUTHORIZATION\n        500: NO_DATABASE_CONNECTION, DB_CURSOR_ERROR\n             NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["product"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"period_start","value":"2020-05-10"},{"disabled":true,"key":"period_end","value":"2020-04-13"},{"key":"product_name","value":"상품십육번입니다"},{"disabled":true,"key":"seller_name","value":"수정윤희철러"},{"disabled":true,"key":"product_number","value":""},{"disabled":true,"key":"seller_type_id","value":"1,2,3,4"},{"disabled":true,"key":"is_available","value":"1"},{"disabled":true,"key":"is_on_display","value":"1"},{"disabled":true,"key":"is_on_discount","value":"1"},{"key":"offset","value":"0"},{"key":"limit","value":"10"}],"variable":[]}},"response":[{"id":"7994cde1-2f62-40a9-b22e-a21c2ac0efc2","name":"상품리스트 GET - 셀러 권한","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","disabled":true},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"셀러권한 ","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"{{URL}}:5000/product?product_name=상품십육번입니다&offset=0&limit=10","host":["{{URL}}"],"port":"5000","path":["product"],"query":[{"key":"period_start","type":"text","value":"2020-05-10","disabled":true},{"key":"period_end","type":"text","value":"2020-04-13","disabled":true},{"key":"product_name","value":"상품십육번입니다"},{"key":"seller_name","type":"text","value":"수정윤희철러","disabled":true},{"key":"product_number","type":"text","value":"","disabled":true},{"key":"seller_type_id","type":"text","value":"1,2,3,4","disabled":true},{"key":"is_available","type":"text","value":"1","disabled":true},{"key":"is_on_display","type":"text","value":"1","disabled":true},{"key":"is_on_discount","type":"text","value":"1","disabled":true},{"key":"offset","value":"0"},{"key":"limit","value":"10"}]}},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:26:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_AUTHORIZATION\"\n}"}],"_postman_id":"d9b68231-73b1-4cbb-aa27-4659d6b61665"},{"name":"상품 등록 > 1차 카테고리 표출","id":"5c47c7cd-e2b5-44d0-b120-39f87b388841","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo1fQ._Ja7l6goQwlB3y2p1_43aX42JYoPOOksy7r1docG0ao","description":"<p>seller 5</p>\n","type":"text"}],"url":"{{URL}}:5000/product/category?account_no=5000","urlObject":{"port":"5000","path":["product","category"],"host":["{{URL}}"],"query":[{"key":"account_no","value":"5000"}],"variable":[]}},"response":[{"id":"f3ac1207-fa19-466e-8e7b-842426cfce13","name":"상품 등록 > 1차 카테고리 표출","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","type":"text","disabled":true},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo2NiwiZXhwIjoxNTg3MDM2MTQ2fQ.M7PN7DJ4nHc1TKQV1_BRLRoWN-WryF2C-CkV6Egx7v8","description":"login_id100","type":"text"}],"url":"{{URL}}:5000/product/category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"814"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Mon, 13 Apr 2020 11:53:14 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"first_category_no\": 0,\n        \"name\": \"1차 카테고리를 선택해주세요.\"\n    },\n    {\n        \"first_category_no\": 22,\n        \"name\": \"스킨케어\"\n    },\n    {\n        \"first_category_no\": 23,\n        \"name\": \"메이크업\"\n    },\n    {\n        \"first_category_no\": 24,\n        \"name\": \"바디/헤어\"\n    },\n    {\n        \"first_category_no\": 25,\n        \"name\": \"네일\"\n    },\n    {\n        \"first_category_no\": 26,\n        \"name\": \"이너뷰티\"\n    },\n    {\n        \"first_category_no\": 27,\n        \"name\": \"애슬레저\"\n    },\n    {\n        \"first_category_no\": 28,\n        \"name\": \"홈트레이닝\"\n    },\n    {\n        \"first_category_no\": 29,\n        \"name\": \"푸드\"\n    },\n    {\n        \"first_category_no\": 30,\n        \"name\": \"기타\"\n    }\n]"}],"_postman_id":"5c47c7cd-e2b5-44d0-b120-39f87b388841"},{"name":"상품 등록 > 2차 카테고리 표출","id":"2b2e01c3-cda6-4c83-b7a2-a4462c5ccf90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","type":"text"}],"url":"{{URL}}:5000/product/category/6","urlObject":{"port":"5000","path":["product","category","6"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2be1872e-fc18-4f05-a82a-8d9854320150","name":"상품 등록 > 2차 카테고리 표출","originalRequest":{"method":"GET","header":[],"url":"{{URL}}:5000/product/first_category/10/second_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"289"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.1"},{"key":"Date","value":"Thu, 02 Apr 2020 12:42:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"second_categories\": [\n        {\n            \"name\": \"언더웨어\",\n            \"second_category_no\": 37\n        },\n        {\n            \"name\": \"홈웨어\",\n            \"second_category_no\": 38\n        },\n        {\n            \"name\": \"스윔웨어\",\n            \"second_category_no\": 39\n        }\n    ]\n}"}],"_postman_id":"2b2e01c3-cda6-4c83-b7a2-a4462c5ccf90"},{"name":"상품 등록 > 컬러 필터","id":"b829ecb1-8a6c-41ec-a744-621dc7484fa9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{URL}}:5000/product/color","urlObject":{"port":"5000","path":["product","color"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b829ecb1-8a6c-41ec-a744-621dc7484fa9"},{"name":"상품 등록","id":"d18c24c0-9bd0-4c60-8a6c-0dd1a1b906fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"key":"is_available","type":"text","value":"1"},{"key":"is_on_display","type":"text","value":"1"},{"key":"first_category_id","type":"text","value":"1"},{"key":"second_category_id","type":"text","value":"2"},{"key":"name","type":"text","value":"my_product_a"},{"key":"color_filter_id","type":"text","value":"2"},{"key":"style_filter_id","type":"text","value":"2"},{"key":"long_description","type":"text","value":"<p>very long description</p>"},{"key":"stock","type":"text","value":"50"},{"key":"price","type":"text","value":"23001"},{"key":"discount_rate","type":"text","value":"20"},{"key":"discount_start_time","type":"text","value":"'2020/04/06 17:00'"},{"key":"discount_end_time","type":"text","value":"'2020/04/29 18:00'"},{"key":"min_unit","type":"text","value":"5"},{"key":"max_unit","type":"text","value":"15"},{"key":"tags","type":"text","value":"[\"red\", \"new\", \"t-shirt\"]"},{"key":"selected_account_no","type":"text","value":"4","disabled":true},{"key":"image_file_1","type":"file","src":["/home/soheon-lee/Downloads/DSC05794.JPG"]},{"key":"image_file_2","type":"file","src":[]},{"key":"image_file_3","type":"file","src":["/home/soheon-lee/Downloads/bannerImage_1_1585288803.jpg"]}]},"url":"{{URL}}:5000/product","urlObject":{"port":"5000","path":["product"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d18c24c0-9bd0-4c60-8a6c-0dd1a1b906fb"},{"name":"상품 수정 > 기존 내역 표출","id":"ade185fc-5064-4c9e-a989-e2eb311ee33a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","type":"text"}],"url":"{{URL}}:5000/product/1","urlObject":{"port":"5000","path":["product","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"748733fa-87d4-4520-82ff-d5bcc9ad96e7","name":"상품 등록 > 기존 내역 표출","originalRequest":{"method":"GET","header":[],"url":"{{URL}}:5000/product/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1028"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.1"},{"key":"Date","value":"Sun, 05 Apr 2020 06:38:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"product_information\": {\n        \"close_time\": \"Thu, 31 Dec 2037 23:59:59 GMT\",\n        \"color_filter_id\": 1,\n        \"discount_end_time\": \"Fri, 12 Jun 2020 23:59:59 GMT\",\n        \"discount_rate\": 0.3,\n        \"discount_start_time\": \"Tue, 12 May 2020 23:59:59 GMT\",\n        \"first_category_id\": 3,\n        \"is_available\": 1,\n        \"is_deleted\": 0,\n        \"is_on_display\": 1,\n        \"long_description\": \"<p>브랜디 상품 입니다. 브랜디 상품 입니다.</p>\",\n        \"max_unit\": 10,\n        \"min_unit\": 1,\n        \"modifier\": 1,\n        \"name\": \"상품1\",\n        \"price\": 12000,\n        \"product_id\": 1,\n        \"product_info_no\": 1,\n        \"product_sort_id\": 1,\n        \"second_category_id\": 10,\n        \"seller_id\": 2,\n        \"short_description\": \"브랜디 상품 입니다.\",\n        \"start_time\": \"Sun, 05 Apr 2020 06:03:07 GMT\",\n        \"stock\": -1,\n        \"style_filter_id\": 1,\n        \"updated_at\": null,\n        \"uploader\": 2,\n        \"youtube_url\": \"https://www.youtube.com/watch?v=twGpF2v_w-s\"\n    }\n}"}],"_postman_id":"ade185fc-5064-4c9e-a989-e2eb311ee33a"},{"name":"상품 수정","id":"cb793dc7-0dff-4d54-96e5-aa77b648d47b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"is_available","value":"1","type":"text"},{"key":"is_on_display","value":"1","type":"text"},{"key":"product_sort_id","value":"1","type":"text"},{"key":"first_category_id","value":"1","type":"text"},{"key":"second_category_id","value":"2","type":"text"},{"key":"name","value":"white_cap","type":"text"},{"key":"color_filter_id","value":"4","type":"text"},{"key":"style_filter_id","value":"4","type":"text"},{"key":"long_description","value":"<p>another description</p>","type":"text"},{"key":"stock","value":"30","type":"text"},{"key":"price","value":"18000","type":"text"},{"key":"discount_rate","value":"15","type":"text"},{"key":"min_unit","value":"3","type":"text"},{"key":"max_unit","value":"6","type":"text"},{"key":"tags","value":"[\"따뜻한옷\", \"체크자켓\", \"어두운연두색\"]","type":"text"},{"key":"uploader","value":"4","type":"text"},{"key":"seller_account_no","value":"4","type":"text"},{"key":"image_file_1","type":"file","src":"/home/soheon-lee/Downloads/1585269242_bannerdetail.jpg"},{"key":"image_file_2","type":"file","value":null},{"key":"image_file_3","type":"file","value":null},{"key":"image_file_4","type":"file","value":null},{"key":"image_file_5","type":"file","value":null}]},"url":"{{URL}}:5000/product/1","urlObject":{"port":"5000","path":["product","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"89a344c1-e642-402c-8a08-5049d1f29a40","name":"상품 수정","originalRequest":{"method":"PUT","header":[{"description":"seller 5","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo1fQ._Ja7l6goQwlB3y2p1_43aX42JYoPOOksy7r1docG0ao"},{"description":"seller 4","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo0fQ.osMuGu4CRMPAt4ComF_eLmR51D8y2qI2UBr7xtbQ6w0","disabled":true},{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"is_available","type":"text","value":"1"},{"key":"is_on_display","type":"text","value":"1"},{"key":"product_sort_id","type":"text","value":"1"},{"key":"first_category_id","type":"text","value":"1"},{"key":"second_category_id","type":"text","value":"2"},{"key":"name","type":"text","value":"white_cap"},{"key":"color_filter_id","type":"text","value":"4"},{"key":"style_filter_id","type":"text","value":"4"},{"key":"long_description","type":"text","value":"<p>another description</p>"},{"key":"stock","type":"text","value":"30"},{"key":"price","type":"text","value":"18000"},{"key":"discount_rate","type":"text","value":"15"},{"key":"min_unit","type":"text","value":"3"},{"key":"max_unit","type":"text","value":"6"},{"key":"tags","type":"text","value":"[\"따뜻한옷\", \"체크자켓\", \"어두운연두색\"]"},{"key":"uploader","type":"text","value":"4","disabled":true},{"key":"seller_account_no","type":"text","value":"4"},{"key":"image_file_1","type":"file","src":"/home/soheon-lee/Downloads/1585269242_bannerdetail.jpg"},{"key":"image_file_2","type":"file","value":null},{"key":"image_file_3","type":"file","value":null},{"key":"image_file_4","type":"file","value":null},{"key":"image_file_5","type":"file","value":null}]},"url":"{{URL}}:5000/product/7"},"status":"FORBIDDEN","code":403,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"36"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Mon, 13 Apr 2020 12:36:18 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_AUTHORIZATION\"\n}"}],"_postman_id":"cb793dc7-0dff-4d54-96e5-aa77b648d47b"},{"name":"기획전 등록(이벤트) 등록성공","id":"9d009ef8-f94e-4824-a801-6e9900a4eab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅎㄳㄱㄱ.png"}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(이벤트)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5d75f0e4-397d-4585-b6b2-af65ff04d5bf","name":"기획전 등록(이벤트) 등록성공","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅎㄳㄱㄱ.png"}]},"url":"{{URL}}:5000/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:29:46 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"9d009ef8-f94e-4824-a801-6e9900a4eab0"},{"name":"기획전 등록(이벤트) 유효성검사","id":"ab625e6a-77c4-475b-8a97-74f8f5db8a6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅎㄳㄱㄱ.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(이벤트)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"42f514e4-db40-4368-ae05-15322fc2a53e","name":"기획전 등록(이벤트) 유효성검사","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅎㄳㄱㄱ.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:30:25 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_DETAIL_IMAGE\"\n}"}],"_postman_id":"ab625e6a-77c4-475b-8a97-74f8f5db8a6c"},{"name":"기획전 등록(쿠폰) 등록성공","id":"360c1a80-e6d2-4751-8a14-6f5b69683e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(쿠폰)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"19dc60ec-6d8d-4737-b10d-6d7c5d0b1255","name":"기획전 등록(쿠폰) 등록성공","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:32:03 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"360c1a80-e6d2-4751-8a14-6f5b69683e16"},{"name":"기획전 등록(쿠폰) 유효성검사","id":"402aedca-e7a0-4282-bdef-4455076fac5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(쿠폰)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"a950c2ae-ca9d-4941-8739-e5709c71dedb","name":"기획전 등록(쿠폰) 유효성검사","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:31:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_SHORT_DESCRIPTION\"\n}"}],"_postman_id":"402aedca-e7a0-4282-bdef-4455076fac5e"},{"name":"기획전 등록(상품이미지) 등록성공","id":"5856ef33-ee8c-48ec-aeab-cbab4bc99f57","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text"},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다. ","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json","disabled":true},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"<p>배너 이미지 파일</p>\n","type":"file","src":"/home/heechul/다운로드/NotSoundCloud_20200412_23_27.png"},{"key":"detail_image","description":"<p>상세 이미지 파일</p>\n","type":"file","src":"/home/heechul/다운로드/NotSoundCloud_20200412_23_27.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(상품이미지)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"d37a917d-204e-4e0c-b2d8-ee219bded198","name":"기획전 등록(상품이미지) 등록성공","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"seller account 2","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text"},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다. ","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json","disabled":true},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"배너 이미지 파일","type":"file","src":"/home/heechul/다운로드/NotSoundCloud_20200412_23_27.png"},{"key":"detail_image","description":"상세 이미지 파일","type":"file","src":"/home/heechul/다운로드/NotSoundCloud_20200412_23_27.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Fri, 17 Apr 2020 07:11:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"5856ef33-ee8c-48ec-aeab-cbab4bc99f57"},{"name":"기획전 등록(상품이미지) 유효성검사","id":"ac63f8a4-627e-4f8a-9e64-7558695f179e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"3"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"9"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품이미지"},{"key":"event_start_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-22 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅇㄹㄴㄹㄹㄹㄹㄹㄹㄹㄹㄹ.png"}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(상품이미지) 등록 유효성검사</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"da270621-08d6-4eb8-83cb-ef94f22c5b4c","name":"기획전 등록(상품이미지) 유효성검사 ","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"3"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"9"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품이미지"},{"key":"event_start_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-22 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/home/heechul/사진/ㅇㅇㅁㄴㅇㅊㅍㅍ.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/home/heechul/사진/ㅇㄹㄴㄹㄹㄹㄹㄹㄹㄹㄹㄹ.png"}]},"url":"{{URL}}:5000/event"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:23:01 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_BANNER_IMAGE\"\n}"}],"_postman_id":"ac63f8a4-627e-4f8a-9e64-7558695f179e"},{"name":"기획전 등록(상품텍스트) 등록성공","id":"2c6336d3-5753-448e-9f82-fbfe8bda2007","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전상품텍스트"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(상품텍스트)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b8281157-c082-4eb1-816d-4d5d84e9a33d","name":"기획전 등록(상품텍스트) 등록성공","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전상품텍스트"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:24:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"2c6336d3-5753-448e-9f82-fbfe8bda2007"},{"name":"기획전 등록(상품텍스트) 유효성검사","id":"81fbdc6c-e64b-4823-995b-76836897a8cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전상품텍스트"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","description":"<p>기획전 등록(상품텍스트)</p>\n","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"fa032250-0fdd-45d0-bbca-00dce0322364","name":"기획전 등록(상품텍스트) 유효성검사","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전상품텍스트"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다. ","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"41"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:25:07 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"MISSING_EVENT_PRODUCT\"\n}"}],"_postman_id":"81fbdc6c-e64b-4823-995b-76836897a8cb"},{"name":"기획전 등록(유튜브) 등록성공","id":"1108387e-f86e-4453-a6f4-2afadb037131","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전유튜브"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/home/heechul/사진/ㄹㅊㅊㅊ.png"},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"187d27a5-1928-4ceb-ab3a-20432907f411","name":"기획전 등록(유튜브) 등록성공","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전유튜브"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/home/heechul/사진/ㄹㅊㅊㅊ.png"},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:26:15 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"1108387e-f86e-4453-a6f4-2afadb037131"},{"name":"기획전 등록(유튜브) 유효성검사","id":"3fc7a763-685c-426b-a20a-971d418af3cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전유튜브"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/home/heechul/사진/ㄹㅊㅊㅊ.png"},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"5a67717c-d434-4c17-b055-bba678d4103a","name":"기획전 등록(유튜브) 유효성검사","originalRequest":{"method":"POST","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전유튜브"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/home/heechul/사진/ㄹㅊㅊㅊ.png"},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"34"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:25:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_YOUTUBE_URL\"\n}"}],"_postman_id":"3fc7a763-685c-426b-a20a-971d418af3cc"},{"name":"기획전 등록 > 기획전 타입 표출","id":"47e64f6d-ffa2-4acd-bf1b-7fad1158cf71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"url":"{{URL}}:5000/event/type","description":"<p>기획전 타입 표출 엔드포인트 입니다.\n        기획전 등록페이지에서 기획전 타입 목록을 표출할때 사용됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Returns:\n        200: 기획전 타입 목록\n        500: DB_CURSOR_ERROR, INVALID_KEY, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["event","type"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"1a861119-ca05-48ae-bb27-e90f0dc1bf84","name":"기획전 등록 > 기획전 타입 표출","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master\n","type":"text"}],"url":"{{URL}}:5000/event/type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"482"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Thu, 09 Apr 2020 04:34:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_types\": [\n        {\n            \"event_type_id\": 1,\n            \"event_type_name\": \"이벤트\"\n        },\n        {\n            \"event_type_id\": 2,\n            \"event_type_name\": \"쿠폰\"\n        },\n        {\n            \"event_type_id\": 3,\n            \"event_type_name\": \"상품(이미지)\"\n        },\n        {\n            \"event_type_id\": 4,\n            \"event_type_name\": \"상품(텍스트)\"\n        },\n        {\n            \"event_type_id\": 5,\n            \"event_type_name\": \"유튜브\"\n        }\n    ]\n}"}],"_postman_id":"47e64f6d-ffa2-4acd-bf1b-7fad1158cf71"},{"name":"기획전 등록 > 기획전 종류 표출","id":"dbdd8fa0-524b-471e-b95b-5604963a86e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"url":"{{URL}}:5000/event/type/5","description":"<p>기획전 타입별 종류 표출 엔드포인트 입니다.\n        기획전 등록페이지에서 기획전 타입 별 목록을 표출할때 사됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url Parameter:\n        event_type_id: 기획전 타입 아이디\n\n    Returns:\n        200: 기획전 타입별 종류 목록\n        500: DB_CURSOR_ERROR, INVALID_KEY, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["event","type","5"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"23b4fa1d-061a-4203-a854-431313eaba19","name":"기획전 등록 > 기획전 종류 표출","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"}],"url":"{{URL}}:5000/event/type/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"741"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Thu, 09 Apr 2020 04:52:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_sorts\": [\n        {\n            \"event_sort_id\": 3,\n            \"event_sort_name\": \"브랜디배송상품(정률)\"\n        },\n        {\n            \"event_sort_id\": 4,\n            \"event_sort_name\": \"브랜디배송상품(정액)\"\n        },\n        {\n            \"event_sort_id\": 5,\n            \"event_sort_name\": \"셀러쿠폰(정률)-브레스\"\n        },\n        {\n            \"event_sort_id\": 6,\n            \"event_sort_name\": \"셀러쿠폰(정액)-브레스\"\n        },\n        {\n            \"event_sort_id\": 7,\n            \"event_sort_name\": \"전체상품(정률)\"\n        },\n        {\n            \"event_sort_id\": 8,\n            \"event_sort_name\": \"전체상품(정액)\"\n        }\n    ]\n}"}],"_postman_id":"dbdd8fa0-524b-471e-b95b-5604963a86e3"},{"name":"권한 확인","id":"d04dd017-40c8-4c30-9128-666d4d6c3fb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"","urlObject":{"query":[],"variable":[]}},"response":[],"_postman_id":"d04dd017-40c8-4c30-9128-666d4d6c3fb1"},{"name":"기획전 관리 > 리스트 표출 전체","id":"20ce9e53-c8f1-4a1a-b8af-9198bf6f9cae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"url":"{{URL}}:5000/event","description":"<p>기획전 타입 표출 엔드포인트 입니다.\n        기획전 등록페이지에서 기획전 타입 목록을 표출할때 사용됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Returns:\n        200: 기획전 타입 목록\n        500: DB_CURSOR_ERROR, INVALID_KEY, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"event_start_time","value":"2020-03-29"},{"disabled":true,"key":"event_end_time","value":"2020-04-20"},{"disabled":true,"key":"event_name","value":"획"},{"disabled":true,"description":{"content":"<p>쿠폰</p>\n","type":"text/plain"},"key":"event_type_id","value":"2"},{"disabled":true,"description":{"content":"<p>유튜브</p>\n","type":"text/plain"},"key":"event_type_id","value":"3"},{"disabled":true,"description":{"content":"<p>prouct_text</p>\n","type":"text/plain"},"key":"event_type_id","value":"4"},{"disabled":true,"description":{"content":"<p>product_image</p>\n","type":"text/plain"},"key":"event_type_id","value":"3"}],"variable":[]}},"response":[],"_postman_id":"20ce9e53-c8f1-4a1a-b8af-9198bf6f9cae"},{"name":"기획전 관리 > 리스트 표출 검색","id":"a653f032-285f-4170-ad48-232474fe4e0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"url":"{{URL}}:5000/event?event_type_id=3","description":"<p>기획전 타입별 종류 표출 엔드포인트 입니다.\n        기획전 등록페이지에서 기획전 타입 별 목록을 표출할때 사됩니다.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>    Args:\n        *args: 유효성 검사를 통과한 파라미터\n\n    url Parameter:\n        event_type_id: 기획전 타입 아이디\n\n    Returns:\n        200: 기획전 타입별 종류 목록\n        500: DB_CURSOR_ERROR, INVALID_KEY, NO_DATABASE_CONNECTION\n</code></pre>","urlObject":{"port":"5000","path":["event"],"host":["{{URL}}"],"query":[{"disabled":true,"key":"event_start_time","value":"2020-03-29"},{"disabled":true,"key":"event_end_time","value":"2020-04-20"},{"disabled":true,"key":"event_name","value":"획"},{"disabled":true,"description":{"content":"<p>쿠폰</p>\n","type":"text/plain"},"key":"event_type_id","value":"2"},{"description":{"content":"<p>유튜브</p>\n","type":"text/plain"},"key":"event_type_id","value":"3"},{"disabled":true,"description":{"content":"<p>prouct_text</p>\n","type":"text/plain"},"key":"event_type_id","value":"4"},{"disabled":true,"description":{"content":"<p>product_image</p>\n","type":"text/plain"},"key":"event_type_id","value":"3"}],"variable":[]}},"response":[{"id":"c55bd950-cb24-40a2-b4c7-0a09a91a4ce1","name":"기획전 관리 > 리스트 표출 검색","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller4","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo0fQ.osMuGu4CRMPAt4ComF_eLmR51D8y2qI2UBr7xtbQ6w0","disabled":true}],"url":{"raw":"{{URL}}:5000/event?event_type_id=3","host":["{{URL}}"],"port":"5000","path":["event"],"query":[{"key":"event_start_time","value":"2020-03-29","disabled":true},{"key":"event_end_time","value":"2020-04-20","disabled":true},{"key":"event_name","value":"획","disabled":true},{"description":"쿠폰","key":"event_type_id","value":"2","disabled":true},{"key":"event_type_id","value":"3","description":"유튜브"},{"description":"prouct_text","key":"event_type_id","type":"text","value":"4","disabled":true},{"description":"product_image","key":"event_type_id","type":"text","value":"3","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4929"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.0 Python/3.8.2"},{"key":"Date","value":"Sat, 18 Apr 2020 13:28:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_count\": 7,\n    \"event_list\": [\n        {\n            \"banner_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/a191f442-23d5-410c-a384-7e8bab1a42a9\",\n            \"detail_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/cad630cd-8aeb-40ab-8ba0-ecad24361188\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 1,\n            \"event_info_no\": 1,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지\",\n            \"product_count\": 0,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"detail_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 1,\n            \"event_info_no\": 2,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지 수정\",\n            \"product_count\": 0,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/76dcebd1-0d46-4026-a981-fede6100a1f8\",\n            \"detail_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/da172ff3-b907-4db9-8229-5d198944798c\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 3,\n            \"event_info_no\": 4,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지\",\n            \"product_count\": 3,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"detail_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 1,\n            \"event_info_no\": 5,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지 수정\",\n            \"product_count\": 0,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/242bbc15-dd4e-492c-8ec5-fb01d00c33f3\",\n            \"detail_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/d9154b30-1797-48f4-b689-0d7bccde74b9\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 5,\n            \"event_info_no\": 8,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지\",\n            \"product_count\": 3,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://brandi-intern.s3.ap-northeast-2.amazonaws.com/a077c8a8-249a-4b98-af27-a86a95049b69\",\n            \"detail_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 6,\n            \"event_info_no\": 9,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지\",\n            \"product_count\": 3,\n            \"short_description\": null,\n            \"youtube_url\": null\n        },\n        {\n            \"banner_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"detail_image_url\": \"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg\",\n            \"event_end_time\": \"2020-04-23 08:59:00\",\n            \"event_id\": 1,\n            \"event_info_no\": 22,\n            \"event_sort_id\": 9,\n            \"event_start_time\": \"2020-04-22 08:59:00\",\n            \"event_type_id\": 3,\n            \"is_deleted\": 0,\n            \"is_on_event\": 1,\n            \"is_on_main\": 1,\n            \"long_description\": null,\n            \"name\": \"기획전 상품이미지 수정\",\n            \"product_count\": 3,\n            \"short_description\": null,\n            \"youtube_url\": null\n        }\n    ]\n}"}],"_postman_id":"a653f032-285f-4170-ad48-232474fe4e0f"},{"name":"기획전 수정페이지 GET 성공","id":"437b606f-90d7-4e6c-a481-b924c7a7a6c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"url":"{{URL}}:5000/event/13","description":"<p>기획전 수정페이지 GET</p>\n","urlObject":{"port":"5000","path":["event","13"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"044d788a-a63d-4edf-b468-b344cc73bb5f","name":"기획전 수정페이지 GET","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"account2","type":"text","disabled":true},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo0fQ.osMuGu4CRMPAt4ComF_eLmR51D8y2qI2UBr7xtbQ6w0","description":"account4","type":"text","disabled":true}],"url":"{{URL}}:5000/event/13"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"829"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:21:31 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_info\": {\n        \"banner_image_url\": null,\n        \"button_link_type_id\": null,\n        \"button_link_type_name\": null,\n        \"button_name\": null,\n        \"detail_image_url\": null,\n        \"event_end_time\": \"2020-04-22 08:59:00\",\n        \"event_info_no\": 16,\n        \"event_name\": \"이벤트 기획전 명 입니다\",\n        \"event_no\": 13,\n        \"event_sort_id\": 3,\n        \"event_sort_name\": \"브랜디배송상품(정률)\",\n        \"event_start_time\": \"2020-04-21 08:59:00\",\n        \"event_type_id\": 2,\n        \"event_type_name\": \"쿠폰\",\n        \"is_on_event\": 1,\n        \"is_on_main\": 1,\n        \"long_description\": \"기획전 상세상세상세상설명\",\n        \"short_description\": \"기획전 간략설명\",\n        \"youtube_url\": null\n    }\n}"}],"_postman_id":"437b606f-90d7-4e6c-a481-b924c7a7a6c7"},{"name":"기획전 수정페이지 GET 유효성검사","id":"a147a327-a386-479d-a9cc-0306b0a81080","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"url":"{{URL}}:5000/event/100","description":"<p>기획전 수정페이지 GET</p>\n","urlObject":{"port":"5000","path":["event","100"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b28be667-ba8c-49cd-a3bd-92f6027eaee9","name":"기획전 수정페이지 GET 유효성검사","originalRequest":{"method":"GET","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"account2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true},{"description":"account4","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjo0fQ.osMuGu4CRMPAt4ComF_eLmR51D8y2qI2UBr7xtbQ6w0","disabled":true}],"url":"{{URL}}:5000/event/100"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:21:09 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"EVENT_NOT_EXIST\"\n}"}],"_postman_id":"a147a327-a386-479d-a9cc-0306b0a81080"},{"name":"기획전 수정(이벤트) 수정성공","id":"569d4dae-08d9-4549-af1c-24f1efe8c96f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-05-10 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-05-12 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[\n\t\t{\"product_order\": 1, \"product_id\": 1},\n\t\t{\"product_order\": 2, \"product_id\": 2},\n\t\t{\"product_order\": 3, \"product_id\": 3}\n\t]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/11","description":"<p>long_description, youtube_url 키가 들어가면 애러 리턴함 </p>\n","urlObject":{"port":"5000","path":["event","11"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"65ea3255-2188-4034-ac54-85ebe677d098","name":"기획전 수정(이벤트) 수정성공","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-05-10 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-05-12 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[\n\t\t{\"product_order\": 1, \"product_id\": 1},\n\t\t{\"product_order\": 2, \"product_id\": 2},\n\t\t{\"product_order\": 3, \"product_id\": 3}\n\t]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/11"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:53:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"569d4dae-08d9-4549-af1c-24f1efe8c96f"},{"name":"기획전 수정(이벤트) 유효성검사","id":"5aac6de6-0068-4896-b630-dd70bb17b528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-05-10 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-05-12 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[\n\t\t{\"product_order\": 1, \"product_id\": 1},\n\t\t{\"product_order\": 2, \"product_id\": 2},\n\t\t{\"product_order\": 3, \"product_id\": 3}\n\t]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/11","description":"<p>long_description, youtube_url 키가 들어가면 애러 리턴함 </p>\n","urlObject":{"port":"5000","path":["event","11"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"2801445a-186f-43dc-91fa-57aedd77e0b3","name":"기획전 수정(이벤트) 유효성검사","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-05-10 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-05-12 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[\n\t\t{\"product_order\": 1, \"product_id\": 1},\n\t\t{\"product_order\": 2, \"product_id\": 2},\n\t\t{\"product_order\": 3, \"product_id\": 3}\n\t]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/11"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:54:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_SHORT_DESCRIPTION\"\n}"},{"id":"3a6ebe63-3ae3-4370-99b6-05fdb02d659d","name":"기획전 수정(이벤트) 유효성검사","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-05-10 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-05-12 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[\n\t\t{\"product_order\": 1, \"product_id\": 1},\n\t\t{\"product_order\": 2, \"product_id\": 2},\n\t\t{\"product_order\": 3, \"product_id\": 3}\n\t]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/1"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"60"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:49:47 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NOT_ALLOWED_TO_CHANGE_EVENT_TYPE_OR_SORT\"\n}"}],"_postman_id":"5aac6de6-0068-4896-b630-dd70bb17b528"},{"name":"기획전 수정(쿠폰) 수정성공","id":"019e7d9d-3467-41ae-b1f1-d88bf3129441","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/12","description":"<p>기획전 수정(쿠폰)\nbanner_image_url, detail_image_url, product, youtube_url 키가 들어가면 애러리턴함.</p>\n","urlObject":{"port":"5000","path":["event","12"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"f12e6e23-2877-4cf8-9b4b-06746c87e5fe","name":"기획전 수정(쿠폰) 수정성공","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명"},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/12"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 08:59:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"019e7d9d-3467-41ae-b1f1-d88bf3129441"},{"name":"기획전 수정(쿠폰) 유효성검사","id":"46182a61-c3f5-4958-944d-f62108cba34d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/12","description":"<p>기획전 수정(쿠폰)\nbanner_image_url, detail_image_url, product, youtube_url 키가 들어가면 애러리턴함.</p>\n","urlObject":{"port":"5000","path":["event","12"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"caebf4eb-4682-4816-94eb-6cba2838a9f5","name":"기획전 수정(쿠폰) 유효성검사","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"2"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"3"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"이벤트 기획전 명 입니다"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세상세상세상설명","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름"},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1"},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1"},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","disabled":true},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/12"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:00:05 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_SHORT_DESCRIPTION\"\n}"}],"_postman_id":"46182a61-c3f5-4958-944d-f62108cba34d"},{"name":"기획전 수정(상품이미지) 수정성공","id":"71d5f621-2d8a-4c9e-a3d8-58956d60341f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1\n","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지 수정","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text"},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다.","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"<p>배너 이미지 파일</p>\n","type":"file","src":"/home/heechul/사진/ㄹㄴㅇㄻ.png","disabled":true},{"key":"detail_image","description":"<p>상세 이미지 파일</p>\n","type":"file","src":"/home/heechul/사진/ㄴㅇㄹㄷㄷ.png","disabled":true}]},"url":"{{URL}}:5000/event/1","description":"<p>기획전 수정(상품이미지)\nlong_description, short_description, youtube_url이 key로 드러가면 애러 리턴함.</p>\n","urlObject":{"port":"5000","path":["event","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"70d9e59a-449b-4d3e-b690-ae4ba5d89367","name":"기획전 수정(상품이미지) 수정성공","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"seller account 2","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1\n","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지 수정","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text"},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다.","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"배너 이미지 파일","type":"file","src":"/home/heechul/사진/ㄹㄴㅇㄻ.png","disabled":true},{"key":"detail_image","description":"상세 이미지 파일","type":"file","src":"/home/heechul/사진/ㄴㅇㄹㄷㄷ.png","disabled":true}]},"url":"{{URL}}:5000/event/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:00:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"71d5f621-2d8a-4c9e-a3d8-58956d60341f"},{"name":"기획전 수정(상품이미지) 유효성검사","id":"c47ba121-08b6-46d2-88c4-6feef6c86bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"<p>master</p>\n","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1\n","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지 수정","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text","disabled":true},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다.","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"<p>배너 이미지 파일</p>\n","type":"file","src":"/home/heechul/사진/ㄹㄴㅇㄻ.png","disabled":true},{"key":"detail_image","description":"<p>상세 이미지 파일</p>\n","type":"file","src":"/home/heechul/사진/ㄴㅇㄹㄷㄷ.png","disabled":true}]},"url":"{{URL}}:5000/event/1","description":"<p>기획전 수정(상품이미지)\nlong_description, short_description, youtube_url이 key로 드러가면 애러 리턴함.</p>\n","urlObject":{"port":"5000","path":["event","1"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"ac85ac6c-fe4c-4d47-a498-93151a4e3bb8","name":"기획전 수정(상품이미지) 유효성검사","originalRequest":{"method":"PUT","header":[{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw","description":"master","type":"text"},{"key":"Authorization","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","description":"seller account 2","type":"text","disabled":true}],"body":{"mode":"formdata","formdata":[{"key":"event_type_id","value":"3","type":"text","contentType":"application/json"},{"key":"event_sort_id","value":"9","type":"text","contentType":"application/json"},{"key":"is_on_main","value":"1\n","type":"text","contentType":"application/json"},{"key":"is_on_event","value":"1","type":"text","contentType":"application/json"},{"key":"name","value":"기획전 상품이미지 수정","type":"text","contentType":"application/json"},{"key":"event_start_time","value":"2020-04-21 23:59","type":"text","disabled":true},{"key":"event_end_time","value":"2020-04-22 23:59","type":"text","contentType":"application/json"},{"key":"short_description","value":"기획전 간략설명","type":"text","contentType":"application/json","disabled":true},{"key":"long_description","value":"기획전 상세설명입니다.","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"detail_image_url","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","type":"text","contentType":"application/json"},{"key":"button_name","value":"이벤트 버튼 이름","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_type_id","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"button_link_description","value":"1","type":"text","contentType":"application/json","disabled":true},{"key":"product","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]","type":"text","contentType":"application/json"},{"key":"youtube_url","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","type":"text","contentType":"application/json","disabled":true},{"key":"banner_image","description":"배너 이미지 파일","type":"file","src":"/home/heechul/사진/ㄹㄴㅇㄻ.png","disabled":true},{"key":"detail_image","description":"상세 이미지 파일","type":"file","src":"/home/heechul/사진/ㄴㅇㄹㄷㄷ.png","disabled":true}]},"url":"{{URL}}:5000/event/1"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"81"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:02:02 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"VALIDATION_ERROR: {'event_start_time': ['Value is required']}\"\n}"}],"_postman_id":"c47ba121-08b6-46d2-88c4-6feef6c86bb2"},{"name":"기획전 수정 상품(텍스트) 수정성공","id":"56bfdf29-2edc-4862-b0a6-88a3d64021ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품텍스트 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8","description":"<p>기획전 상품(텍스트)</p>\n","urlObject":{"port":"5000","path":["event","8"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"be1e152e-83bb-402a-bf1e-896f7d8201f3","name":"기획전 수정 상품(텍스트) 수정성공","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품텍스트 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:02:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"56bfdf29-2edc-4862-b0a6-88a3d64021ef"},{"name":"기획전 수정 상품(텍스트) 유효성검사","id":"155d7c7d-3428-4721-b3b7-75cfd08b4d4b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품텍스트 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8","description":"<p>기획전 상품(텍스트)</p>\n","urlObject":{"port":"5000","path":["event","8"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"dc5f4196-c710-4fa6-a44e-8a93be2c1a7e","name":"기획전 수정 상품(텍스트) 유효성검사","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"4"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"11"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 상품텍스트 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명","disabled":true},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4","disabled":true},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"40"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:11:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_SHORT_DESCRIPTION\"\n}"}],"_postman_id":"155d7c7d-3428-4721-b3b7-75cfd08b4d4b"},{"name":"기획전 수정 유튜브 수정성공","id":"bc335b12-44e0-45fa-8f99-8e8f6419b951","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 유튜브 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/10","description":"<p>기획전 유튜브</p>\n","urlObject":{"port":"5000","path":["event","10"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"b5b3282d-fef4-4a2f-a42b-4ddd564edca4","name":"기획전 수정 유튜브 수정성공","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 유튜브 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"27"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:11:54 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"SUCCESS\"\n}"}],"_postman_id":"bc335b12-44e0-45fa-8f99-8e8f6419b951"},{"name":"기획전 수정 유튜브 유효성검사","id":"9717a935-7c6f-4fa9-8fb1-a0bb3e1fceee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"description":"<p>master</p>\n","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 유튜브 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"<p>배너 이미지 파일</p>\n","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"<p>상세 이미지 파일</p>\n","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8","description":"<p>기획전 유튜브</p>\n","urlObject":{"port":"5000","path":["event","8"],"host":["{{URL}}"],"query":[],"variable":[]}},"response":[{"id":"df930a3e-7cf7-4674-86e3-5ccfa4c38b4a","name":"기획전 수정 유튜브 유효성검사","originalRequest":{"method":"PUT","header":[{"description":"master","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoxfQ.uxyTHQNJ5nNf6HQGXZtoq_xK5-ZPYjhpZ_I6MWzuGYw"},{"description":"seller account 2","key":"Authorization","type":"text","value":"eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJhY2NvdW50X25vIjoyfQ.dfoBsmCXkWhxRGhHj-VxXjJXgmpyxG1PGMjHsjvrxac","disabled":true}],"body":{"mode":"formdata","formdata":[{"contentType":"application/json","key":"event_type_id","type":"text","value":"5"},{"contentType":"application/json","key":"event_sort_id","type":"text","value":"13"},{"contentType":"application/json","key":"is_on_main","type":"text","value":"1\n"},{"contentType":"application/json","key":"is_on_event","type":"text","value":"1"},{"contentType":"application/json","key":"name","type":"text","value":"기획전 유튜브 수정"},{"contentType":"application/json","key":"event_start_time","type":"text","value":"2020-04-20 23:59"},{"contentType":"application/json","key":"event_end_time","type":"text","value":"2020-04-21 23:59"},{"contentType":"application/json","key":"short_description","type":"text","value":"기획전 간략설명"},{"contentType":"application/json","key":"long_description","type":"text","value":"기획전 상세설명입니다.","disabled":true},{"contentType":"application/json","key":"banner_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg","disabled":true},{"contentType":"application/json","key":"detail_image_url","type":"text","value":"https://image.brandi.me/seller/miu_blanc_profile_1541096303.jpeg"},{"contentType":"application/json","key":"button_name","type":"text","value":"이벤트 버튼 이름","disabled":true},{"contentType":"application/json","key":"button_link_type_id","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"button_link_description","type":"text","value":"1","disabled":true},{"contentType":"application/json","key":"product","type":"text","value":"[{\"product_order\": 1, \"product_id\": 1},{\"product_order\": 2, \"product_id\": 2},{\"product_order\": 3, \"product_id\": 3}]"},{"contentType":"application/json","key":"youtube_url","type":"text","value":"https://www.youtube.com/watch?v=u1kHo3nnWP4"},{"description":"배너 이미지 파일","key":"banner_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true},{"description":"상세 이미지 파일","key":"detail_image","type":"file","src":"/Users/LeeJongMin/Downloads/f374509000ff0c4eb572ba25717642f9.png","disabled":true}]},"url":"{{URL}}:5000/event/8"},"status":"BAD REQUEST","code":400,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"35"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"Werkzeug/1.0.1 Python/3.8.0"},{"key":"Date","value":"Sat, 18 Apr 2020 09:13:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"NO_BANNER_IMAGE\"\n}"}],"_postman_id":"9717a935-7c6f-4fa9-8fb1-a0bb3e1fceee"}]}