Ruft das virtuelle Wärhungspaket innerhalb eines Projekts zur Verwaltung ab.
project_id required | integer Projekt-ID. Dieser Parameter wird im Kundenportal neben dem Projektnamen angezeigt. Example: 44056 |
item_sku required | string Item SKU. Example: booster_mega_1 |
Das angegebene virtuelle Währungspaket wurde erfolgreich empfangen.
Basisauthentifizierung nicht bestanden oder falsch. Prüfen Sie die Anmeldedaten und vergewissern Sie sich, dass Sie die Basisauthentifizierung verwenden.
{- "attributes": [
- {
- "external_id": "attr_1",
- "name": {
- "en-US": "OK"
}, - "values": [
- {
- "external_id": "val1",
- "value": {
- "en-US": "VALUE"
}
}, - {
- "external_id": "val2",
- "value": {
- "en-US": "VALUE2"
}
}
]
}
], - "bundle_type": "virtual_currency_package",
- "content": [
- {
- "description": {
- "en": "Main in-game currency"
}, - "inventory_options": {
- "consumable": true,
- "expiration_period": null
}, - "name": {
- "en": "Crystals",
- "ru": "Crystals"
}, - "quantity": 100,
- "sku": "crystal",
- "type": "virtual_currency"
}
], - "custom_attributes": {
- "attr": "value",
- "purchased": 0
}, - "description": {
- "en": "Crystals x100"
}, - "groups": [ ],
- "is_enabled": true,
- "is_free": false,
- "is_show_in_store": true,
- "limits": {
- "per_item": null,
- "per_user": null,
- "recurrent_schedule": null
}, - "long_description": null,
- "media_list": [ ],
- "name": {
- "en": "Small crystal pack"
}, - "order": 1,
- "periods": [ ],
- "prices": [
- {
- "amount": 5,
- "country_iso": "US",
- "currency": "USD",
- "is_default": true,
- "is_enabled": true
}
], - "regions": [ ],
- "sku": "crystal_pack_1",
- "type": "bundle",
- "vc_prices": [ ]
}