> 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/order-api/undefined-20.md).

# 분리보관

## 고객센터 분리보관 처리

> \## 기능설명\
> \* 탈퇴 회원 개인정보 이관 및 마스킹 처리한다.\
> \---\
> \## 상세설명\
> \* 탈퇴 처리 되는 회원의 고객센터 개인정보를 이관 및 마스킹 처리합니다.\
> \---\
> \## 코드정리\
> \* \`\`\`분리보관타입(separateType)\`\`\` : W:탈퇴\
> \---\
> \## 수정번호\
> \* release\_231228\_01 : 분리보관타입 휴면(S) 삭제<br>

````json
{"openapi":"3.0.1","info":{"title":"X2BEE Order API","version":"v1"},"servers":[{"url":"https://api-order.x2bee.com/api/order/","description":"prd"}],"paths":{"/v1/customerservice/withdrawalAndDormantMember":{"post":{"tags":["분리보관"],"summary":"고객센터 분리보관 처리","description":"## 기능설명\n* 탈퇴 회원 개인정보 이관 및 마스킹 처리한다.\n---\n## 상세설명\n* 탈퇴 처리 되는 회원의 고객센터 개인정보를 이관 및 마스킹 처리합니다.\n---\n## 코드정리\n* ```분리보관타입(separateType)``` : W:탈퇴\n---\n## 수정번호\n* release_231228_01 : 분리보관타입 휴면(S) 삭제\n","operationId":"withdrawalAndDormantMember","parameters":[{"name":"Authorization","in":"header","description":"Access Token","required":false}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CsWithdrawalRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"CsWithdrawalRequest":{"required":["mbrNo","separateType"],"type":"object","properties":{"mbrNo":{"type":"string","description":"회원번호"},"separateType":{"type":"string","description":"분리보관타입","enum":["WITH_DRAWAL"]}},"description":"탈퇴 회원 처리 요청 DTO"},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","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"}},"description":"validation error list"},"Response":{"type":"object","properties":{"timestamp":{"type":"string","description":"result time","format":"date-time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"object","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}}}}}
````
