POST api/LonLink/TradeDetail
Request Information
URI Parameters
None.
Body Parameters
LonLinkTradeDetailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrgId | string |
None. |
|
| Requester | string |
None. |
|
| MerchantNo | string |
None. |
|
| PrivateKey | string |
None. |
|
| TradeDate | date |
None. |
|
| PayType | LonLinkPayType |
None. |
|
| PayMode | LonLinkPayMode |
None. |
|
| terminalNo | string |
None. |
|
| TradeState | LonLinkTradeState |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrgId": "sample string 1",
"Requester": "sample string 2",
"MerchantNo": "sample string 3",
"PrivateKey": "sample string 4",
"TradeDate": "2026-03-07 20:34:14",
"PayType": 1,
"PayMode": 1,
"terminalNo": "sample string 6",
"TradeState": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}