Basic Information
-
SERVICE_NAME: linkbest.open-service.orders.settlement.get
-
Request Method: POST
Request Header
Header Parameter | Required | Example | Description |
---|---|---|---|
Content-Type | Yes | application/json |
Common Parameters
Parameter Name | Required | Example | Description |
---|---|---|---|
AppKey | Yes | 2312521 | Website application AppKey |
Timestamp | Yes | 1596592757 | Second-level timestamp |
Service | Yes | linkbest.open-Service.orders.settlement.get | Interface service name |
Sign | Yes | 5D17CCCD5B29F98171D6D0D43136B366 | Signature |
Interface Parameters
Parameter Name | Required | Example | Description |
---|---|---|---|
Stime | Yes | Start time of the order, in seconds timestamp, note: the time span cannot exceed 1 day | |
Etime | Yes | End time of the order, in seconds timestamp, note: the time span cannot exceed 1 day | |
ProgramId | No | Plan ID | |
OrderSn | No | Order number | |
SubId | No | Feedback label | |
Page | No | Page number, default 1 | |
PageSize | No | Page size, default 20, maximum 200 |
Request Example
{
"Stime": "string",
"Etime": "string",
"ProgramId": "string",
"OrderSn": "string",
"SubId": "string",
"Page": "string",
"PageSize": "string"
}
Response Parameters
Name | Type | Required | Default | Description | Other Information |
---|---|---|---|---|---|
Status | integer | Optional | Status Code | ||
Message | string | Optional | Error Message | ||
Data | object | Optional | Settlement Change Details | ||
├─ OrderSn | string | Optional | Order ID | ||
├─ OrderTime | string | Optional | Order placement time, format: yyyy-MM-dd HH:mm:ss | ||
├─ SubId | string | Optional | Feedback label | ||
├─ ConfirmPriceOld | decimal(16,4) |