POST api/Pin/PinHomeList
Request Information
URI Parameters
None.
Body Parameters
PinHomeInfoSearch| Name | description | Type | Additional information |
|---|---|---|---|
| MarketerId | string |
Required |
|
| PageNo | integer |
Range: inclusive between 1 and 2147483647 |
|
| PageSize | integer |
Range: inclusive between 0 and 2147483647 |
Request Formats
application/json, text/json
Sample:
{
"MarketerId": "sample string 1",
"PageNo": 2,
"PageSize": 3
}
application/xml, text/xml
Sample:
<mlPin.PinHomeInfoPaging.PinHomeInfoSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Systemic.MLM.Model.Pin"> <MarketerId>sample string 1</MarketerId> <PageNo>2</PageNo> <PageSize>3</PageSize> </mlPin.PinHomeInfoPaging.PinHomeInfoSearch>
response Information
Resource description
ApiResponse| Name | description | Type | Additional information |
|---|---|---|---|
| response | string |
Required |
|
| failure | MlError |
None. |
|
| success | MlSuccess |
None. |