POST api/Partner/GetPartnerCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| aPartner | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PartnerId": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Mobile": "sample string 4",
"LevelId": 5,
"Leadbox": 6,
"ImagePath": "sample string 7",
"CoverImagePath": "sample string 8",
"SignUpDate": "sample string 9",
"InvitedDate": "sample string 10",
"Status": "sample string 11",
"LeadCount": 12,
"ChildCount": 13
}
text/html
Sample:
{"PartnerId":1,"FirstName":"sample string 2","LastName":"sample string 3","Mobile":"sample string 4","LevelId":5,"Leadbox":6,"ImagePath":"sample string 7","CoverImagePath":"sample string 8","SignUpDate":"sample string 9","InvitedDate":"sample string 10","Status":"sample string 11","LeadCount":12,"ChildCount":13}
application/xml, text/xml
Sample:
<PartnerCommunityBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ChildCount>13</ChildCount> <CoverImagePath>sample string 8</CoverImagePath> <FirstName>sample string 2</FirstName> <ImagePath>sample string 7</ImagePath> <InvitedDate>sample string 10</InvitedDate> <LastName>sample string 3</LastName> <LeadCount>12</LeadCount> <Leadbox>6</Leadbox> <LevelId>5</LevelId> <Mobile>sample string 4</Mobile> <PartnerId>1</PartnerId> <SignUpDate>sample string 9</SignUpDate> <Status>sample string 11</Status> </PartnerCommunityBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ResponseCode": 1,
"ResponseMessage": "sample string 2",
"ResponseValue": {}
}
text/html
Sample:
{"ResponseCode":1,"ResponseMessage":"sample string 2","ResponseValue":{}}
application/xml, text/xml
Sample:
<DataSubmit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BeyondCodes.BO"> <ResponseCode>1</ResponseCode> <ResponseMessage>sample string 2</ResponseMessage> <ResponseValue /> </DataSubmit>