POST api/Patient/SavePatientInfo

Request Information

URI Parameters

None.

Body Parameters

Patient
NameDescriptionTypeAdditional information
PatientRefID

string

None.

FirstName

string

None.

LastName

string

None.

SecretPin

integer

None.

Gender

string

None.

DOB

date

None.

MobileNo

string

None.

Email

string

None.

Password

string

None.

ProfileImg

string

None.

ProfileImgGUID

string

None.

State

string

None.

Country

string

None.

City

string

None.

SpecifyDrugs

string

None.

IsTermsAgree

boolean

None.

Type

string

None.

ConnectionId

string

None.

ChatHistoryKey

string

None.

OnlineStatus

string

None.

ParentPatientId

integer

None.

PatientCategory

string

None.

Relationship

string

None.

FamilyMembers

Collection of Patient

None.

UnreadMessageCount

integer

None.

IsVisibleUnreadMessageCount

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>