POST api/account/GetAffListForSuper
Request Information
URI Parameters
None.
Body Parameters
GetAffUserInfoInput| Name | Description | Type | Additional information |
|---|---|---|---|
| Search | string |
None. |
|
| MaxResultCount | integer |
None. |
|
| SkipCount | integer |
None. |
|
| OrgId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Search": "sample string 1",
"MaxResultCount": 2,
"SkipCount": 3,
"OrgId": "4b577050-d0be-4960-99b4-5975486ff67a"
}
application/xml, text/xml
Sample:
<GetAffUserInfoInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Siyan.Lianxinqiao.Core.Users.Dto"> <MaxResultCount>2</MaxResultCount> <OrgId>4b577050-d0be-4960-99b4-5975486ff67a</OrgId> <Search>sample string 1</Search> <SkipCount>3</SkipCount> </GetAffUserInfoInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.