Note

Perform various operations on note records.

circle-info

Symitar eDocs References: Coming soon.

Operations

getNoteSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/getNoteSelectFields
200

Successful operation.

getNotePagedListSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/getNotePagedListSelectFields
200

Successful operation.

searchNotePagedSelectFields

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/searchNotePagedSelectFields
200

Successful operation.

updateNoteByID

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/updateNoteByID
200

Successful operation.

createNote

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/createNote
200

Successful operation.

deleteNote

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AccountNumberstringOptional
NoteLocatorintegerOptional
Responses
chevron-right
200

Successful operation.

application/json
post
/deleteNote
200

Successful operation.

Last updated

Was this helpful?