Loyaty API
NotesClient Class |
Simplicity Loyalty Web Service API Documentation for Notes Service - Notes End Point.
The Notes End Point enables creating a Note that is linked to the Entity being interacted with.
public class NotesClient
The NotesClient type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNote | Add a new Note linked to the specified entity. | |
| DeleteNote | Delete a Note from the supplied Note RSN. Any relationship to an Entity will be deleted. The Note RSN can be fetched from the Web Service Method: Select Notes | |
| EditNote | Edit a Note from the supplied Note RSN. The Note RSN can be fetched from the Web Service Method: Select Notes | |
| SelectNotes | Returns a Paged Collection of all the Notes linked to the supplied Entity RSN. Paging parameters can be defined in the request. |