Name | Description | Type | Additional information |
---|---|---|---|
UserEmail |
The user's email address. |
string |
Required Data type: EmailAddress Matching regular expression pattern: ^([a-zA-Z0-9_\-\.]+)@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.)|(([a-zA-Z0-9\-]+\.)+))([a-zA-Z]{2,4}|[0-9]{1,3})(\]?)$ String length: inclusive between 0 and 100 |
UserFullName |
The user's display name. |
string |
Required String length: inclusive between 0 and 100 |
UserTaxID |
The user's unique tax ID |
string |
None. |
UserBirthDate |
The user's birth date. |
date |
None. |
AccountCode |
The unique ID of the account. |
string |
Required |
AccountName |
The name of the account. |
string |
Required |
AccountState |
Represent the state of the account. |
string |
None. |
AccountCity |
Represent the city of the account. |
string |
None. |
AccountAddress |
Represent the address of the account. |
string |
None. |
AccountContactEmail |
Represent the email address of the account. |
string |
None. |
AccountPhoneNumber |
Represent the phone number of the account. |
string |
None. |
OwnerTaxID |
The owner's unique tax ID of the account. |
string |
Required |
OwnerFullName |
The owner's fullname of the account. |
string |
Required |
OwnerPhoneNumber |
The owner's phone number. |
string |
None. |
CountryCode |
Represent the country code of account. (ex: Chile=CL, Brasil=BR, ..) |
string |
Required |
Message |
Return a message when the operation was created successfully. |
string |
None. |