Skip to main content
POST
/
customers
/
add
{
  "data": {
    "CustomerId": "0329ed49-28dd-11ef-af4e-0ef0812e6179",
    "customerEmail": "[email protected]",
    "customerPhone": "9987654321",
    "firstName": "Sally",
    "lastName": "Sanders"
  },
  "message": "Customer added successfully",
  "result": true
}

Authorizations

Authorization
string
header
required

Body

application/json
email
string
Example:
first_name
string
Example:
last_name
string
Example:
merchant_key
string
Example:
phone_number
string
Example:

Response

200 - application/json
data
object
message
string
Example:
result
boolean
Example: