Create Customer
URL : /api/v1/customers/
Method : POST
Parameters
email- Stringfirst_name- Stringlast_name- Stringcompany_name- Stringphone- Stringreference- Stringaddress- Stringpostcode- Stringcity- Stringcountry- Stringstate- Stringcustomer_account- Integer
Data example
{
"email": "tc3@tc.com",
"first_name": "Harry",
"last_name": "Potter",
"company_name": "Hogwarts",
"phone": "+385913111111",
"reference": "ref123",
"address": "Street 1",
"postcode": "10000",
"city": "New York",
"country": "US",
"state": "NY",
"customer_account": 1,
"metadata": {}
}Success Response
Code : 200 OK
Content examples :
Last updated
Was this helpful?