Common Customer DTO
namestringrequired
The customer's name
Example:
<Your Customer's name>emailstring
The customer's email
Example:
abc@def.comdial_codestring
The customer's mobile phone country code
phonestringrequired
Example:
+852company_namestring
The customer's company name
default_payment_methodstring
default_payment_tokenstring
Set a default payment token of this customer
Common Customer DTO
{
"name": "<Your Customer's name>",
"email": "abc@def.com",
"dial_code": "string",
"phone": "+852",
"company_name": "string",
"default_payment_method": "string",
"default_payment_token": "string"
}