Skip to main content

Customer DTO

namestringrequired

The customer's name

Example: <Your Customer's name>
emailstring

The customer's email

Example: abc@def.com
dial_codestring

The customer's mobile phone country code

phonestringrequired
Example: +852
company_namestring

The customer's company name

default_payment_methodstring
default_payment_tokenstring

Set a default payment token of this customer

reference_numberstringrequired

Your side unique number

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",
"reference_number": "string"
}