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
| Field | Type | Requirement | Description & Details |
|---|---|---|---|
rcName | string | No | Company name Ex: ABC (pty) Ltd |
rcAddress | string | No | Address 123 HFP Way, GRA, Ikeja |
director | string | No | Name of Director Ex: John Doe |
country | string | No | Country 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"
}
