Put the Customer ID in the URL below.
Request:
GET /api6/customers/533261?apiKey=XXXXXX {
}
Response:
{
"id": "533261",
"createtime": "2014-09-30T11:07:51-04:00",
"modifiedtime": "2015-07-16T12:50:08-04:00",
"organization": "Big Company",
"firstname": "Joel",
"lastname": "Aemmer",
"street": "123 Tst st",
"city": "Clelaveld",
"state": "OH",
"zip": "44444",
"country": "",
"homephone": "(234) 200-0257",
"officephone": "(234) 200-0257",
"cellphone": "(234) 200-0257",
"fax": "",
"email": "joel.aemmer@gmail.com",
"notes": "",
"customertype": "Commercial",
"locationid": "0",
"tags": [
"cool",
"annoying"
],
"customfields_ids": {
"35854": {
"name": "test field",
"value": "test response",
"type": "smalltext",
"options": null
}
},
"href": "https://rental.software/api6/customers/533261",
"createtime_ts": "1412089671",
"createtime_utc": "2014-09-30T15:07:51Z",
"modifiedtime_ts": "1437065408",
"modifiedtime_utc": "2015-07-16T16:50:08Z"
}