客户销户
Header parameters
companyIdstringRequiredExample:
公司ID
{{company}}
tracestringRequiredExample:
全局链路唯一标志
{{mock_trace}}
apiKeystringRequiredExample:
apiKey
{{apikey}}
recvWindowstringOptionalExample:
时间窗口
5000
signaturestringRequiredExample:
签名
{{sign}}
langstringOptionalExample:
语言
zh-CN
versionstringRequiredExample:
接口版本
0.0.1
Body
customerNostringRequired
客户编号
remarkstringRequired
销户备注
isAutobooleanOptional
是否自动销户,默认false,注意手动销户需要白标后台人工二次审批销户
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