POST api/Doctor/UpdateAppointmentInfo

Request Information

URI Parameters

None.

Body Parameters

Appointment
NameDescriptionTypeAdditional information
DoctorId

integer

None.

PatientId

integer

None.

AppointmentRefID

string

None.

AppointmentDateString

string

None.

AppointmentDate

date

None.

TimeSlotText

string

None.

Starttime

integer

None.

Endtime

integer

None.

Duration

integer

None.

Fees

decimal number

None.

e_Doktors_Fees

decimal number

None.

ServiceTax_Fees

decimal number

None.

Total_Fees

decimal number

None.

StatusId

integer

None.

Status

string

None.

StatusColor

string

None.

EnablePayment

boolean

None.

Type

string

None.

PatientProfileImg

string

None.

PatientProfileImgGUID

string

None.

OldAppointmentId

integer

None.

DoctorInfo

Doctor

None.

PatientInfo

Patient

None.

Remarks

string

None.

PatientFamilyMemberId

integer

None.

PatientFamilyMember

FamilyMember

None.

PatientName

string

None.

RowNum

integer

None.

Doctor

Doctor

None.

Patient

Patient

None.

appointmentPayDetails

AppointmentPayDetails

None.

PaymentRefID

string

None.

IsVisibleNotes

boolean

None.

IsVisiblePrescription

boolean

None.

IsVisibleInvestigation

boolean

None.

IsVisiblePayment

boolean

None.

IsVisibleVideoCall

boolean

None.

Id

integer

None.

CreatedBy

string

None.

CreatedOn

date

None.

ModifiedBy

string

None.

ModifiedOn

date

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

TotalCount

integer

None.

StartRow

integer

None.

EndRow

integer

None.

PageNo

integer

None.

SystemIp

string

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseObj
NameDescriptionTypeAdditional information
status_code

integer

None.

status_text

string

None.

data

Object

None.

http_status

integer

None.

reason_pharse

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status_code": 1,
  "status_text": "sample string 2",
  "data": {},
  "http_status": 4,
  "reason_pharse": "sample string 5"
}

application/xml, text/xml

Sample:
<ResponseObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain">
  <data />
  <http_status>4</http_status>
  <reason_pharse>sample string 5</reason_pharse>
  <status_code>1</status_code>
  <status_text>sample string 2</status_text>
</ResponseObj>