POST api/GetAppointmentNoteById

Request Information

URI Parameters

None.

Body Parameters

AppointmentNotes
NameDescriptionTypeAdditional information
appt_id

integer

None.

appt_status

string

None.

appt_note

string

None.

created_by

integer

None.

is_visible_admin

boolean

None.

disposition_id

integer

None.

AttachmentName

Collection of string

None.

LstappointmentFileAttachmentModel

Collection of AppointmentFileAttachmentModel

None.

Request Formats

application/json, text/json

Sample:
{
  "appt_id": 1,
  "appt_status": "sample string 2",
  "appt_note": "sample string 3",
  "created_by": 4,
  "is_visible_admin": true,
  "disposition_id": 6,
  "attachmentName": [
    "sample string 1",
    "sample string 2"
  ],
  "lstappointmentFileAttachmentModel": [
    {
      "attachmentName": "sample string 1",
      "created_id": 2
    },
    {
      "attachmentName": "sample string 1",
      "created_id": 2
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.