Use this API to retrieve one or more customers identified by customer IDs. To provide multiple IDs, a comma separated string must be used in request URI. A maximum of 75 IDs is allowed per request. Neither pagination nor range query parameters are supported by this API.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "customer": [
- {
- "link": [
- {
- "rel": "self",
- "href": "/core/customermgr/v3/customer/1011"
}
], - "cases": {
- "link": [
- {
- "rel": "case",
- "href": "/core/casemgr/v3/case?customer=1011"
}
]
}, - "customerName": "John Tierney",
- "type": {
- "value": "individual",
- "displayValue": "Individual"
}, - "lastModified": "2021-10-27T09:46:34.000Z",
- "contacts": {
- "contact": [
- {
- "systemCreated": false,
- "salutation": "Mr.",
- "firstName": "John",
- "middleName": "Russel",
- "lastName": "Tierney",
- "loginId": "jTierney",
- "lastModified": "2021-10-27T09:46:34.000Z",
- "email": [
- {
- "emailAddress": "john.russel@customer.com",
- "lastModified": "2021-10-27T09:46:35.000Z",
- "id": "1038"
}
], - "postal": [
- {
- "type": {
- "value": "office",
- "displayValue": "Office address"
}, - "address_1": "345",
- "address_2": "E Midfield Rd",
- "city": "Mountain View",
- "state": "Ca",
- "zip": "98704",
- "country": "USA",
- "region": "United States",
- "lastModified": "2021-10-27T09:46:39.000Z",
- "id": "1042"
}
], - "phone": [
- {
- "type": {
- "value": "home"
}, - "phoneNo": "234 3456",
- "countryCode": "1",
- "areaCode": "408",
- "extension": "102",
- "availability": {
- "days": {
- "value": "any_day",
- "displayValue": "Any day"
}, - "times": {
- "value": "mornings",
- "displayValue": "Mornings"
}
}, - "lastModified": "2021-10-27T09:46:36.000Z",
- "id": "1039"
}
], - "website": [
], - "social": [
- {
- "type": {
- "value": "Twitter"
}, - "socialId": "1234",
- "lastModified": "2021-10-27T09:46:37.000Z",
- "id": "1040"
}
], - "id": "1016"
}
]
}, - "notes": [
- {
- "rel": "note",
- "href": "/core/customermgr/v3/customer/1011/notes"
}
], - "id": "1011"
}
]
}