POST api/EventHappening/SaveEventsAndHappenings
Request Information
URI Parameters
None.
Body Parameters
EventInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| Entity_ID | integer |
None. |
|
| User_Type | string |
None. |
|
| Event_Type | string |
None. |
|
| Year_ID | integer |
None. |
|
| Month_ID | integer |
None. |
|
| AcademicYear_ID | integer |
None. |
|
| Report_Name | string |
None. |
|
| User_ID | string |
None. |
|
| Event_Happening_ID | integer |
None. |
|
| Image_Gallery_Folder_ID | integer |
None. |
|
| Attachment_Url | string |
None. |
|
| Event_Date | date |
None. |
|
| Title | string |
None. |
|
| Content_Text | string |
None. |
|
| Type | string |
None. |
|
| Is_Active | boolean |
None. |
|
| Created_By | string |
None. |
|
| Created_By_Others | string |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Entity_ID": 1,
"User_Type": "sample string 2",
"Event_Type": "sample string 3",
"Year_ID": 4,
"Month_ID": 5,
"AcademicYear_ID": 6,
"Report_Name": "sample string 7",
"User_ID": "sample string 8",
"Event_Happening_ID": 9,
"Image_Gallery_Folder_ID": 10,
"Attachment_Url": "sample string 11",
"Event_Date": "2025-12-11T19:33:03.7617672+05:30",
"Title": "sample string 13",
"Content_Text": "sample string 14",
"Type": "sample string 15",
"Is_Active": true,
"Created_By": "sample string 17",
"Created_By_Others": "sample string 18",
"ID": 19
}
application/xml, text/xml
Sample:
<EventInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ekidzeeAndroid.Repositories"> <AcademicYear_ID>6</AcademicYear_ID> <Attachment_Url>sample string 11</Attachment_Url> <Content_Text>sample string 14</Content_Text> <Created_By>sample string 17</Created_By> <Created_By_Others>sample string 18</Created_By_Others> <Entity_ID>1</Entity_ID> <Event_Date>2025-12-11T19:33:03.7617672+05:30</Event_Date> <Event_Happening_ID>9</Event_Happening_ID> <Event_Type>sample string 3</Event_Type> <ID>19</ID> <Image_Gallery_Folder_ID>10</Image_Gallery_Folder_ID> <Is_Active>true</Is_Active> <Month_ID>5</Month_ID> <Report_Name>sample string 7</Report_Name> <Title>sample string 13</Title> <Type>sample string 15</Type> <User_ID>sample string 8</User_ID> <User_Type>sample string 2</User_Type> <Year_ID>4</Year_ID> </EventInfo>
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.