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 | App Key |
| 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 | Program 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) | Optional | Historical amount, e.g., 1.0000 | ||
| ├─ ModifyPrice | decimal(16,4) | Optional | Change amount, e.g., 1.0000 | ||
| ├─ ConfirmPrice | decimal(16,4) | Optional | Current amount, e.g., 1.0000 | ||
| ├─ ConfirmSiterCommissionOld | decimal(16,4) | Optional | Historical commission, e.g., 1.0000 | ||
| ├─ ModifySiterCommission | string | Optional | Change commission, e.g., 1.0000 | ||
| ├─ ConfirmSiterCommission | string | Optional | Current commission, e.g., 1.0000 | ||
| ├─ ModifyAt | string | Optional | Chang time,format:yyyy-MM-dd HH:mm:ss | ||
| ├─ ProgramId | string | Optional | Program ID | ||
| ├─ ProgramName | string | Optional | Program Name | ||
| ├─ Charge Currency | string | Optional | Settlement currency: CNY, USD |
Response Parameters
{
"Status": 0,
"Message": "string",
"Data": {
"OrderSn": "string",
"OrderTime": "string",
"SubId": "string",
"ConfirmPriceOld": null,
"ModifyPrice": null,
"ConfirmPrice": null,
"ConfirmSiterCommissionOld": null,
"ModifySiterCommission": "string",
"ConfirmSiterCommission": "string",
"ModifyAt": "string",
"ProgramId": "string",
"ProgramName": "string",
"ChargeCurrency": "string"
}
}