PV API Service

<back to all web services

SavePatientFlowSettingsRequest

POST a list of patient flow setting records for an entire practice.

The following routes are available for this service:
POST, OPTIONS/PatientFlow/Settings/{Practice}

To override the Content-type in your clients HTTP Accept Header, append ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /csv/reply/SavePatientFlowSettingsRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: text/csv
Content-Length: length

Practice,Settings
String,"[{patientFlowSettingID:0,practicePK:00000000000000000000000000000000,clinicPK:00000000000000000000000000000000,avgWaitTimeAlert:0,avgWaitTimeWarn:0,maxWaitTimeAlert:0,maxWaitTimeWarn:0,patientCurrentAlert:0,patientCurrentWarn:0,inExamAlert:0,inExamWarn:0,avgTotalTimeInClinicAlert:0,avgTotalTimeInClinicWarn:0,maxTotalTimeInClinicAlert:0,maxTotalTimeInClinicWarn:0,avgTimeInExamAlert:0,aveTimeInExamWarn:0,maxTimeInExamAlert:0,maxTimeInExamWarn:0,showOnPatientFlowDashboard:False}]"

HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length