{
"StartTime": "string",
"EndTime": "string",
"PageIndex": 1,
"PageSize": 1,
"Status": [
1
],
"SteamId": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Rent/SellerRentOrderList' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"StartTime": "string",
"EndTime": "string",
"PageIndex": 1,
"PageSize": 1,
"Status": [
1
],
"SteamId": "string",
"GameId": "string",
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"OrderNum": "string",
"RentType": 1,
"Status": 1,
"CreateTime": "2019-08-24T14:15:22.123Z",
"RentExpire": "2019-08-24T14:15:22.123Z",
"RevertExpire": "2019-08-24T14:15:22.123Z",
"Price": 0,
"OrderAmount": 0,
"RentDay": 0,
"MaxRentDay": 0,
"Deposits": 0,
"CancelReason": "string",
"HashName": "string",
"AssetId": "string",
"ClaimStatus": 0,
"ClaimRemark": "string"
}
]
}
}