Note

Perform various operations on note records.

Symitar eDocs References: Coming soon.

Operations

getNoteSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
post
/getNoteSelectFields
200

Successful operation.

getNotePagedListSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
post
/getNotePagedListSelectFields
200

Successful operation.

searchNotePagedSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
post
/searchNotePagedSelectFields
200

Successful operation.

updateNoteByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
post
/updateNoteByID
200

Successful operation.

createNote

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
post
/createNote
200

Successful operation.

deleteNote

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
post
/deleteNote
200

Successful operation.

Last updated

Was this helpful?