{
"MobilePhone": "string",
"VerificationCode": "string",
"CustomerName": "string",
"Name": "string",
"Password": "string",
"PasswordConfirm": "string",
"ContactAddress": "string",
"ProvinceAreaNo": 0,
"CityAreaNo": 0,
"CountyAreaNo": 0,
"RegionAreaNo": 0,
"Longitude": "string",
"Latitude": "string",
"TxLongitude": "string",
"TxLatitude": "string",
"InvitationCode": "string"
}curl --location --request POST '/api/CaiHua_Business_App_RegisterBO/RegisterQuick' \
--header 'Content-Type: application/json' \
--data-raw '{
"MobilePhone": "string",
"VerificationCode": "string",
"CustomerName": "string",
"Name": "string",
"Password": "string",
"PasswordConfirm": "string",
"ContactAddress": "string",
"ProvinceAreaNo": 0,
"CityAreaNo": 0,
"CountyAreaNo": 0,
"RegionAreaNo": 0,
"Longitude": "string",
"Latitude": "string",
"TxLongitude": "string",
"TxLatitude": "string",
"InvitationCode": "string"
}'{
"Result": {
"CustomerID": 0,
"PlatFormCode": "string",
"CustomerCode": "string",
"UserID": 0,
"UserName": "string",
"GroupUserId": "string",
"MobilePhone": "string",
"Status": 0
},
"ResponseCode": 0,
"ResponseStatus": "string",
"RequestJson": "string"
}