For support support@leadrat.com
Authorization: ********************x-tenant-id: ********************curl --location --request POST '/handover/templates' \
--header 'Authorization: Bearer <token>' \
--header 'x-tenant-id: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"category": "string",
"description": "string",
"isBuiltIn": true,
"archived": true,
"autoAssignUnitTypes": [
"string"
],
"autoAssignIsNri": true,
"autoAssignProjectType": "string",
"autoAssignState": "string",
"projectId": "5a8591dd-4039-49df-9202-96385ba3eff8",
"towerId": "a940e9b7-a84f-4237-9a16-b70a629fcff1",
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"templateId": "196100ac-4eec-4fb6-a7f7-86c8b584771d",
"itemName": "string",
"label": "string",
"sequenceNo": 0,
"isRequired": true,
"isDocumentRequired": true,
"description": "string"
}
]
}'{
"id": "66666666-6666-6666-6666-666666666666",
"name": "Standard Residential",
"category": "RESIDENTIAL",
"description": "Standard handover checklist for residential apartments",
"isBuiltIn": false,
"archived": false,
"autoAssignUnitTypes": [
"2BHK",
"3BHK"
],
"autoAssignIsNri": false,
"autoAssignProjectType": "APARTMENT",
"autoAssignState": "KARNATAKA",
"items": [
{
"id": "77777777-7777-7777-7777-777777777777",
"templateId": "66666666-6666-6666-6666-666666666666",
"itemName": "Main Door Keys",
"sequenceNo": 1,
"isRequired": true,
"isDocumentRequired": false,
"description": "3 sets of main door keys"
},
{
"id": "88888888-8888-8888-8888-888888888888",
"templateId": "66666666-6666-6666-6666-666666666666",
"itemName": "Maintenance Manual",
"sequenceNo": 2,
"isRequired": true,
"isDocumentRequired": true,
"description": "Signed maintenance manual copy"
}
]
}