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

FieldTypeRequirementDescription & Details
emailAddressstringNoEmail Address of the Contact Ex: compliance@mypocketcounsel.co.uk
phonestringNoPhone Number of the Contact Ex: +234144000
governingLawstringNoWhat 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"
}