Skip to main content
Version: 5.7.0

SysGetParentCurrencyTypes

Retrieves the virtual currency types inherited from the parent app(s).

ServiceOperation
virtualCurrencySYS_GET_PARENT_CURRENCY_TYPES

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"parentCurrencies": {
"parent1": [
"parent1VC2",
"parent1VC1"
],
"parent2": [
"parent2VC1",
"parent2VC2"
]
}
},
"status": 200
}