POST api/ITTCApi/GetProducts

Request Information

URI Parameters

None.

Body Parameters

TencentGetProductsEntity
NameDescriptionTypeAdditional information
ParkCode

string

None.

nonce_str

string

None.

appid

string

None.

sign

string

None.

time_stamp

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ParkCode": "sample string 1",
  "nonce_str": "sample string 2",
  "appid": "sample string 3",
  "sign": "sample string 4",
  "time_stamp": 5
}

application/xml, text/xml

Sample:
<TencentGetProductsEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Request.Tencent">
  <appid>sample string 3</appid>
  <nonce_str>sample string 2</nonce_str>
  <sign>sample string 4</sign>
  <time_stamp>5</time_stamp>
  <ParkCode>sample string 1</ParkCode>
</TencentGetProductsEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TencentGetProductsResponseEntity
NameDescriptionTypeAdditional information
Result

Collection of TencentProductsDetailResponseEntity

None.

ReturnCode

string

None.

ReturnMsg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Result": [
    {
      "ProductID": "sample string 1",
      "ProductType": "sample string 2",
      "ProductCode": "sample string 3",
      "ParkCode": "sample string 4",
      "ProductName": "sample string 5",
      "ProductPrice": 6,
      "ProductSellPrice": 7,
      "ProductMarketPrice": 8,
      "StartTime": "2025-07-12T15:13:17.3461834+08:00",
      "EndTime": "2025-07-12T15:13:17.3461834+08:00",
      "CanReFund": 11,
      "MinMum": 12,
      "MaxMum": 13
    },
    {
      "ProductID": "sample string 1",
      "ProductType": "sample string 2",
      "ProductCode": "sample string 3",
      "ParkCode": "sample string 4",
      "ProductName": "sample string 5",
      "ProductPrice": 6,
      "ProductSellPrice": 7,
      "ProductMarketPrice": 8,
      "StartTime": "2025-07-12T15:13:17.3461834+08:00",
      "EndTime": "2025-07-12T15:13:17.3461834+08:00",
      "CanReFund": 11,
      "MinMum": 12,
      "MaxMum": 13
    }
  ],
  "ReturnCode": "sample string 1",
  "ReturnMsg": "sample string 2"
}

application/xml, text/xml

Sample:
<TencentGetProductsResponseEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Easyway.ITTC.Common.ParamEntity.ITTCAPI.Response.Tencent">
  <ReturnCode>sample string 1</ReturnCode>
  <ReturnMsg>sample string 2</ReturnMsg>
  <Result>
    <TencentProductsDetailResponseEntity>
      <CanReFund>11</CanReFund>
      <EndTime>2025-07-12T15:13:17.3461834+08:00</EndTime>
      <MaxMum>13</MaxMum>
      <MinMum>12</MinMum>
      <ParkCode>sample string 4</ParkCode>
      <ProductCode>sample string 3</ProductCode>
      <ProductID>sample string 1</ProductID>
      <ProductMarketPrice>8</ProductMarketPrice>
      <ProductName>sample string 5</ProductName>
      <ProductPrice>6</ProductPrice>
      <ProductSellPrice>7</ProductSellPrice>
      <ProductType>sample string 2</ProductType>
      <StartTime>2025-07-12T15:13:17.3461834+08:00</StartTime>
    </TencentProductsDetailResponseEntity>
    <TencentProductsDetailResponseEntity>
      <CanReFund>11</CanReFund>
      <EndTime>2025-07-12T15:13:17.3461834+08:00</EndTime>
      <MaxMum>13</MaxMum>
      <MinMum>12</MinMum>
      <ParkCode>sample string 4</ParkCode>
      <ProductCode>sample string 3</ProductCode>
      <ProductID>sample string 1</ProductID>
      <ProductMarketPrice>8</ProductMarketPrice>
      <ProductName>sample string 5</ProductName>
      <ProductPrice>6</ProductPrice>
      <ProductSellPrice>7</ProductSellPrice>
      <ProductType>sample string 2</ProductType>
      <StartTime>2025-07-12T15:13:17.3461834+08:00</StartTime>
    </TencentProductsDetailResponseEntity>
  </Result>
</TencentGetProductsResponseEntity>