Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sethdu0525/7f56aca2f680384b81aa6bdbeab725ab to your computer and use it in GitHub Desktop.
Save sethdu0525/7f56aca2f680384b81aa6bdbeab725ab to your computer and use it in GitHub Desktop.
Sample Response of GetCharacterInventory
{
"code": 200,
"status": "OK",
"data": {
"CharacterId": "3D8620DCD494E693",
"Inventory": [
{
"ItemId": "common2",
"ItemInstanceId": "DD9225F1B6FF5383",
"PurchaseDate": "2021-07-12T02:14:32.22Z",
"Annotation": "Granted via Game Manager",
"CatalogVersion": "CharacterClasses",
"UnitPrice": 0,
"CustomData": {
"testKey": "TestV"
}
}
],
"VirtualCurrency": {
"AU": 500,
"CA": 100,
"GM": 5,
"GO": 10000,
"HT": 5,
"VC": 0
},
"VirtualCurrencyRechargeTimes": {
"AU": {
"SecondsToRecharge": 299,
"RechargeTime": "2021-07-12T02:21:38.016Z",
"RechargeMax": 500
},
"HT": {
"SecondsToRecharge": 3599,
"RechargeTime": "2021-07-12T03:16:38.016Z",
"RechargeMax": 5
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment