{
"id": 0,
"RegisterId": 0,
"enterpriceFullName": "string",
"enterpriceAbbreviation": "string",
"enterpriceAddress": "string",
"creditCode": "string",
"establishDate": "string",
"establishDateBefore": "string",
"establishDateAfter": "string",
"corporationName": "string",
"corporationIdcard": "string",
"corporationPhone": "string",
"reviewTime": "string",
"reviewBeforeTime": "string",
"reviewAfterTime": "string",
"reviewPass": 0,
"reviewReply": "string",
"businessLicenseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"businessLicenseUrl": "string",
"idcardObverseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"idcardObverseUrl": "string",
"idcardReverseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"idcardReverseUrl": "string",
"reviewCode": "string",
"idcardInfoJson": "string",
"licenseInfoJson": "string",
"registerAccount": "string",
"phone": "string",
"registerTime": "string"
}
curl --location --request POST '/portal/customerQuery/saveDetail' \
--header 'token: eyJhbGciOiJSUzI1NiJ9.eyJzdWIiOiJ7XCJpc3NcIjpcIkJXX0lOTkVSX0dBVEVXQVlcIixcImlhdFwiOjE3NTIwMzE4NzgsXCJwbGF0Zm9ybVwiOlwiU0dcIixcImp0aVwiOlwiU0dcIn0iLCJpc3MiOiJCV19JTk5FUl9HQVRFV0FZIiwiZXhwIjoxNzUzMDMxODc4LCJpYXQiOjE3NTIwMzE4NzgsInBsYXRmb3JtIjoiU0ciLCJqdGkiOiJTRyJ9.kHFzS4gQJzoq85Ar8oqVbGdmzP3eoHZfKficICpsqNagXAc9s7S3M5i2SobiWP_dLV7b-3ya8n97YWmoeX1xC9CSt2nr7flexFOCJocoubU36EWg3AKu7KT43aDgw5OP--yygGctEhuK8Zl8NLuPXQyEupFAcVCn37vurf5rT88' \
--header 'customer: 428166320547168262' \
--header 'user: ljing' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"RegisterId": 0,
"enterpriceFullName": "string",
"enterpriceAbbreviation": "string",
"enterpriceAddress": "string",
"creditCode": "string",
"establishDate": "string",
"establishDateBefore": "string",
"establishDateAfter": "string",
"corporationName": "string",
"corporationIdcard": "string",
"corporationPhone": "string",
"reviewTime": "string",
"reviewBeforeTime": "string",
"reviewAfterTime": "string",
"reviewPass": 0,
"reviewReply": "string",
"businessLicenseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"businessLicenseUrl": "string",
"idcardObverseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"idcardObverseUrl": "string",
"idcardReverseFilehub": {
"reqId": "string",
"reqCustomerId": 0,
"localFilePath": "string"
},
"idcardReverseUrl": "string",
"reviewCode": "string",
"idcardInfoJson": "string",
"licenseInfoJson": "string",
"registerAccount": "string",
"phone": "string",
"registerTime": "string"
}'
{
"error": {
"code": "",
"message": "",
"detail": ""
},
"reqId": "",
"reqCustomerId": 0,
"data": 0
}