POST API/Patient/PatientLoad

Request Information

URI Parameters

None.

Body Parameters

PatientLoad
NameDescriptionTypeAdditional information
label

string

None.

value

integer

None.

PatientName

string

None.

DoctorId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "label": "sample string 1",
  "value": 2,
  "PatientName": "sample string 3",
  "DoctorId": 4
}

application/xml, text/xml

Sample:
<PatientLoad xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models">
  <DoctorId>4</DoctorId>
  <PatientName>sample string 3</PatientName>
  <label>sample string 1</label>
  <value>2</value>
</PatientLoad>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.