Add a New Note
post
/notes-service/saveNotes
This endpoint is used to add or save a new note.
Request
Supported Media Types
- application/json
- application/xml
Header Parameters
-
appId(required): string
The ID of the application making the request.
-
branchCode(required): string
The branch code for the request.
-
contentType: string
The content type of the request.
-
tenantId: string
The ID of the tenant.
-
userId(required): string
The ID of the user making the request.
Request body that contains data required for creating a new note.
Root Schema : NotesModel
Type:
object
Notes model
Show Source
-
accountId:
string
Account Id
-
actionId:
string
action Id linked to the Note
-
alert:
string
Alert Flag
-
capturedBy:
string
Captured By User Id
-
createdDate:
string
Created Date
-
desc:
string
Notes Description
-
notesId:
string
Notes Id
-
notesType:
string
Notes Type
-
status:
string
Status
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns the ID of the newly created note.
Headers
-
Location: string
URL of newly created note.
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
The request contains invalid input.
500 Response
An internal server error occurred..