HTTP + XML
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /xml/reply/ClockwisePatientRegistrationRequest HTTP/1.1
Host: api.practicevelocity.com
Content-Type: application/xml
Content-Length: length
<ClockwisePatientRegistrationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Partner.DataModel.Clockwise">
<Address1>String</Address1>
<AppointmentID>0</AppointmentID>
<CellPhone>String</CellPhone>
<City>String</City>
<ClinicPk>00000000-0000-0000-0000-000000000000</ClinicPk>
<DOB>0001-01-01T00:00:00</DOB>
<Email>String</Email>
<FirstName>String</FirstName>
<IsOnline>false</IsOnline>
<IsStaffAdded>false</IsStaffAdded>
<IsWalkin>false</IsWalkin>
<LastName>String</LastName>
<Phone>String</Phone>
<PracticePk>00000000-0000-0000-0000-000000000000</PracticePk>
<SSN>String</SSN>
<Sex>String</Sex>
<State>String</State>
<TimezoneOffset>0</TimezoneOffset>
<VisitTime>0</VisitTime>
<Zip>String</Zip>
</ClockwisePatientRegistrationRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<PatientRegistrationBlankResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Partner.DataModel.Clockwise" />