POST api/Notification/NotifyResignationDateAddedNotification
Request Information
URI Parameters
None.
Body Parameters
NewExitEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| NAME_OF_EXIT | string |
None. |
|
| DATE_OF_EXIT | date |
None. |
|
| RESIGNATION_DATE | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"NAME_OF_EXIT": "sample string 2",
"DATE_OF_EXIT": "2025-12-06T12:00:08.1284666+05:30",
"RESIGNATION_DATE": "2025-12-06T12:00:08.1284666+05:30"
}
application/xml, text/xml
Sample:
<NewExitEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonLibrary.Entity"> <DATE_OF_EXIT>2025-12-06T12:00:08.1284666+05:30</DATE_OF_EXIT> <Id>1</Id> <NAME_OF_EXIT>sample string 2</NAME_OF_EXIT> <RESIGNATION_DATE>2025-12-06T12:00:08.1284666+05:30</RESIGNATION_DATE> </NewExitEnt>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |