> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/store-front-api/member-api/undefined-14.md).

# 회원통관고유부호정보

## 통관고유부호정보 검증

> \## 기능설명\
> \* 개인통관고유부호의 유효성을 검증합니다.\
> \---\
> \## 상세설명\
> \* unipass API를 통해 개인통관고유부호가 유효한지 확인합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Member API","version":"v1"},"servers":[{"url":"https://api-member.x2bee.com/api/member/","description":"prd"}],"paths":{"/v1/front/validatePcccInfo":{"post":{"tags":["회원통관고유부호정보"],"summary":"통관고유부호정보 검증","description":"## 기능설명\n* 개인통관고유부호의 유효성을 검증합니다.\n---\n## 상세설명\n* unipass API를 통해 개인통관고유부호가 유효한지 확인합니다.\n","operationId":"validatePcccInfo","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EtMbrPcccInfo"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"boolean"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"EtMbrPcccInfo":{"type":"object","properties":{"pcccSeq":{"type":"string","description":"회원통관고유부호순번"},"mbrNo":{"type":"string","description":"회원번호"},"rcvmnNm":{"type":"string","description":"수취인명","minLength":1},"cellSctNo":{"type":"string","description":"휴대폰구분번호","minLength":1},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호","minLength":1},"cellEndNo":{"type":"string","description":"휴대폰끝번호","minLength":1},"zipNo":{"type":"string","description":"우편번호","minLength":1},"persCstmCd":{"type":"string","description":"통관고유번호","minLength":1},"nonMember":{"type":"boolean"}},"required":["cellEndNo","cellSctNo","cellTxnoNo","persCstmCd","rcvmnNm","zipNo"]},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```

## 회원 통관고유부호 정보 수정

> \## 기능설명\
> \* 회원 통관고유부호 정보를 입력받아 해당 정보를 저장합니다.\
> \---\
> \## 상세설명\
> \* 회원번호, 수취인명, 휴대폰번호, 통관고유번호는 필수입니다.\
> \* 회원번호, 수취인명, 휴대폰번호에 해당하는 통관고유번호 정보가 없을 경우에는 입력받은 정보를 신규로 저장합니다.\
> \* 기존 정보가 있는 경우에는 해당 통관고유번호로 업데이트합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE Member API","version":"v1"},"servers":[{"url":"https://api-member.x2bee.com/api/member/","description":"prd"}],"paths":{"/v1/front/savePcccInfo":{"post":{"tags":["회원통관고유부호정보"],"summary":"회원 통관고유부호 정보 수정","description":"## 기능설명\n* 회원 통관고유부호 정보를 입력받아 해당 정보를 저장합니다.\n---\n## 상세설명\n* 회원번호, 수취인명, 휴대폰번호, 통관고유번호는 필수입니다.\n* 회원번호, 수취인명, 휴대폰번호에 해당하는 통관고유번호 정보가 없을 경우에는 입력받은 정보를 신규로 저장합니다.\n* 기존 정보가 있는 경우에는 해당 통관고유번호로 업데이트합니다.\n","operationId":"savePcccInfo","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/EtMbrPcccInfo"}}},"required":true},"responses":{"200":{"description":"성공"},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"EtMbrPcccInfo":{"type":"object","properties":{"pcccSeq":{"type":"string","description":"회원통관고유부호순번"},"mbrNo":{"type":"string","description":"회원번호"},"rcvmnNm":{"type":"string","description":"수취인명","minLength":1},"cellSctNo":{"type":"string","description":"휴대폰구분번호","minLength":1},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호","minLength":1},"cellEndNo":{"type":"string","description":"휴대폰끝번호","minLength":1},"zipNo":{"type":"string","description":"우편번호","minLength":1},"persCstmCd":{"type":"string","description":"통관고유번호","minLength":1},"nonMember":{"type":"boolean"}},"required":["cellEndNo","cellSctNo","cellTxnoNo","persCstmCd","rcvmnNm","zipNo"]},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}}}
```
