# Activate a lease Activate a lease in draft state Endpoint: POST /api/tenant/{tenantId_path}/lease/activate Version: v1 ## Path parameters: - `tenantId_path` (string, required) ## Request fields (application/json-patch+json): - `id` (string) ## Response 200 fields (text/plain): - `createdEntityId` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 400 fields (text/plain): - `createdEntityId` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 403 fields (text/plain): - `createdEntityId` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 404 fields (text/plain): - `createdEntityId` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean) ## Response 422 fields (text/plain): - `createdEntityId` (string,null) - `errors` (array) - `isFailure` (boolean) - `isSuccess` (boolean)