POST api/Service

An HTTP Post request is used to send data over to the Veri-Tax web service. We use the standard post structure along with a set of non-standard header values to authenticate requests. Please see the integration guide for more information on how to format your requests.

Request Information

Request body formats

text/xml

Sample:

          POST    https://secure.veri-tax.com/WebServices/api/service/ HTTP/1.1
          Content-Type: text/xml; charset=utf-8
          Accept: text/xml
          Host: secure.veri-tax.com
          Content-Length: 32

          HMACSignature: B7QHrq82CRMsasdft0bNM6ps642hgRj@lJq3XfUdfSQPBYW8yor4=
          HMACVersion: 256
          PublicKey: vS3cgsyj6Rj@lJq3YWGBqU=
          TimeStamp: 2025-04-26T00:59:24.064Z
          MethodName: Ping
          AppName: AppsAreCool
          ServiceVersion: 4.5

          q0UyI7McYGmqv6jPsfhfyiozXSXTF
                

Response Information

Response Body Formats

text/xml

Sample:
HTTP/1.1 200 OK
Server: Dradis Server/10.0.0.0
Date: Sat, 26 Apr 2025 00:58:24 GMT
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: application/xml; charset=utf-8
Content-Length: 444
Connection: Close

        <ServiceResponse
            xmlns:i=""http://www.w3.org/2001/XMLSchema-instance""
            xmlns=""https://secure.veri-tax.com/WebServices/api/service/ServiceResponse"">
            <Data>encrypted data here</Data>
        </ServiceResponse >