Kitchen Lead Employment Agreement
Template Overview
- Template ID:
kitchen-lead-agreement - 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 |
|---|---|---|---|
effectiveDate | string | No | Insert Date of Offer Letter This is the date the letter. You may want to backdate or post date the letter. (Format: YYYY-MM-DD.) |
firstName | string | No | First Name Please use the full name, as is on the passport or any other official documents of the party. |
lastName | string | No | Last Name |
address | string | No | Address (number & street) |
town | string | No | Address (Town) |
city | string | No | Address (State/City) |
country | string | Yes | Country Must be a valid value from the Supported Countries list. |
commencementDate | string | No | Insert Commencement Date This is the start date for the new employee (Format: YYYY-MM-DD.) |
reportingLine | string | No | Insert Reporting line for this employee Who will the employee be reporting to? Insert the title here |
fixed | boolean | No | Is the employment for a fixed period? If you select “Yes”, the employee only works for a limited period instead of working until they resign or their employment is terminated |
employmentDuration | string | Conditional | How long will the Employee be employed for? Ex: 6 months Required if fixed is true. |
probationClause | boolean | No | Is there a probation period? |
probation | string | Conditional | Insert the probation period Ex: 12 months. Required if probationClause is true. |
salaryFrequency | string | Yes | How often will the salary be paid? Options: "Weekly", "Monthly", "Annually" |
currency | string | No | What is the currency of payment? Options: "NGN", "USD", "GBP", "ZAR", "Others" |
customCurrency | string | Conditional | Insert the currency Required if currency is "Others". |
grossSalary | number | Yes | What is the Gross salary? This is the employee’s total salary inclusive of taxes and any deductions. Ex: 50,000 |
isEquipment | boolean | No | Will the employee be receiving any equipment to carry out their role? Ex: Laptop, mobile phone |
equipments | array of strings | Conditional | What equipment will the employee be receiving? Ex: Laptop, Phone, etc Required if isEquipment is true. |
isBenefits | boolean | No | Will the employee be entitled to any benefits? Ex: data allowance |
benefits | array of strings | Conditional | What benefits will the employee be receiving? Ex: Monthly data allowance of ZAR 15,000 Required if isBenefits is true. |
workingDays | string | No | What days is the Employee expected to report to work? Options: "Monday to Fridays", "Monday to Saturday", "All 7 days of the week", "Three days a week" |
startingTime | string | Yes | When is the Employee’s official resumption time? 9am |
closingTime | string | Yes | When is the Employee’s official closing time? 5pm |
leaveDays | string | No | How many leave days (calendar days) is the Employee entitled to? Remember this refers to the number of working days (so no bank holidays or weekends). |
sickLeave | string | No | How many working days of sick leave is the Employee entitled to? Remember this refers to the number of working days (so no bank holidays or weekends). |
priorNotice | string | Yes | How long is the notice of termination? This is the length of notice that must be given to terminate an agreement. Ex: 1 month. |
duties | array of strings | No | Add the Employee’s tasks/responsibilities |
management | string | No | Who will be signing on behalf of the Employer? |
dispute | boolean | No | How do you want your disputes resolved? Values: true (By Arbitration), false (By the court). |
governingLaw | string | No | What is the governing law of this Agreement? 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 Kitchen Lead Employment Agreement template.
{
"templateId": "kitchen-lead-agreement",
"data": {
"effectiveDate": "2026-06-01",
"firstName": "Joshua",
"lastName": "Odelola",
"address": "123 Beta Way, Lagos",
"town": "Sample Town",
"city": "Sample City",
"country": "Nigeria",
"commencementDate": "2026-06-01",
"reportingLine": "Sample Reporting Line",
"fixed": true,
"employmentDuration": "6 months",
"probationClause": true,
"probation": "12 months",
"salaryFrequency": "Weekly",
"currency": "NGN",
"grossSalary": 50000,
"isEquipment": true,
"equipments": [
"Laptop",
"Phone",
"etc"
],
"isBenefits": true,
"benefits": [
"Monthly data allowance of ZAR 15,000"
],
"workingDays": "Monday to Fridays",
"startingTime": "Sample Starting Time",
"closingTime": "Sample Closing Time",
"leaveDays": "Sample Leave Days",
"sickLeave": "Sample Sick Leave",
"priorNotice": "1 month",
"duties": [
"Sample Duties"
],
"management": "Joshua Odelola",
"dispute": true,
"governingLaw": "Nigeria"
},
"format": "pdf"
}
