Use this API to get a specific note of a customer.
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
{- "note": [
- {
- "created": "2019-01-07T08:56:08.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/1017/note/2011"
}
], - "id": "2011"
}
]
}