POST api/Doctor/SaveDoctor_Investigations

Request Information

URI Parameters

None.

Body Parameters

Doctor_Investigation
NameDescriptionTypeAdditional information
DoctorId

integer

None.

PatientId

integer

None.

Notes

string

None.

SubmittedDate

date

None.

InvestigationPdf

string

None.

type

string

None.

Doctor_Info

Doctor

None.

Patient_Info

Patient

None.

AppointmentID

integer

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>