POST
api/v1/add-edit-event-data
Request Information
Body Parameters
EventsDataModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EventsMasterModel | EventsMasterModel |
None. |
|
| EventsDetailModel | EventsDetailModel |
None. |
|
| AdminMemberId | integer |
None. |
|
| ClientId | integer |
None. |
|
| ButtonClicked | string |
None. |
Request Formats
application/json, text/json
{
"EventsMasterModel": {
"EventMasterId": 1,
"Name": "sample string 2",
"StartDate": "2026-02-04T11:10:14.4902443+00:00",
"EndDate": "2026-02-04T11:10:14.4902443+00:00",
"IsActive": true,
"IsLogicalDeleted": true,
"CreatedOn": "2026-02-04T11:10:14.4902443+00:00",
"CreatedBy": 7,
"ChildSellerId": 8,
"ModifiedOn": "2026-02-04T11:10:14.4902443+00:00",
"ModifiedBy": 10,
"ClientId": 11,
"Frequency": 12,
"SortOrder": 13
},
"EventsDetailModel": {
"EventDetailId": 1,
"EventsMasterId": 2,
"Title": "sample string 3",
"Tags": "sample string 4",
"PageUrl": "sample string 5",
"ShortDescription": "sample string 6",
"LongDescription": "sample string 7",
"PageTitle": "sample string 8",
"Thumbnail": "sample string 9",
"LanguageId": 10,
"PublishedBy": 1,
"ApprovedBy": 1,
"SentForApproval": true,
"ApprovedOn": "2026-02-04T11:10:14.4902443+00:00",
"Version": "sample string 13"
},
"AdminMemberId": 1,
"ClientId": 2,
"ButtonClicked": "sample string 3"
}
text/html
{"EventsMasterModel":{"EventMasterId":1,"Name":"sample string 2","StartDate":"2026-02-04T11:10:14.4902443+00:00","EndDate":"2026-02-04T11:10:14.4902443+00:00","IsActive":true,"IsLogicalDeleted":true,"CreatedOn":"2026-02-04T11:10:14.4902443+00:00","CreatedBy":7,"ChildSellerId":8,"ModifiedOn":"2026-02-04T11:10:14.4902443+00:00","ModifiedBy":10,"ClientId":11,"Frequency":12,"SortOrder":13},"EventsDetailModel":{"EventDetailId":1,"EventsMasterId":2,"Title":"sample string 3","Tags":"sample string 4","PageUrl":"sample string 5","ShortDescription":"sample string 6","LongDescription":"sample string 7","PageTitle":"sample string 8","Thumbnail":"sample string 9","LanguageId":10,"PublishedBy":1,"ApprovedBy":1,"SentForApproval":true,"ApprovedOn":"2026-02-04T11:10:14.4902443+00:00","Version":"sample string 13"},"AdminMemberId":1,"ClientId":2,"ButtonClicked":"sample string 3"}
application/xml, text/xml
<EventsDataModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Events">
<AdminMemberId>1</AdminMemberId>
<ButtonClicked>sample string 3</ButtonClicked>
<ClientId>2</ClientId>
<EventsDetailModel>
<ApprovedBy>1</ApprovedBy>
<ApprovedOn>2026-02-04T11:10:14.4902443+00:00</ApprovedOn>
<EventDetailId>1</EventDetailId>
<EventsMasterId>2</EventsMasterId>
<LanguageId>10</LanguageId>
<LongDescription>sample string 7</LongDescription>
<PageTitle>sample string 8</PageTitle>
<PageUrl>sample string 5</PageUrl>
<PublishedBy>1</PublishedBy>
<SentForApproval>true</SentForApproval>
<ShortDescription>sample string 6</ShortDescription>
<Tags>sample string 4</Tags>
<Thumbnail>sample string 9</Thumbnail>
<Title>sample string 3</Title>
<Version>sample string 13</Version>
</EventsDetailModel>
<EventsMasterModel>
<ChildSellerId>8</ChildSellerId>
<ClientId>11</ClientId>
<CreatedBy>7</CreatedBy>
<CreatedOn>2026-02-04T11:10:14.4902443+00:00</CreatedOn>
<EndDate>2026-02-04T11:10:14.4902443+00:00</EndDate>
<EventMasterId>1</EventMasterId>
<Frequency>12</Frequency>
<IsActive>true</IsActive>
<IsLogicalDeleted>true</IsLogicalDeleted>
<ModifiedBy>10</ModifiedBy>
<ModifiedOn>2026-02-04T11:10:14.4902443+00:00</ModifiedOn>
<Name>sample string 2</Name>
<SortOrder>13</SortOrder>
<StartDate>2026-02-04T11:10:14.4902443+00:00</StartDate>
</EventsMasterModel>
</EventsDataModel>
application/x-www-form-urlencoded
Sample not available.
Response Information
Description:
Return type: integer
Response Formats
application/json, text/json, text/html
1
application/xml, text/xml
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>
