GET api/JankariPortal/GetPartnerlist?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerList_ResultName | Description | Type | Additional information |
---|---|---|---|
partnerid | string |
None. |
|
partnername | string |
None. |
|
company | string |
None. |
|
contactpersonname | string |
None. |
|
state | string |
None. |
|
city | string |
None. |
|
phoneno | string |
None. |
|
tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "partnerid": "sample string 1", "partnername": "sample string 2", "company": "sample string 3", "contactpersonname": "sample string 4", "state": "sample string 5", "city": "sample string 6", "phoneno": "sample string 7", "tRecordCount": 8 }, { "partnerid": "sample string 1", "partnername": "sample string 2", "company": "sample string 3", "contactpersonname": "sample string 4", "state": "sample string 5", "city": "sample string 6", "phoneno": "sample string 7", "tRecordCount": 8 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerList_Result> <city>sample string 6</city> <company>sample string 3</company> <contactpersonname>sample string 4</contactpersonname> <partnerid>sample string 1</partnerid> <partnername>sample string 2</partnername> <phoneno>sample string 7</phoneno> <state>sample string 5</state> <tRecordCount>8</tRecordCount> </GetPartnerList_Result> <GetPartnerList_Result> <city>sample string 6</city> <company>sample string 3</company> <contactpersonname>sample string 4</contactpersonname> <partnerid>sample string 1</partnerid> <partnername>sample string 2</partnername> <phoneno>sample string 7</phoneno> <state>sample string 5</state> <tRecordCount>8</tRecordCount> </GetPartnerList_Result> </ArrayOfGetPartnerList_Result>