The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/MedPodCurrentPatientRequest HTTP/1.1
Host: api.practicevelocity.com
Content-Type: text/jsv
Content-Length: length
{
practice: String,
serviceDate: 0,
timezoneOffset: 0,
clinicName: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
practices:
[
{
practice: String,
practicePk: 00000000000000000000000000000000,
description: String,
clinics:
[
{
clinicName: String,
clinicNum: 0,
clinicPk: 00000000000000000000000000000000,
description: String,
currentPatients:
[
{
patNum: 0,
patInfoPk: 00000000000000000000000000000000,
lastName: String,
firstName: String,
preferredName: String,
sex: String,
birthDate: String,
age: String,
timeIn: 0,
roomName: String,
logNum: 0,
logDetailPk: 00000000000000000000000000000000,
visitType: String,
medPodId: String
}
]
}
]
}
]
}