POST api/Notification/SendNotificationsOnNewJoineeAdded
Request Information
URI Parameters
None.
Body Parameters
NewJoineeCompleteTaskEnt| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| JoiningDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 2",
"JoiningDate": "2025-12-06T09:12:41.5165819+05:30"
}
application/xml, text/xml
Sample:
<NewJoineeCompleteTaskEnt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonLibrary.Entity"> <Id>1</Id> <JoiningDate>2025-12-06T09:12:41.5165819+05:30</JoiningDate> <Name>sample string 2</Name> </NewJoineeCompleteTaskEnt>
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. |