A valid request URL is required to generate request examples
{ "data": { "customer_email": "[email protected]", "customer_id": "f1070284-5fda-11ef-bae5-0ef0812e6179", "customer_phone": "5134140000" }, "message": "Customer added successfully", "result": true }
Create Customer
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
"[email protected]"
"John"
"Doe"
"{{merchant_key}}"
"5134140000"
Show child attributes
"f1070284-5fda-11ef-bae5-0ef0812e6179"
"Customer added successfully"
true