GET api/Partner/PartnerEventList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetPartnerEventList_Result
NameDescriptionTypeAdditional information
eid

string

None.

eventname

string

None.

partnerid

string

None.

partnername

string

None.

pgid

string

None.

pgname

string

None.

eventplace

string

None.

eventdate

date

None.

description

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "eid": "sample string 1",
    "eventname": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "pgid": "sample string 5",
    "pgname": "sample string 6",
    "eventplace": "sample string 7",
    "eventdate": "2025-05-10T11:00:38.6464549+05:30",
    "description": "sample string 8",
    "tRecordCount": 1
  },
  {
    "eid": "sample string 1",
    "eventname": "sample string 2",
    "partnerid": "sample string 3",
    "partnername": "sample string 4",
    "pgid": "sample string 5",
    "pgname": "sample string 6",
    "eventplace": "sample string 7",
    "eventdate": "2025-05-10T11:00:38.6464549+05:30",
    "description": "sample string 8",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetPartnerEventList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetPartnerEventList_Result>
    <description>sample string 8</description>
    <eid>sample string 1</eid>
    <eventdate>2025-05-10T11:00:38.6464549+05:30</eventdate>
    <eventname>sample string 2</eventname>
    <eventplace>sample string 7</eventplace>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <pgid>sample string 5</pgid>
    <pgname>sample string 6</pgname>
    <tRecordCount>1</tRecordCount>
  </GetPartnerEventList_Result>
  <GetPartnerEventList_Result>
    <description>sample string 8</description>
    <eid>sample string 1</eid>
    <eventdate>2025-05-10T11:00:38.6464549+05:30</eventdate>
    <eventname>sample string 2</eventname>
    <eventplace>sample string 7</eventplace>
    <partnerid>sample string 3</partnerid>
    <partnername>sample string 4</partnername>
    <pgid>sample string 5</pgid>
    <pgname>sample string 6</pgname>
    <tRecordCount>1</tRecordCount>
  </GetPartnerEventList_Result>
</ArrayOfGetPartnerEventList_Result>