POST api/CouponTransfers/GetMyCouponTransfers
Request Information
URI Parameters
None.
Body Parameters
GetCouponTransfersRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageIndex": 1,
"PageSize": 2
}
application/xml, text/xml
Sample:
<GetCouponTransfersRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TasksApi.Models"> <PageIndex>1</PageIndex> <PageSize>2</PageSize> </GetCouponTransfersRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.