{
"SteamGameId": "string",
"SteamId": "string",
"StartPice": 0,
"EndPice": 0,
"GoodsName": "string",
"State": 0,
"GoodsType": [
{
"TypeId": "string",
"SubTypeId": [
"string"
]
}
],
"Property": [
{
"Key": "string",
"Values": [
"string"
]
}
],
"Color": [
"string"
],
"StartPaintWear": 0,
"EndPaintWear": 0,
"Sort": 0,
"SortType": 1,
"IsSecret": true,
"ShowType": 0,
"PageIndex": 1,
"PageSize": 1,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Rent/QuerySelfRentGoods' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"SteamGameId": "string",
"SteamId": "string",
"StartPice": 0,
"EndPice": 0,
"GoodsName": "string",
"State": 0,
"GoodsType": [
{
"TypeId": "string",
"SubTypeId": [
"string"
]
}
],
"Property": [
{
"Key": "string",
"Values": [
"string"
]
}
],
"Color": [
"string"
],
"StartPaintWear": 0,
"EndPaintWear": 0,
"Sort": 0,
"SortType": 1,
"IsSecret": true,
"ShowType": 0,
"PageIndex": 1,
"PageSize": 1,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"GoodsNum": "string",
"GoodsId": "string",
"StockId": "string",
"MarkPrice": 0,
"Source": 0,
"SupportSublet": 0,
"Status": 1,
"SubletSuccessTimes": 0,
"RentMaxDay": 0,
"Price": 0,
"Deposits": 0,
"LongRentDay": 0,
"LongRentPrice": 0,
"Description": "string",
"AssetId": "string",
"HashName": "string",
"GoodsName": "string",
"GoodsImg": "string",
"CreateTime": "2019-08-24T14:15:22.123Z",
"RentExpire": "2019-08-24T14:15:22.123Z",
"OrderStatus": 1,
"OrderProgressStatus": 1,
"Items": [
{
"GoodsNum": "string",
"StockId": "string",
"Status": 1,
"RentMaxDay": 0,
"Price": 0,
"Deposits": 0,
"LongRentDay": 0,
"LongRentPrice": 0,
"Description": "string",
"AssetId": "string",
"SteamId": "string",
"BasePrice": 0,
"Remark": "string",
"Visible": true,
"IsShopOnline": true,
"IsPreRent": true
}
],
"SteamId": "string",
"IsShowLabel": true,
"IsShowSubSidy": true,
"Visible": true,
"ClaimType": 1,
"IsShopOnline": true,
"IsPreRent": true
}
]
}
}