POST api/Partner/UpdateEventDetail/{eid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eid

string

Required

Body Parameters

PartnerEventMaster
NameDescriptionTypeAdditional information
eid

string

None.

partnerid

string

None.

pgid

string

None.

eventdate

date

None.

eventplace

string

None.

eventname

string

None.

description

string

None.

status

integer

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

seqno

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "eid": "sample string 1",
  "partnerid": "sample string 2",
  "pgid": "sample string 3",
  "eventdate": "2025-05-10T10:54:40.8828693+05:30",
  "eventplace": "sample string 4",
  "eventname": "sample string 5",
  "description": "sample string 6",
  "status": 1,
  "createby": "sample string 7",
  "createon": "2025-05-10T10:54:40.8828693+05:30",
  "updateby": "sample string 8",
  "updateon": "2025-05-10T10:54:40.8828693+05:30",
  "seqno": 1
}

application/xml, text/xml

Sample:
<PartnerEventMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <createby>sample string 7</createby>
  <createon>2025-05-10T10:54:40.8828693+05:30</createon>
  <description>sample string 6</description>
  <eid>sample string 1</eid>
  <eventdate>2025-05-10T10:54:40.8828693+05:30</eventdate>
  <eventname>sample string 5</eventname>
  <eventplace>sample string 4</eventplace>
  <partnerid>sample string 2</partnerid>
  <pgid>sample string 3</pgid>
  <seqno>1</seqno>
  <status>1</status>
  <updateby>sample string 8</updateby>
  <updateon>2025-05-10T10:54:40.8828693+05:30</updateon>
</PartnerEventMaster>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>