Consent Letter to act as a Director

Template Overview

  • Template ID: consent-letter-director
  • 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
rcNamestringNoCompany name Ex: ABC (pty) Ltd
rcAddressstringNoAddress 123 HFP Way, GRA, Ikeja
directorstringNoName of Director Ex: John Doe
countrystringNoCountry Options: "Nigeria", "South Africa"

Example JSON Payload

Here is an example of a properly formatted data object for the Consent Letter to act as a Director template.

{
  "templateId": "consent-letter-director",
  "data": {
    "rcName": "ABC (pty) Ltd",
    "rcAddress": "123 Beta Way, Lagos",
    "director": "John Doe",
    "country": "Nigeria"
  },
  "format": "pdf"
}