All requests must first be Authorized and must use the HTTP POST method over HTTPS.
This call allows you to download PEP report for given corporation.
https://api.vision-net.ie/cws/2.5/digital_hub/corporate/{{corporateId}}/report/PEP
URI parameters
| Parameter | Type | Description |
|---|---|---|
| corporateId | Long | PK of a corporation whose report you want to download. |
The API response:
In case the API call is successful, the response is a standard PDF file stream of an 'application/pdf' Content Type.
Otherwise, a JSON response is returned.