GET api/Products/GetReach
Request Information
URI Parameters
None.
Body Parameters
Collection of paymentTable| Name | Description | Type | Additional information |
|---|---|---|---|
| orderId | string |
None. |
|
| UserId | integer |
None. |
|
| cur | string |
None. |
|
| amount | decimal number |
None. |
|
| ctime | date |
None. |
|
| IsCL | boolean |
None. |
|
| CallBackTime | date |
None. |
|
| ExpirationDate | date |
None. |
|
| success | boolean |
None. |
|
| CallBack | boolean |
None. |
|
| name | string |
None. |
|
| ProductId | integer |
None. |
|
| PaymentMethod | string |
None. |
|
| DeviceId | integer |
None. |
|
| paymentId | string |
None. |
|
| Remarks | string |
None. |
|
| AppId | integer |
None. |
|
| PostXml | string |
None. |
|
| PrePayXml | string |
None. |
|
| ResultXml | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"orderId": "sample string 1",
"UserId": 2,
"cur": "sample string 3",
"amount": 4.1,
"ctime": "2025-12-12T05:29:11.6916515+08:00",
"IsCL": true,
"CallBackTime": "2025-12-12T05:29:11.6916515+08:00",
"ExpirationDate": "2025-12-12T05:29:11.6916515+08:00",
"success": true,
"CallBack": true,
"name": "sample string 11",
"ProductId": 12,
"PaymentMethod": "sample string 13",
"DeviceId": 14,
"paymentId": "sample string 15",
"Remarks": "sample string 16",
"AppId": 17,
"PostXml": "sample string 18",
"PrePayXml": "sample string 19",
"ResultXml": "sample string 20"
},
{
"orderId": "sample string 1",
"UserId": 2,
"cur": "sample string 3",
"amount": 4.1,
"ctime": "2025-12-12T05:29:11.6916515+08:00",
"IsCL": true,
"CallBackTime": "2025-12-12T05:29:11.6916515+08:00",
"ExpirationDate": "2025-12-12T05:29:11.6916515+08:00",
"success": true,
"CallBack": true,
"name": "sample string 11",
"ProductId": 12,
"PaymentMethod": "sample string 13",
"DeviceId": 14,
"paymentId": "sample string 15",
"Remarks": "sample string 16",
"AppId": 17,
"PostXml": "sample string 18",
"PrePayXml": "sample string 19",
"ResultXml": "sample string 20"
}
]
application/xml, text/xml
Sample:
<ArrayOfpaymentTable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NewGPS2012.Entity.Entity">
<paymentTable>
<AppId>17</AppId>
<CallBack>true</CallBack>
<CallBackTime>2025-12-12T05:29:11.6916515+08:00</CallBackTime>
<DeviceId>14</DeviceId>
<ExpirationDate>2025-12-12T05:29:11.6916515+08:00</ExpirationDate>
<IsCL>true</IsCL>
<PaymentMethod>sample string 13</PaymentMethod>
<PostXml>sample string 18</PostXml>
<PrePayXml>sample string 19</PrePayXml>
<ProductId>12</ProductId>
<Remarks>sample string 16</Remarks>
<ResultXml>sample string 20</ResultXml>
<UserId>2</UserId>
<amount>4.1</amount>
<ctime>2025-12-12T05:29:11.6916515+08:00</ctime>
<cur>sample string 3</cur>
<name>sample string 11</name>
<orderId>sample string 1</orderId>
<paymentId>sample string 15</paymentId>
<success>true</success>
</paymentTable>
<paymentTable>
<AppId>17</AppId>
<CallBack>true</CallBack>
<CallBackTime>2025-12-12T05:29:11.6916515+08:00</CallBackTime>
<DeviceId>14</DeviceId>
<ExpirationDate>2025-12-12T05:29:11.6916515+08:00</ExpirationDate>
<IsCL>true</IsCL>
<PaymentMethod>sample string 13</PaymentMethod>
<PostXml>sample string 18</PostXml>
<PrePayXml>sample string 19</PrePayXml>
<ProductId>12</ProductId>
<Remarks>sample string 16</Remarks>
<ResultXml>sample string 20</ResultXml>
<UserId>2</UserId>
<amount>4.1</amount>
<ctime>2025-12-12T05:29:11.6916515+08:00</ctime>
<cur>sample string 3</cur>
<name>sample string 11</name>
<orderId>sample string 1</orderId>
<paymentId>sample string 15</paymentId>
<success>true</success>
</paymentTable>
</ArrayOfpaymentTable>
Response Information
Resource Description
None.