Creates an account to establish a financial relationship.
Operation description
You can call this operation to create an account so as to establish a master-member financial relationship.
Debugging
Authorization information
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
LoginEmail | string | Yes | The email address used to log on to the account. | |
AccountAttr | string | Yes | The attribute of the account. To view the attribute of the account, use the account to log on to the Alibaba Cloud Management Console, move the pointer over the profile picture in the upper-right corner, and then click Security Settings. | 1 |
EnterpriseName | string | No | The name of the enterprise. | Dongguan ChuangNeng Electric Appliance Co., Ltd |
FirstName | string | No | The first name. | Zhicheng |
LastName | string | No | The last name. The last name can be up to 64 characters in length. | Wu |
NationCode | string | No | The country code. | CN |
ProvinceName | string | No | The name of the province. This parameter is optional. | Beijing |
CityName | string | No | The name of the city. | Beijing |
Postcode | string | No | The zip code. | 350000 |
Response parameters
Examples
Sample success responses
JSON
format
{
"Code": "LOGIN_EMAIL_HAS_BEEN_USED",
"Message": "loginEmail=685741089H@chinaunicom.cn,has used",
"RequestId": "EAE08A27-386C-579E-966D-8853EC3C5D0E",
"Success": true,
"AgRelationDto": {
"Type": "FINACE_CLOUD",
"Pk": "1728240534507590",
"RamAdminRoleName": "admin-role",
"Mpk": "1785287436011964"
}
}
Error codes
For a list of error codes, visit the Service error codes.