POST api/Patient/ProfileUpdate

Request Information

URI Parameters

None.

Body Parameters

PatientProfileModel
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

MemberId

globally unique identifier

Required

FirstName

string

Required

String length: inclusive between 0 and 50

MiddleName

string

None.

LastName

string

Required

String length: inclusive between 0 and 50

UserId

globally unique identifier

None.

PharmacyId

globally unique identifier

None.

DOB

date

None.

PatientNo

string

None.

Gender

string

None.

Address1

string

None.

Address2

string

None.

LocationId

globally unique identifier

None.

LocationName

string

None.

Zipcode

string

None.

CellPhone

string

None.

Email

string

None.

BloodGroup

string

None.

IsEmail

boolean

None.

IsSMS

boolean

None.

Photo

string

None.

PharmacyName

string

None.

PharmacyAddress

string

None.

PharmacyCity

string

None.

PharmacyState

string

None.

PharmacyZipCode

string

None.

PharmacyPhoneNo

string

None.

TimeZone

string

None.

AccountName

string

None.

Offset

integer

None.

PreferredLanguage

string

None.

ModifiedBy

globally unique identifier

None.

ModifiedOn

date

None.

Modified

Member

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

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.