{
"PageIndex": 1,
"PageSize": 1,
"SteamId": "string",
"GameId": "string",
"StockStatus": 0,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Selling/QueryStock' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"PageIndex": 1,
"PageSize": 1,
"SteamId": "string",
"GameId": "string",
"StockStatus": 0,
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": {
"PageIndex": 0,
"PageSize": 0,
"TotalRecord": 0,
"PageResult": [
{
"StockId": "string",
"SteamGameId": "string",
"HashName": "string",
"SteamId": "string",
"AssetId": "string",
"Status": 1,
"FrauDwarnings": null,
"GoodsName": "string",
"Icon": "string",
"SteamPrice": 0,
"Price": 0,
"Tradable": true,
"TradableExpires": "2019-08-24T14:15:22.123Z",
"CanPublish": true,
"PublishRemark": "string",
"PaintSeed": 0,
"PaintIndex": 0,
"PaintWear": "string",
"Description": "string",
"BasePrice": 0,
"Memo": "string",
"Property": [
{
"Category": "string",
"Key": "string",
"Value": "string",
"Color": "string"
}
],
"Stickers": [
{
"Id": 0,
"Name": "string",
"Icon": "string",
"Pattern": 0,
"HighlightReel": 0,
"WrappedSticker": 0,
"Slot": 0,
"Wear": 0,
"Price": 0,
"GoodsId": "string",
"HashName": "string",
"GameId": "string",
"KeyColorInfo": {
"R": 0,
"G": 0,
"B": 0
},
"NoWearStickerCount": 0,
"StickerCount": 0
}
],
"Keychains": [
{
"Id": 0,
"Name": "string",
"Icon": "string",
"Pattern": 0,
"HighlightReel": 0,
"WrappedSticker": 0,
"Slot": 0,
"Wear": 0,
"Price": 0,
"GoodsId": "string",
"HashName": "string",
"GameId": "string",
"KeyColorInfo": {
"R": 0,
"G": 0,
"B": 0
},
"NoWearStickerCount": 0,
"StickerCount": 0
}
],
"View": {
"Front": "string",
"Back": "string",
"View": "string",
"GameVersion": "string"
},
"ClassID": "string",
"PaintIndexLabel": "string",
"PaintSeedLabel": "string"
}
]
}
}