Customer account cancellation
Header parameters
companyIdstringRequiredExample:
Company ID
{{company}}
tracestringRequiredExample:
Global link unique identifier
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
time window
5000
signaturestringRequiredExample:
sign
{{sign}}
langstringOptionalExample:
language
zh-CN
versionstringRequiredExample:
Interface version
0.0.1
Body
customerNostringRequired
Customer number
remarkstringRequired
Notes on account cancellation
isAutobooleanOptional
Whether to cancel the account automatically, the default is false. Note that manual account cancellation requires the white label backend to manually approve the account cancellation twice.
Responses
200Success
application/json
Responseobject
post
POST /global/customer.admin.WhiteCustomerAdminApiService.destroyByCustomerNo HTTP/1.1
Host:
companyId: text
trace: text
apiKey: text
signature: text
version: text
Content-Type: application/json
Accept: */*
Content-Length: 51
{
"customerNo": "text",
"remark": "text",
"isAuto": true
}
200Success
{
"code": "0",
"msg": "Success",
"tm": 38132770,
"trace": "t-cd06-b4650k11-il3so2-r8ix2e9-1651889609",
"ok": true,
"fail": false
}
Last updated