PV API Service

<back to all web services

VersionInformationRequest

The following routes are available for this service:
GET, POST, OPTIONS/VersionInformation

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/VersionInformationRequest HTTP/1.1 
Host: api.practicevelocity.com 
Content-Type: application/xml
Content-Length: length

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

<VersionInformationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PV.API.Common.DataModel">
  <HostCurrentTime>String</HostCurrentTime>
  <HostName>String</HostName>
  <ServiceVersions>
    <ApiServiceVersion>
      <ServiceName>String</ServiceName>
      <ServiceVersion>String</ServiceVersion>
    </ApiServiceVersion>
  </ServiceVersions>
  <SiteName>String</SiteName>
  <SiteVersion>String</SiteVersion>
</VersionInformationResponse>