Create a customerAsk AIpost https://api.resova.us/v1/customersCreates a new customer object.Body Paramsfirst_namestringrequiredThe first name of the customer.last_namestringrequiredThe last name of the customer.emailstringrequiredThe email for the customer.passwordstringDefaults to nullThe password for the customer.mobilestringDefaults to nullThe mobile number for the customer.telephonestringDefaults to nullThe telephone number for the customer.addressstringDefaults to nullThe address line 1 of the customer.address2stringDefaults to nullThe address line 2 of the customer.citystringDefaults to nullThe city of the customer.countystringDefaults to nullThe county/state of the customer.postcodestringDefaults to nullThe postcode of the customer.custom_fieldsarray of objectsThe custom fields for this customer, as dictated by the customers settings. Pass an array of objects.custom_fieldsADD objectResponse 200200Updated 10 months ago