Anti Bribery and Corruption Policy
Template Overview
- Template ID:
anti-bribery - Version: 2.0.0
To generate this document, pass the structured data described below into the data property of the /api/v1/documents/generate endpoint.
Data Payload Schema
| Field | Type | Requirement | Description & Details |
|---|---|---|---|
emailAddress | string | No | Email Address of the Contact Ex: compliance@mypocketcounsel.co.uk |
phone | string | No | Phone Number of the Contact Ex: +234144000 |
governingLaw | string | No | What Jurisdiction will govern your Anti Bribery Policy? Must be a valid value from the Supported Countries list. |
Example JSON Payload
Here is an example of a properly formatted data object for the Anti Bribery and Corruption Policy template.
{
"templateId": "anti-bribery",
"data": {
"emailAddress": "compliance@mypocketcounsel.co.uk",
"phone": "+234144000",
"governingLaw": "Nigeria"
},
"format": "pdf"
}
