{
"goodsNumList": [
{
"GoodsNum": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}curl --location --request POST 'https://openapi.ecosteam.cn/Api/Rent/OffshelfRentGoods' \
--header 'language;' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '{
"goodsNumList": [
{
"GoodsNum": "string",
"AssetId": "string",
"SteamGameId": "string"
}
],
"PartnerId": "string",
"Timestamp": "string",
"Sign": "string",
"ServiceProviderId": "string",
"OpenID": "string"
}'{
"ResultCode": "string",
"ResultMsg": "string",
"ResultData": [
{
"GoodsNum": "string",
"AssetId": "string",
"IsSuccess": true,
"ErrorMsg": "string"
}
]
}