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=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

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

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

{"practice":"String","settings":[{"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: application/json
Content-Length: length

{}