> 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/api-en/store-front-api-reference/order-api/separate-storage.md).

# Separate Storage

## Process Customer Center Data Separation Storage

> \## Function Description\
> \* Migrates and masks the personal information of withdrawn members.\
> \---\
> \## Detailed Description\
> \* Migrates and masks the customer center personal information of members being processed for withdrawal.\
> \---\
> \## Code Reference\
> \* \`\`\`Separation storage type (separateType)\`\`\` : W: Withdrawal\
> \---\
> \## Revision History\
> \* release\_231228\_01 : Removed dormant (S) separation storage type<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":["Separate Storage"],"summary":"Process Customer Center Data Separation Storage","description":"## Function Description\n* Migrates and masks the personal information of withdrawn members.\n---\n## Detailed Description\n* Migrates and masks the customer center personal information of members being processed for withdrawal.\n---\n## Code Reference\n* ```Separation storage type (separateType)``` : W: Withdrawal\n---\n## Revision History\n* release_231228_01 : Removed dormant (S) separation storage type\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":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"CsWithdrawalRequest":{"required":["mbrNo","separateType"],"type":"object","properties":{"mbrNo":{"type":"string","description":"Member No."},"separateType":{"type":"string","description":"Separate Storage Type","enum":["WITH_DRAWAL"]}},"description":"Withdrawn Member Processing Request 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"}}}}}}}
````
