POST api/NewsFeed/GetStudentBirthdays
Request Information
URI Parameters
None.
Body Parameters
StudentBirthdayModel| Name | Description | Type | Additional information |
|---|---|---|---|
| franchise_Id | integer |
None. |
|
| user_id | integer |
None. |
|
| academicyear_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"franchise_Id": 1,
"user_id": 2,
"academicyear_id": 3
}
application/xml, text/xml
Sample:
<StudentBirthdayModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Model"> <academicyear_id>3</academicyear_id> <franchise_Id>1</franchise_Id> <user_id>2</user_id> </StudentBirthdayModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IResponseModelOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| ResponseMessage | string |
None. |
|
| ResponseCode | integer |
None. |
|
| ResponseData | Object |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.