GET api/Details?start={start}&finish={finish}&personId={personId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| start | date |
Required |
|
| finish | date |
Required |
|
| personId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PaymentRecordSimpleData| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| BuyerId | globally unique identifier |
None. |
|
| Cent | unsigned integer |
None. |
|
| PaymentTarget | string |
None. |
|
| Direct | TradeDirect |
None. |
|
| PaymentOrderId | string |
None. |
|
| Description | string |
None. |
|
| CreatedTime | date |
None. |
|
| TotalCent | unsigned integer |
None. |
|
| PaymentSource | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "4f8a9363-72c8-48ca-aaa6-10616296fe58",
"BuyerId": "e949e152-c9d9-4b5d-814a-8ad63e1551db",
"Cent": 3,
"TotalCent": 8,
"PaymentTarget": "sample string 4",
"Direct": 2,
"PaymentSource": "sample string 9",
"PaymentOrderId": "sample string 5",
"Description": "sample string 6",
"CreatedTime": "2026-09-06T20:55:34.9097343+08:00"
},
{
"Id": "4f8a9363-72c8-48ca-aaa6-10616296fe58",
"BuyerId": "e949e152-c9d9-4b5d-814a-8ad63e1551db",
"Cent": 3,
"TotalCent": 8,
"PaymentTarget": "sample string 4",
"Direct": 2,
"PaymentSource": "sample string 9",
"PaymentOrderId": "sample string 5",
"Description": "sample string 6",
"CreatedTime": "2026-09-06T20:55:34.9097343+08:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfPaymentRecordSimpleData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Desn.FastTransaction.Reports.Data">
<PaymentRecordSimpleData>
<BuyerId>e949e152-c9d9-4b5d-814a-8ad63e1551db</BuyerId>
<Cent>3</Cent>
<CreatedTime>2026-09-06T20:55:34.9097343+08:00</CreatedTime>
<Description>sample string 6</Description>
<Direct>Expend</Direct>
<Id>4f8a9363-72c8-48ca-aaa6-10616296fe58</Id>
<PaymentOrderId>sample string 5</PaymentOrderId>
<PaymentSource>sample string 9</PaymentSource>
<PaymentTarget>sample string 4</PaymentTarget>
<TotalCent>8</TotalCent>
</PaymentRecordSimpleData>
<PaymentRecordSimpleData>
<BuyerId>e949e152-c9d9-4b5d-814a-8ad63e1551db</BuyerId>
<Cent>3</Cent>
<CreatedTime>2026-09-06T20:55:34.9097343+08:00</CreatedTime>
<Description>sample string 6</Description>
<Direct>Expend</Direct>
<Id>4f8a9363-72c8-48ca-aaa6-10616296fe58</Id>
<PaymentOrderId>sample string 5</PaymentOrderId>
<PaymentSource>sample string 9</PaymentSource>
<PaymentTarget>sample string 4</PaymentTarget>
<TotalCent>8</TotalCent>
</PaymentRecordSimpleData>
</ArrayOfPaymentRecordSimpleData>