GET api/Partner/GetPartnerEvent/{eid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
GetPartnerEventDetail_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| eid | string |
None. |
|
| eventname | string |
None. |
|
| partnerid | string |
None. |
|
| partnername | string |
None. |
|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| status | integer |
None. |
|
| eventplace | string |
None. |
|
| eventdate | date |
None. |
|
| description | string |
None. |
|
| filename | string |
None. |
|
| photopath | string |
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",
"status": 1,
"eventplace": "sample string 7",
"eventdate": "2025-10-30T05:09:58.4582457+05:30",
"description": "sample string 8",
"filename": "sample string 9",
"photopath": "sample string 10"
}
application/xml, text/xml
Sample:
<GetPartnerEventDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <description>sample string 8</description> <eid>sample string 1</eid> <eventdate>2025-10-30T05:09:58.4582457+05:30</eventdate> <eventname>sample string 2</eventname> <eventplace>sample string 7</eventplace> <filename>sample string 9</filename> <partnerid>sample string 3</partnerid> <partnername>sample string 4</partnername> <pgid>sample string 5</pgid> <pgname>sample string 6</pgname> <photopath>sample string 10</photopath> <status>1</status> </GetPartnerEventDetail_Result>