Fetch Orders
This API is used to retrieve the list of billing made by customers through short-links generated by affiliate user.
/api/affiliate/billing/billings
Method: GET
Parameters
-
current
Current Page: Specifies which page of data to retrieve. -
size
Records per Page: Specifies the number of records to be returned per page. -
billStatus
Bill Status, One of Pending, UnWithdrawal, Complete, Cancel -
billType Bill Type, One of Promotion, Refunded, Commission, DrawMoney
-
year
-
month
Response
{
"data": {
"countId": "string",
"current": 0,
"maxLimit": 0,
"optimizeCountSql": true,
"orders": [
{
"asc": true,
"column": "string"
}
],
"pages": 0,
"records": [
{
"accountId": "string",
"amount": 0,
"billNo": "string",
"billStatus": {
"code": "string"
},
"billType": {
"code": "string"
},
"createTime": "2024-04-16T10:57:45.005Z",
"creator": "string",
"deleted": false,
"description": "string",
"editTime": "2024-04-16T10:57:45.005Z",
"editor": "string",
"failureReason": "string",
"hasRefund": false,
"id": "string",
"influencerDisplayName": "string",
"influencerId": "string",
"refNo": "string",
"sourceType": "string",
"stripePayId": "string",
"userId": "string",
"userName": "string"
}
],
"searchCount": true,
"size": 0,
"total": 0
},
"message": "string",
"params": [
{}
],
"requestId": "string",
"status": 0
}