Use this API to get the notes of a customer.
Actor | Permission |
---|---|
User | All of the following are required:
|
Client Application | No additional permission is required. |
OK
No content
Bad Request
Unauthorized
Forbidden
Not Found
Not Acceptable
Internal server error
{- "note": [
- {
- "created": "2019-04-09T07:25:46.000Z",
- "createdBy": {
- "user": {
- "firstName": "John",
- "lastName": "Summers",
- "id": "1013"
}
}, - "content": "KYC details of customer need to be updated first before entertaining any request.",
- "link": [
- {
- "rel": "self",
- "href": "/core/customermgr/v3/customer/1889/note/1507"
}
], - "id": "1507"
}, - {
- "created": "2019-04-09T07:25:47.000Z",
- "createdBy": {
- "user": {
- "firstName": "John",
- "lastName": "Summers",
- "id": "1013"
}
}, - "content": "KYC details of the customer is now updated. Now service requests can be entertained.",
- "link": [
- {
- "rel": "self",
- "href": "/core/customermgr/v3/customer/1889/note/1508"
}
], - "id": "1508"
}
]
}