Getting Started

The CGiX SOAP API is a SOAP based web service that exposes Reports and What If functionality for integration purposes.

The available Report operations are:

OperationDescription
Report_CGTReturns the Capital Gains Tax report data for a given tax year
Report_DIVReturns the Income report data for a given tax year
Report_ITRReturns the Transaction report data for a given tax year
Report_NDRReturns the Notional Disposal report data

The available What If operations are:

OperationDescription
GetFullWhatIfResultsPerforms What If disposal with disposal information returned in the result
GetSimpleWhatIfResultsPerforms What If disposal without disposal information returned in the result
GetTaxYearTotalsReturns the current tax year totals
GetValuationReturns a holdings valuation
GetVolatileSalesPerforms What If repurchase for a volatile disposal

📘

Postman App

The CGiX SOAP API guides illustrate how to call the web service using the Postman app.