POST api/GetInvestorNoteById?NoteId={NoteId}

Request Information

URI Parameters

Name Description Type Additional information
NoteId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ApiPostResponseOfInvestorNotesModel
Name Description Type Additional information
Data

InvestorNotesModel

None.

Success

boolean

None.

Message

Collection of string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": {
    "ID": 1,
    "HTML_NOTE": "sample string 2",
    "INVESTOR_ID": 3,
    "CLIENT_ID": 1,
    "USER_ID": 1,
    "StrCREATED_ON": "sample string 4"
  },
  "Success": true,
  "Message": [
    "sample string 1",
    "sample string 2"
  ]
}