POST api/Coupon/MyCouponBSD

我的优惠券 - 博视顿 (分页)

Request Information

URI Parameters

None.

Body Parameters

PagingModel
NameDescriptionTypeAdditional information
Page

页码 (从1开始)

integer

None.

PageSize

分页大小

integer

None.

Sort

排序字段

string

None.

Order

排序方向

SortDirection

None.

Request Formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "Sort": "sample string 3",
  "Order": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiReturnModelOfListOfCouponModel
NameDescriptionTypeAdditional information
Code

ReturnCode

None.

Message

string

None.

Data

Collection of CouponModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 0,
  "Message": "sample string 1",
  "Data": [
    {
      "Id": "fa6aba9a-2321-420a-87dd-b75ec687bb6e",
      "CouponCode": "sample string 2",
      "Source": 1,
      "Product": "sample string 3",
      "AmountOver": 4.0,
      "FaceValue": 5.0,
      "Points": 6.0,
      "BeginTime": "2024/04/25 17:01:59",
      "EndTime": "2024/04/25 17:01:59",
      "GetCouponUrl": "sample string 9",
      "GetCouponCommand": "sample string 10",
      "Shop": "sample string 11",
      "CreateUserId": "6c401f4c-f6c3-4158-b8fe-9a933e9554cb",
      "CreateTime": "2024/04/25 17:01:59",
      "LastUpdateUserId": "aceb2378-94ec-44ce-9471-262f7ce6f63b",
      "LastUpdateTime": "2024/04/25 17:01:59"
    },
    {
      "Id": "fa6aba9a-2321-420a-87dd-b75ec687bb6e",
      "CouponCode": "sample string 2",
      "Source": 1,
      "Product": "sample string 3",
      "AmountOver": 4.0,
      "FaceValue": 5.0,
      "Points": 6.0,
      "BeginTime": "2024/04/25 17:01:59",
      "EndTime": "2024/04/25 17:01:59",
      "GetCouponUrl": "sample string 9",
      "GetCouponCommand": "sample string 10",
      "Shop": "sample string 11",
      "CreateUserId": "6c401f4c-f6c3-4158-b8fe-9a933e9554cb",
      "CreateTime": "2024/04/25 17:01:59",
      "LastUpdateUserId": "aceb2378-94ec-44ce-9471-262f7ce6f63b",
      "LastUpdateTime": "2024/04/25 17:01:59"
    }
  ]
}