Project

General

Profile

New Function #800

Updated by Deca Park about 2 months ago

<p>안녕하세요 부장님.<br /> 
 <br /> 
 이전에 요청 주셨던 집, 회사 위치 등록 및 조회 API 전달드립니다.</p> 

 <p>총 2가지 API로 구분값을 변경하도록 개발된것 같습니다. (addrType | H:집, C:회사)<br /> 
 <br /> 
 확인부탁드립니다. 감사합니다!<br /> 
 &nbsp;</p> 

 <p><strong>사용자 주소 조회</strong></p> 

 <p><a href="http://app.stoneitgt.com:29080/jobaba-api/swagger-ui.html#/operations/%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EC%9D%BC%EC%9E%90%EB%A6%AC%EC%9E%AC%EB%8B%A8%20%EB%AA%A8%EB%B0%94%EC%9D%BC%20%EC%82%AC%EC%9A%A9%EC%9E%90%20API/userAddrUsingPOST">/api/m/userAddr</a></p> 

 <p>호출값</p> href="http://app.stoneitgt.com:29080/jobaba-api/swagger-ui.html#/operations/%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EC%9D%BC%EC%9E%90%EB%A6%AC%EC%9E%AC%EB%8B%A8%20%EB%AA%A8%EB%B0%94%EC%9D%BC%20%EC%82%AC%EC%9A%A9%EC%9E%90%20API/userAddrUsingPOST">/api/m/userAddr</a>호출값</p> 

 <pre> 
 <code>{ 
   &quot;addrType&quot;: &quot;주소 타입(H:집,C:회사)&quot;, 
   &quot;userToken&quot;: &quot;사용자 토큰&quot; 
 } 

 </code></pre> 

 <p>응답값</p> 

 <pre> 
 <code>{ 
   &quot;addrType&quot;: &quot;주소 타입(H:집,C:회사)&quot;, 
   &quot;addrTypeNm&quot;: &quot;주소 타입(집,회사)&quot;, 
   &quot;adres&quot;: &quot;지번_주소&quot;, 
   &quot;adresDtl&quot;: &quot;지번_상세주소&quot;, 
   &quot;legalCd&quot;: &quot;법정코드&quot;, 
   &quot;rdnmad&quot;: &quot;도로명_주소&quot;, 
   &quot;rdnmadDtl&quot;: &quot;도로명_상세주소&quot;, 
   &quot;zip&quot;: &quot;우편번호&quot;, 
   &quot;mapLat&quot;: &quot;위도&quot;, 
   &quot;mapLng&quot;: &quot;경도&quot; 
 } 

 </code></pre> 

 <p><strong>사용자 주소 등록</strong></p> 

 <p>****<a href="http://app.stoneitgt.com:29080/jobaba-api/swagger-ui.html#/operations/%EA%B2%BD%EA%B8%B0%EB%8F%84%20%EC%9D%BC%EC%9E%90%EB%A6%AC%EC%9E%AC%EB%8B%A8%20%EB%AA%A8%EB%B0%94%EC%9D%BC%20%EC%82%AC%EC%9A%A9%EC%9E%90%20API/saveAppMberAddrUsingPOST">/api/m/saveAppMberAddr</a>호출값</p> 

 <pre> 
 <code>{ 
   &quot;addrType&quot;: &quot;주소 타입(H:집,C:회사) -------- 필수&quot;, 
   &quot;adres&quot;: &quot;지번_주소&quot;, 
   &quot;adresDtl&quot;: &quot;지번_상세주소&quot;, 
   &quot;legalCd&quot;: &quot;법정코드&quot;, 
   &quot;rdnmad&quot;: &quot;도로명_주소 ------필수&quot;, 
   &quot;rdnmadDtl&quot;: &quot;도로명_상세주소&quot;, 
   &quot;zip&quot;: &quot;우편번호&quot;, 
   &quot;mapLat&quot;: &quot;위도 ----------필수&quot;, 
   &quot;mapLng&quot;: &quot;경도 ----------필수&quot; 
   &quot;userToken&quot;: &quot;사용자 토큰&quot;, 
 } 

 </code></pre> 

 <p>응답값 errorCode : 200 성공</p> 

 <p><!-- notionvc: 04de1926-7d45-47e8-8f98-320c3da603b6 --></p> 

Back