The create customer method allows creation of a new customer record in the system.
URL | https://[host].accumulus.com/json/customers |
---|---|
HTTP Method | POST |
Query String Parameters |
Example
POST https://[host].accumulus.com/json/customers
Request Body
{ "AddressLine1":"3245 FANTORUM LANE", "AddressLine2":"SUITE 400", "City":"PORTLAND", "Company":"Fantora Inc.", "CountryCode":"USA", "EmailAddress":"henry@fantorainc.com", "FAXNumber":"", "FirstName":"Henry", "HomeNumber":"", "LastName":"Jennings", "MiddleName":"", "MobileNumber":null, "NamePrefix":"", "NameSuffix":"", "Password":"", "PostalCode":"97124", "StateProvince":"OR", "Title":"", "WebPageURL":"", "WorkNumber":"111 222 3333" }
Response Body
{ "Message":"SUCCESS", "CustomerID":"4980" }