POST EventManagement/SaveEventData
Request Information
URI Parameters
None.
Body Parameters
EventStatementDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| EventID | string |
None. |
|
| HeadName | string |
None. |
|
| EntryType | string |
None. |
|
| HeadID | string |
None. |
|
| EventDate | string |
None. |
|
| IsActive | boolean |
None. |
|
| RevenueData | Collection of EntryDetail |
None. |
|
| ExpenditureData | Collection of EntryDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"EventID": "sample string 1",
"HeadName": "sample string 2",
"EntryType": "sample string 3",
"HeadID": "sample string 4",
"EventDate": "sample string 5",
"IsActive": true,
"RevenueData": [
{
"EntryID": "sample string 1",
"EventID": "sample string 2",
"EntryType": "sample string 3",
"HeadName": "sample string 4",
"Qty": 5,
"Amount": 6.0,
"Remarks": "sample string 7",
"CreateUser": "2026-04-06T16:05:07.2095431+05:30"
},
{
"EntryID": "sample string 1",
"EventID": "sample string 2",
"EntryType": "sample string 3",
"HeadName": "sample string 4",
"Qty": 5,
"Amount": 6.0,
"Remarks": "sample string 7",
"CreateUser": "2026-04-06T16:05:07.2095431+05:30"
}
],
"ExpenditureData": [
{
"EntryID": "sample string 1",
"EventID": "sample string 2",
"EntryType": "sample string 3",
"HeadName": "sample string 4",
"Qty": 5,
"Amount": 6.0,
"Remarks": "sample string 7",
"CreateUser": "2026-04-06T16:05:07.2095431+05:30"
},
{
"EntryID": "sample string 1",
"EventID": "sample string 2",
"EntryType": "sample string 3",
"HeadName": "sample string 4",
"Qty": 5,
"Amount": 6.0,
"Remarks": "sample string 7",
"CreateUser": "2026-04-06T16:05:07.2095431+05:30"
}
]
}
application/xml, text/xml
Sample:
<EventManagementController.EventStatementDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EventManagementAPI.Controllers">
<EntryType>sample string 3</EntryType>
<EventDate>sample string 5</EventDate>
<EventID>sample string 1</EventID>
<ExpenditureData>
<EventManagementController.EntryDetail>
<Amount>6</Amount>
<CreateUser>2026-04-06T16:05:07.2095431+05:30</CreateUser>
<EntryID>sample string 1</EntryID>
<EntryType>sample string 3</EntryType>
<EventID>sample string 2</EventID>
<HeadName>sample string 4</HeadName>
<Qty>5</Qty>
<Remarks>sample string 7</Remarks>
</EventManagementController.EntryDetail>
<EventManagementController.EntryDetail>
<Amount>6</Amount>
<CreateUser>2026-04-06T16:05:07.2095431+05:30</CreateUser>
<EntryID>sample string 1</EntryID>
<EntryType>sample string 3</EntryType>
<EventID>sample string 2</EventID>
<HeadName>sample string 4</HeadName>
<Qty>5</Qty>
<Remarks>sample string 7</Remarks>
</EventManagementController.EntryDetail>
</ExpenditureData>
<HeadID>sample string 4</HeadID>
<HeadName>sample string 2</HeadName>
<IsActive>true</IsActive>
<RevenueData>
<EventManagementController.EntryDetail>
<Amount>6</Amount>
<CreateUser>2026-04-06T16:05:07.2095431+05:30</CreateUser>
<EntryID>sample string 1</EntryID>
<EntryType>sample string 3</EntryType>
<EventID>sample string 2</EventID>
<HeadName>sample string 4</HeadName>
<Qty>5</Qty>
<Remarks>sample string 7</Remarks>
</EventManagementController.EntryDetail>
<EventManagementController.EntryDetail>
<Amount>6</Amount>
<CreateUser>2026-04-06T16:05:07.2095431+05:30</CreateUser>
<EntryID>sample string 1</EntryID>
<EntryType>sample string 3</EntryType>
<EventID>sample string 2</EventID>
<HeadName>sample string 4</HeadName>
<Qty>5</Qty>
<Remarks>sample string 7</Remarks>
</EventManagementController.EntryDetail>
</RevenueData>
</EventManagementController.EventStatementDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.