PV API Service

<back to all web services

OccuScriptChartDemographicsRequest

GET an Visit Demographics for an OccuScript ID

The following routes are available for this service:
GET, OPTIONS/Occuscript/Demographics/{Id}

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

HTTP + XML

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

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

<OccuScriptChartDemographicsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Partner.DataModel.OccuScript">
  <Id>String</Id>
</OccuScriptChartDemographicsRequest>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<OccuScriptChartDemographicsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.Partner.DataModel.OccuScript">
  <DateOfInjury>0001-01-01T00:00:00</DateOfInjury>
  <EmployerAddress1>String</EmployerAddress1>
  <EmployerAddress2>String</EmployerAddress2>
  <EmployerCity>String</EmployerCity>
  <EmployerName>String</EmployerName>
  <EmployerPhone>String</EmployerPhone>
  <EmployerState>String</EmployerState>
  <EmployerZip>String</EmployerZip>
  <FirstName>String</FirstName>
  <InjuryId>String</InjuryId>
  <LastName>String</LastName>
  <Onset>0001-01-01T00:00:00</Onset>
  <PayerAddress1>String</PayerAddress1>
  <PayerAddress2>String</PayerAddress2>
  <PayerCity>String</PayerCity>
  <PayerName>String</PayerName>
  <PayerPhone>String</PayerPhone>
  <PayerState>String</PayerState>
  <PayerZip>String</PayerZip>
  <Ssn>String</Ssn>
</OccuScriptChartDemographicsResponse>