Click or drag to resize

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.

Syntax
C#
public class NotesClient

The NotesClient type exposes the following members.

Methods
  NameDescription
Public methodCode exampleAddNote

Add a new Note linked to the specified entity.

Public methodCode exampleDeleteNote

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

Public methodCode exampleEditNote

Edit a Note from the supplied Note RSN.

The Note RSN can be fetched from the Web Service Method: Select Notes

Public methodCode exampleSelectNotes

Returns a Paged Collection of all the Notes linked to the supplied Entity RSN.

Paging parameters can be defined in the request.

Top
See Also

Reference