-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat : add duration in new leave email template
- Loading branch information
1 parent
93897c5
commit 66f4df0
Showing
4 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -309,10 +309,11 @@ | |
- Headers : none | ||
- Body : | ||
{ | ||
"name": "mansi dhameliya", | ||
"date": "3 jan 2023", // OR if you want to add multiple dates, you can add like this : "3 jan 2023 to 5 jan 2023" | ||
"status": 1, // you can use 1 for request | ||
"reason": "Casual Leave", | ||
"name": "mansi dhameliya", | ||
"date": "3 jan 2023", // OR if you want to add multiple dates, you can add like this : "3 jan 2023 to 5 jan 2023" | ||
"duration": "first-half" // You can add first-half or second-half or 3 days as you want | ||
"status": 1, // you can use 1 for request | ||
"reason": "Casual Leave", | ||
"receiver": "[email protected]", | ||
} | ||
- Response : | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters