The get customer method allows retrieval of detailed customer information for a particular customer.
URL | https://[host].accumulus.com/json/customers/[customerID] |
---|---|
HTTP Method | GET |
Query String Parameters |
Example
GET https://[host].accumulus.com/json/customers/4962
Response Body
{ "Message":"SUCCESS", "Customer": { "AddressLine1":"3245 FANTORUM LANE", "AddressLine2":"SUITE 400", "City":"PORTLAND", "CollectionMethod":"Any", "Company":"Fantora Inc.", "CountryCode":"USA", "CustomerID":"4962", "EmailAddress":"debora@fantorainc.com", "FAXNumber":"", "FirstName":"Deborah", "HomeNumber":"", "LastName":"Jennings", "MiddleName":"", "MobileNumber":null, "NamePrefix":"", "NameSuffix":"", "Password":"", "PostalCode":"97124", "StateProvince":"OR", "Title":"", "WebPageURL":"", "WorkNumber":"111 222 3333" } }