POST medinouspatientinterface/api/PatientRegistration

Request Information

URI Parameters

None.

Body Parameters

PatientDetails
NameDescriptionTypeAdditional information
PatientId

integer

None.

PatientName

string

None.

DOB

string

None.

Gender

string

None.

PhoneNumber

string

None.

StatusMessage

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PatientId": 1,
  "PatientName": "sample string 2",
  "DOB": "sample string 3",
  "Gender": "sample string 4",
  "PhoneNumber": "sample string 5",
  "StatusMessage": "sample string 6"
}

application/xml, text/xml

Sample:
<PatientDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Nous.MedinousNG.Enterprise.Data">
  <DOB>sample string 3</DOB>
  <Gender>sample string 4</Gender>
  <PatientId>1</PatientId>
  <PatientName>sample string 2</PatientName>
  <PhoneNumber>sample string 5</PhoneNumber>
  <StatusMessage>sample string 6</StatusMessage>
</PatientDetails>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.