GET api/JankariPortal/BirthdayNotification
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of BirthdayDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
None. |
|
| empname | string |
None. |
|
| deptname | string |
None. |
|
| desname | string |
None. |
|
| empphoto | string |
None. |
|
| city | string |
None. |
|
| gender | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"empid": "sample string 1",
"empname": "sample string 2",
"deptname": "sample string 3",
"desname": "sample string 4",
"empphoto": "sample string 5",
"city": "sample string 6",
"gender": "sample string 7"
},
{
"empid": "sample string 1",
"empname": "sample string 2",
"deptname": "sample string 3",
"desname": "sample string 4",
"empphoto": "sample string 5",
"city": "sample string 6",
"gender": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfBirthdayDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<BirthdayDetails>
<city>sample string 6</city>
<deptname>sample string 3</deptname>
<desname>sample string 4</desname>
<empid>sample string 1</empid>
<empname>sample string 2</empname>
<empphoto>sample string 5</empphoto>
<gender>sample string 7</gender>
</BirthdayDetails>
<BirthdayDetails>
<city>sample string 6</city>
<deptname>sample string 3</deptname>
<desname>sample string 4</desname>
<empid>sample string 1</empid>
<empname>sample string 2</empname>
<empphoto>sample string 5</empphoto>
<gender>sample string 7</gender>
</BirthdayDetails>
</ArrayOfBirthdayDetails>