Skip to content

Latest commit

 

History

History
1115 lines (1071 loc) · 245 KB

platform.md

File metadata and controls

1115 lines (1071 loc) · 245 KB

Platform Service Index

 

Operations

FulfillmentScript Wrapper: FulfillmentScript

Endpoint Method ID Class Wrapper Example
/platform/admin/fulfillment/scripts GET ListFulfillmentScriptsShort ListFulfillmentScriptsShort ListFulfillmentScriptsShort ListFulfillmentScriptsShort
/platform/admin/fulfillment/scripts/{id} GET GetFulfillmentScriptShort GetFulfillmentScriptShort GetFulfillmentScriptShort GetFulfillmentScriptShort
/platform/admin/fulfillment/scripts/{id} POST CreateFulfillmentScriptShort CreateFulfillmentScriptShort CreateFulfillmentScriptShort CreateFulfillmentScriptShort
/platform/admin/fulfillment/scripts/{id} DELETE DeleteFulfillmentScriptShort DeleteFulfillmentScriptShort DeleteFulfillmentScriptShort DeleteFulfillmentScriptShort
/platform/admin/fulfillment/scripts/{id} PATCH UpdateFulfillmentScriptShort UpdateFulfillmentScriptShort UpdateFulfillmentScriptShort UpdateFulfillmentScriptShort

Item Wrapper: Item

Endpoint Method ID Class Wrapper Example
/platform/admin/items/configs GET ListItemTypeConfigsShort ListItemTypeConfigsShort ListItemTypeConfigsShort ListItemTypeConfigsShort
/platform/admin/items/configs POST CreateItemTypeConfigShort CreateItemTypeConfigShort CreateItemTypeConfigShort CreateItemTypeConfigShort
/platform/admin/items/configs/search GET SearchItemTypeConfigShort SearchItemTypeConfigShort SearchItemTypeConfigShort SearchItemTypeConfigShort
/platform/admin/items/configs/{id} GET GetItemTypeConfigShort GetItemTypeConfigShort GetItemTypeConfigShort GetItemTypeConfigShort
/platform/admin/items/configs/{id} PUT UpdateItemTypeConfigShort UpdateItemTypeConfigShort UpdateItemTypeConfigShort UpdateItemTypeConfigShort
/platform/admin/items/configs/{id} DELETE DeleteItemTypeConfigShort DeleteItemTypeConfigShort DeleteItemTypeConfigShort DeleteItemTypeConfigShort
/platform/admin/namespaces/{namespace}/items PUT SyncInGameItemShort SyncInGameItemShort SyncInGameItemShort SyncInGameItemShort
/platform/admin/namespaces/{namespace}/items POST CreateItemShort CreateItemShort CreateItemShort CreateItemShort
/platform/admin/namespaces/{namespace}/items/byAppId GET GetItemByAppIdShort GetItemByAppIdShort GetItemByAppIdShort GetItemByAppIdShort
/platform/admin/namespaces/{namespace}/items/byCriteria GET QueryItemsShort QueryItemsShort QueryItemsShort QueryItemsShort
/platform/admin/namespaces/{namespace}/items/byFeatures/basic GET ListBasicItemsByFeaturesShort ListBasicItemsByFeaturesShort ListBasicItemsByFeaturesShort ListBasicItemsByFeaturesShort
/platform/admin/namespaces/{namespace}/items/byIds GET GetItemsShort GetItemsShort GetItemsShort GetItemsShort
/platform/admin/namespaces/{namespace}/items/bySku GET GetItemBySkuShort GetItemBySkuShort GetItemBySkuShort GetItemBySkuShort
/platform/admin/namespaces/{namespace}/items/bySku/locale GET GetLocaleItemBySkuShort GetLocaleItemBySkuShort GetLocaleItemBySkuShort GetLocaleItemBySkuShort
/platform/admin/namespaces/{namespace}/items/estimatedPrice GET GetEstimatedPriceShort GetEstimatedPriceShort GetEstimatedPriceShort GetEstimatedPriceShort
/platform/admin/namespaces/{namespace}/items/itemId/bySku GET GetItemIdBySkuShort GetItemIdBySkuShort GetItemIdBySkuShort GetItemIdBySkuShort
/platform/admin/namespaces/{namespace}/items/itemId/bySkus GET GetBulkItemIdBySkusShort GetBulkItemIdBySkusShort GetBulkItemIdBySkusShort GetBulkItemIdBySkusShort
/platform/admin/namespaces/{namespace}/items/locale/byIds GET BulkGetLocaleItemsShort BulkGetLocaleItemsShort BulkGetLocaleItemsShort BulkGetLocaleItemsShort
/platform/admin/namespaces/{namespace}/items/predicate/types GET GetAvailablePredicateTypesShort GetAvailablePredicateTypesShort GetAvailablePredicateTypesShort GetAvailablePredicateTypesShort
/platform/admin/namespaces/{namespace}/items/purchase/conditions/validate POST ValidateItemPurchaseConditionShort ValidateItemPurchaseConditionShort ValidateItemPurchaseConditionShort ValidateItemPurchaseConditionShort
/platform/admin/namespaces/{namespace}/items/regiondata PUT BulkUpdateRegionDataShort BulkUpdateRegionDataShort BulkUpdateRegionDataShort BulkUpdateRegionDataShort
/platform/admin/namespaces/{namespace}/items/search GET SearchItemsShort SearchItemsShort SearchItemsShort SearchItemsShort
/platform/admin/namespaces/{namespace}/items/uncategorized GET QueryUncategorizedItemsShort QueryUncategorizedItemsShort QueryUncategorizedItemsShort QueryUncategorizedItemsShort
/platform/admin/namespaces/{namespace}/items/{itemId} GET GetItemShort GetItemShort GetItemShort GetItemShort
/platform/admin/namespaces/{namespace}/items/{itemId} PUT UpdateItemShort UpdateItemShort UpdateItemShort UpdateItemShort
/platform/admin/namespaces/{namespace}/items/{itemId} DELETE DeleteItemShort DeleteItemShort DeleteItemShort DeleteItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/acquire PUT AcquireItemShort AcquireItemShort AcquireItemShort AcquireItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/app GET GetAppShort GetAppShort GetAppShort GetAppShort
/platform/admin/namespaces/{namespace}/items/{itemId}/app PUT UpdateAppShort UpdateAppShort UpdateAppShort UpdateAppShort
/platform/admin/namespaces/{namespace}/items/{itemId}/disable PUT DisableItemShort DisableItemShort DisableItemShort DisableItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/dynamic GET GetItemDynamicDataShort GetItemDynamicDataShort GetItemDynamicDataShort GetItemDynamicDataShort
/platform/admin/namespaces/{namespace}/items/{itemId}/enable PUT EnableItemShort EnableItemShort EnableItemShort EnableItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/features/{feature} PUT FeatureItemShort FeatureItemShort FeatureItemShort FeatureItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/features/{feature} DELETE DefeatureItemShort DefeatureItemShort DefeatureItemShort DefeatureItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/locale GET GetLocaleItemShort GetLocaleItemShort GetLocaleItemShort GetLocaleItemShort
/platform/admin/namespaces/{namespace}/items/{itemId}/purchase/condition PUT UpdateItemPurchaseConditionShort UpdateItemPurchaseConditionShort UpdateItemPurchaseConditionShort UpdateItemPurchaseConditionShort
/platform/admin/namespaces/{namespace}/items/{itemId}/return PUT ReturnItemShort ReturnItemShort ReturnItemShort ReturnItemShort
/platform/public/namespaces/{namespace}/items/byAppId GET PublicGetItemByAppIdShort PublicGetItemByAppIdShort PublicGetItemByAppIdShort PublicGetItemByAppIdShort
/platform/public/namespaces/{namespace}/items/byCriteria GET PublicQueryItemsShort PublicQueryItemsShort PublicQueryItemsShort PublicQueryItemsShort
/platform/public/namespaces/{namespace}/items/bySku GET PublicGetItemBySkuShort PublicGetItemBySkuShort PublicGetItemBySkuShort PublicGetItemBySkuShort
/platform/public/namespaces/{namespace}/items/estimatedPrice GET PublicGetEstimatedPriceShort PublicGetEstimatedPriceShort PublicGetEstimatedPriceShort PublicGetEstimatedPriceShort
/platform/public/namespaces/{namespace}/items/locale/byIds GET PublicBulkGetItemsShort PublicBulkGetItemsShort PublicBulkGetItemsShort PublicBulkGetItemsShort
/platform/public/namespaces/{namespace}/items/purchase/conditions/validate POST PublicValidateItemPurchaseConditionShort PublicValidateItemPurchaseConditionShort PublicValidateItemPurchaseConditionShort PublicValidateItemPurchaseConditionShort
/platform/public/namespaces/{namespace}/items/search GET PublicSearchItemsShort PublicSearchItemsShort PublicSearchItemsShort PublicSearchItemsShort
/platform/public/namespaces/{namespace}/items/{itemId}/app/locale GET PublicGetAppShort PublicGetAppShort PublicGetAppShort PublicGetAppShort
/platform/public/namespaces/{namespace}/items/{itemId}/dynamic GET PublicGetItemDynamicDataShort PublicGetItemDynamicDataShort PublicGetItemDynamicDataShort PublicGetItemDynamicDataShort
/platform/public/namespaces/{namespace}/items/{itemId}/locale GET PublicGetItemShort PublicGetItemShort PublicGetItemShort PublicGetItemShort
/platform/v2/admin/namespaces/{namespace}/items/byCriteria GET QueryItemsV2Short QueryItemsV2Short QueryItemsV2Short QueryItemsV2Short

Campaign Wrapper: Campaign

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/campaigns GET QueryCampaignsShort QueryCampaignsShort QueryCampaignsShort QueryCampaignsShort
/platform/admin/namespaces/{namespace}/campaigns POST CreateCampaignShort CreateCampaignShort CreateCampaignShort CreateCampaignShort
/platform/admin/namespaces/{namespace}/campaigns/{campaignId} GET GetCampaignShort GetCampaignShort GetCampaignShort GetCampaignShort
/platform/admin/namespaces/{namespace}/campaigns/{campaignId} PUT UpdateCampaignShort UpdateCampaignShort UpdateCampaignShort UpdateCampaignShort
/platform/admin/namespaces/{namespace}/campaigns/{campaignId}/batchName PUT RenameBatchShort RenameBatchShort RenameBatchShort RenameBatchShort
/platform/admin/namespaces/{namespace}/campaigns/{campaignId}/batchNames GET QueryCampaignBatchNamesShort QueryCampaignBatchNamesShort QueryCampaignBatchNamesShort QueryCampaignBatchNamesShort
/platform/admin/namespaces/{namespace}/campaigns/{campaignId}/dynamic GET GetCampaignDynamicShort GetCampaignDynamicShort GetCampaignDynamicShort GetCampaignDynamicShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId} GET QueryCodesShort QueryCodesShort QueryCodesShort QueryCodesShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId} POST CreateCodesShort CreateCodesShort CreateCodesShort CreateCodesShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId}/codes.csv GET DownloadShort DownloadShort DownloadShort DownloadShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId}/disable/bulk PUT BulkDisableCodesShort BulkDisableCodesShort BulkDisableCodesShort BulkDisableCodesShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId}/enable/bulk PUT BulkEnableCodesShort BulkEnableCodesShort BulkEnableCodesShort BulkEnableCodesShort
/platform/admin/namespaces/{namespace}/codes/campaigns/{campaignId}/history GET QueryRedeemHistoryShort QueryRedeemHistoryShort QueryRedeemHistoryShort QueryRedeemHistoryShort
/platform/admin/namespaces/{namespace}/codes/{code} GET GetCodeShort GetCodeShort GetCodeShort GetCodeShort
/platform/admin/namespaces/{namespace}/codes/{code}/disable PUT DisableCodeShort DisableCodeShort DisableCodeShort DisableCodeShort
/platform/admin/namespaces/{namespace}/codes/{code}/enable PUT EnableCodeShort EnableCodeShort EnableCodeShort EnableCodeShort
/platform/admin/namespaces/{namespace}/users/{userId}/redemption POST ApplyUserRedemptionShort ApplyUserRedemptionShort ApplyUserRedemptionShort ApplyUserRedemptionShort

Store Wrapper: Store

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/catalog/configs GET GetCatalogConfigShort GetCatalogConfigShort GetCatalogConfigShort GetCatalogConfigShort
/platform/admin/namespaces/{namespace}/catalog/configs PUT UpdateCatalogConfigShort UpdateCatalogConfigShort UpdateCatalogConfigShort UpdateCatalogConfigShort
/platform/admin/namespaces/{namespace}/stores GET ListStoresShort ListStoresShort ListStoresShort ListStoresShort
/platform/admin/namespaces/{namespace}/stores POST CreateStoreShort CreateStoreShort CreateStoreShort CreateStoreShort
/platform/admin/namespaces/{namespace}/stores/catalogDefinition GET GetCatalogDefinitionShort GetCatalogDefinitionShort GetCatalogDefinitionShort GetCatalogDefinitionShort
/platform/admin/namespaces/{namespace}/stores/downloadCSVTemplates GET DownloadCSVTemplatesShort DownloadCSVTemplatesShort DownloadCSVTemplatesShort DownloadCSVTemplatesShort
/platform/admin/namespaces/{namespace}/stores/exportByCSV POST ExportStoreByCSVShort ExportStoreByCSVShort ExportStoreByCSVShort ExportStoreByCSVShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/stores/import PUT ImportStoreShort ImportStoreShort ImportStoreShort ImportStoreShort
/platform/admin/namespaces/{namespace}/stores/published GET GetPublishedStoreShort GetPublishedStoreShort GetPublishedStoreShort GetPublishedStoreShort
/platform/admin/namespaces/{namespace}/stores/published DELETE DeletePublishedStoreShort DeletePublishedStoreShort DeletePublishedStoreShort DeletePublishedStoreShort
/platform/admin/namespaces/{namespace}/stores/published/backup GET GetPublishedStoreBackupShort GetPublishedStoreBackupShort GetPublishedStoreBackupShort GetPublishedStoreBackupShort
/platform/admin/namespaces/{namespace}/stores/published/rollback PUT RollbackPublishedStoreShort RollbackPublishedStoreShort RollbackPublishedStoreShort RollbackPublishedStoreShort
/platform/admin/namespaces/{namespace}/stores/{storeId} GET GetStoreShort GetStoreShort GetStoreShort GetStoreShort
/platform/admin/namespaces/{namespace}/stores/{storeId} PUT UpdateStoreShort UpdateStoreShort UpdateStoreShort UpdateStoreShort
/platform/admin/namespaces/{namespace}/stores/{storeId} DELETE DeleteStoreShort DeleteStoreShort DeleteStoreShort DeleteStoreShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/clone PUT CloneStoreShort CloneStoreShort CloneStoreShort CloneStoreShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/stores/{storeId}/export GET ExportStoreShort ExportStoreShort ExportStoreShort ExportStoreShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/import/history GET QueryImportHistoryShort QueryImportHistoryShort QueryImportHistoryShort QueryImportHistoryShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/importByCSV POST ImportStoreByCSVShort ImportStoreByCSVShort ImportStoreByCSVShort ImportStoreByCSVShort
/platform/public/namespaces/{namespace}/stores GET PublicListStoresShort PublicListStoresShort PublicListStoresShort PublicListStoresShort
/platform/v2/admin/namespaces/{namespace}/stores/import PUT ImportStore1Short ImportStore1Short ImportStore1Short ImportStore1Short
/platform/v2/admin/namespaces/{namespace}/stores/{storeId}/export POST ExportStore1Short ExportStore1Short ExportStore1Short ExportStore1Short

ServicePluginConfig Wrapper: ServicePluginConfig

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/catalog/plugins/lootbox GET GetLootBoxPluginConfigShort GetLootBoxPluginConfigShort GetLootBoxPluginConfigShort GetLootBoxPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/lootbox PUT UpdateLootBoxPluginConfigShort UpdateLootBoxPluginConfigShort UpdateLootBoxPluginConfigShort UpdateLootBoxPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/lootbox DELETE DeleteLootBoxPluginConfigShort DeleteLootBoxPluginConfigShort DeleteLootBoxPluginConfigShort DeleteLootBoxPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/lootbox/customConfig/cert PUT UplodLootBoxPluginConfigCertShort UplodLootBoxPluginConfigCertShort UplodLootBoxPluginConfigCertShort UplodLootBoxPluginConfigCertShort
/platform/admin/namespaces/{namespace}/catalog/plugins/lootbox/grpcInfo GET GetLootBoxGrpcInfoShort GetLootBoxGrpcInfoShort GetLootBoxGrpcInfoShort GetLootBoxGrpcInfoShort
/platform/admin/namespaces/{namespace}/catalog/plugins/section GET GetSectionPluginConfigShort GetSectionPluginConfigShort GetSectionPluginConfigShort GetSectionPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/section PUT UpdateSectionPluginConfigShort UpdateSectionPluginConfigShort UpdateSectionPluginConfigShort UpdateSectionPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/section DELETE DeleteSectionPluginConfigShort DeleteSectionPluginConfigShort DeleteSectionPluginConfigShort DeleteSectionPluginConfigShort
/platform/admin/namespaces/{namespace}/catalog/plugins/section/customConfig/cert PUT UploadSectionPluginConfigCertShort UploadSectionPluginConfigCertShort UploadSectionPluginConfigCertShort UploadSectionPluginConfigCertShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/configs/servicePlugin GET GetServicePluginConfigShort GetServicePluginConfigShort GetServicePluginConfigShort GetServicePluginConfigShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/configs/servicePlugin PUT UpdateServicePluginConfigShort UpdateServicePluginConfigShort UpdateServicePluginConfigShort UpdateServicePluginConfigShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/configs/servicePlugin DELETE DeleteServicePluginConfigShort DeleteServicePluginConfigShort DeleteServicePluginConfigShort DeleteServicePluginConfigShort
/platform/admin/namespaces/{namespace}/revocation/plugins/revocation GET GetRevocationPluginConfigShort GetRevocationPluginConfigShort GetRevocationPluginConfigShort GetRevocationPluginConfigShort
/platform/admin/namespaces/{namespace}/revocation/plugins/revocation PUT UpdateRevocationPluginConfigShort UpdateRevocationPluginConfigShort UpdateRevocationPluginConfigShort UpdateRevocationPluginConfigShort
/platform/admin/namespaces/{namespace}/revocation/plugins/revocation DELETE DeleteRevocationPluginConfigShort DeleteRevocationPluginConfigShort DeleteRevocationPluginConfigShort DeleteRevocationPluginConfigShort
/platform/admin/namespaces/{namespace}/revocation/plugins/revocation/revocation/customConfig/cert PUT UploadRevocationPluginConfigCertShort UploadRevocationPluginConfigCertShort UploadRevocationPluginConfigCertShort UploadRevocationPluginConfigCertShort

Category Wrapper: Category

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/categories GET GetRootCategoriesShort GetRootCategoriesShort GetRootCategoriesShort GetRootCategoriesShort
/platform/admin/namespaces/{namespace}/categories POST CreateCategoryShort CreateCategoryShort CreateCategoryShort CreateCategoryShort
/platform/admin/namespaces/{namespace}/categories/basic GET ListCategoriesBasicShort ListCategoriesBasicShort ListCategoriesBasicShort ListCategoriesBasicShort
/platform/admin/namespaces/{namespace}/categories/{categoryPath} GET GetCategoryShort GetCategoryShort GetCategoryShort GetCategoryShort
/platform/admin/namespaces/{namespace}/categories/{categoryPath} PUT UpdateCategoryShort UpdateCategoryShort UpdateCategoryShort UpdateCategoryShort
/platform/admin/namespaces/{namespace}/categories/{categoryPath} DELETE DeleteCategoryShort DeleteCategoryShort DeleteCategoryShort DeleteCategoryShort
/platform/admin/namespaces/{namespace}/categories/{categoryPath}/children GET GetChildCategoriesShort GetChildCategoriesShort GetChildCategoriesShort GetChildCategoriesShort
/platform/admin/namespaces/{namespace}/categories/{categoryPath}/descendants GET GetDescendantCategoriesShort GetDescendantCategoriesShort GetDescendantCategoriesShort GetDescendantCategoriesShort
/platform/public/namespaces/{namespace}/categories GET PublicGetRootCategoriesShort PublicGetRootCategoriesShort PublicGetRootCategoriesShort PublicGetRootCategoriesShort
/platform/public/namespaces/{namespace}/categories/download GET DownloadCategoriesShort DownloadCategoriesShort DownloadCategoriesShort DownloadCategoriesShort
/platform/public/namespaces/{namespace}/categories/{categoryPath} GET PublicGetCategoryShort PublicGetCategoryShort PublicGetCategoryShort PublicGetCategoryShort
/platform/public/namespaces/{namespace}/categories/{categoryPath}/children GET PublicGetChildCategoriesShort PublicGetChildCategoriesShort PublicGetChildCategoriesShort PublicGetChildCategoriesShort
/platform/public/namespaces/{namespace}/categories/{categoryPath}/descendants GET PublicGetDescendantCategoriesShort PublicGetDescendantCategoriesShort PublicGetDescendantCategoriesShort PublicGetDescendantCategoriesShort

Currency Wrapper: Currency

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/currencies GET ListCurrenciesShort ListCurrenciesShort ListCurrenciesShort ListCurrenciesShort
/platform/admin/namespaces/{namespace}/currencies POST CreateCurrencyShort CreateCurrencyShort CreateCurrencyShort CreateCurrencyShort
/platform/admin/namespaces/{namespace}/currencies/{currencyCode} PUT UpdateCurrencyShort UpdateCurrencyShort UpdateCurrencyShort UpdateCurrencyShort
/platform/admin/namespaces/{namespace}/currencies/{currencyCode} DELETE DeleteCurrencyShort DeleteCurrencyShort DeleteCurrencyShort DeleteCurrencyShort
/platform/admin/namespaces/{namespace}/currencies/{currencyCode}/config GET GetCurrencyConfigShort GetCurrencyConfigShort GetCurrencyConfigShort GetCurrencyConfigShort
/platform/admin/namespaces/{namespace}/currencies/{currencyCode}/summary GET GetCurrencySummaryShort GetCurrencySummaryShort GetCurrencySummaryShort GetCurrencySummaryShort
/platform/public/namespaces/{namespace}/currencies GET PublicListCurrenciesShort PublicListCurrenciesShort PublicListCurrenciesShort PublicListCurrenciesShort

DLC Wrapper: DLC

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/dlc/config/item GET GetDLCItemConfigShort GetDLCItemConfigShort GetDLCItemConfigShort GetDLCItemConfigShort
/platform/admin/namespaces/{namespace}/dlc/config/item PUT UpdateDLCItemConfigShort UpdateDLCItemConfigShort UpdateDLCItemConfigShort UpdateDLCItemConfigShort
/platform/admin/namespaces/{namespace}/dlc/config/item DELETE DeleteDLCItemConfigShort DeleteDLCItemConfigShort DeleteDLCItemConfigShort DeleteDLCItemConfigShort
/platform/admin/namespaces/{namespace}/dlc/config/platformMap GET GetPlatformDLCConfigShort GetPlatformDLCConfigShort GetPlatformDLCConfigShort GetPlatformDLCConfigShort
/platform/admin/namespaces/{namespace}/dlc/config/platformMap PUT UpdatePlatformDLCConfigShort UpdatePlatformDLCConfigShort UpdatePlatformDLCConfigShort UpdatePlatformDLCConfigShort
/platform/admin/namespaces/{namespace}/dlc/config/platformMap DELETE DeletePlatformDLCConfigShort DeletePlatformDLCConfigShort DeletePlatformDLCConfigShort DeletePlatformDLCConfigShort
/platform/admin/namespaces/{namespace}/users/{userId}/dlc GET GetUserDLCByPlatformShort GetUserDLCByPlatformShort GetUserDLCByPlatformShort GetUserDLCByPlatformShort
/platform/admin/namespaces/{namespace}/users/{userId}/dlc/records GET GetUserDLCShort GetUserDLCShort GetUserDLCShort GetUserDLCShort
/platform/public/namespaces/{namespace}/dlc/rewards/durable/map GET GeDLCDurableRewardShortMapShort GeDLCDurableRewardShortMapShort GeDLCDurableRewardShortMapShort GeDLCDurableRewardShortMapShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/epicgames/sync PUT SyncEpicGameDLCShort SyncEpicGameDLCShort SyncEpicGameDLCShort SyncEpicGameDLCShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/oculus/sync PUT SyncOculusDLCShort SyncOculusDLCShort SyncOculusDLCShort SyncOculusDLCShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/psn/sync PUT PublicSyncPsnDlcInventoryShort PublicSyncPsnDlcInventoryShort PublicSyncPsnDlcInventoryShort PublicSyncPsnDlcInventoryShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/psn/sync/multiServiceLabels PUT PublicSyncPsnDlcInventoryWithMultipleServiceLabelsShort PublicSyncPsnDlcInventoryWithMultipleServiceLabelsShort PublicSyncPsnDlcInventoryWithMultipleServiceLabelsShort PublicSyncPsnDlcInventoryWithMultipleServiceLabelsShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/steam/sync PUT SyncSteamDLCShort SyncSteamDLCShort SyncSteamDLCShort SyncSteamDLCShort
/platform/public/namespaces/{namespace}/users/{userId}/dlc/xbl/sync PUT SyncXboxDLCShort SyncXboxDLCShort SyncXboxDLCShort SyncXboxDLCShort
/platform/public/users/me/dlc/content GET PublicGetMyDLCContentShort PublicGetMyDLCContentShort PublicGetMyDLCContentShort PublicGetMyDLCContentShort

Entitlement Wrapper: Entitlement

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/entitlements GET QueryEntitlements1Short QueryEntitlements1Short QueryEntitlements1Short QueryEntitlements1Short
/platform/admin/namespaces/{namespace}/entitlements/byItemIds GET QueryEntitlementsShort QueryEntitlementsShort QueryEntitlementsShort QueryEntitlementsShort
/platform/admin/namespaces/{namespace}/entitlements/config/entitlementOrigin/enable PUT EnableEntitlementOriginFeatureShort EnableEntitlementOriginFeatureShort EnableEntitlementOriginFeatureShort EnableEntitlementOriginFeatureShort
/platform/admin/namespaces/{namespace}/entitlements/config/info GET GetEntitlementConfigInfoShort GetEntitlementConfigInfoShort GetEntitlementConfigInfoShort GetEntitlementConfigInfoShort
/platform/admin/namespaces/{namespace}/entitlements/grant POST GrantEntitlementsShort GrantEntitlementsShort GrantEntitlementsShort GrantEntitlementsShort
/platform/admin/namespaces/{namespace}/entitlements/revoke POST RevokeEntitlementsShort RevokeEntitlementsShort RevokeEntitlementsShort RevokeEntitlementsShort
/platform/admin/namespaces/{namespace}/entitlements/{entitlementId} GET GetEntitlementShort GetEntitlementShort GetEntitlementShort GetEntitlementShort
/platform/admin/namespaces/{namespace}/platforms/{platform}/entitlement/config GET GetPlatformEntitlementConfigShort GetPlatformEntitlementConfigShort GetPlatformEntitlementConfigShort GetPlatformEntitlementConfigShort
/platform/admin/namespaces/{namespace}/platforms/{platform}/entitlement/config PUT UpdatePlatformEntitlementConfigShort UpdatePlatformEntitlementConfigShort UpdatePlatformEntitlementConfigShort UpdatePlatformEntitlementConfigShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements GET QueryUserEntitlementsShort QueryUserEntitlementsShort QueryUserEntitlementsShort QueryUserEntitlementsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements POST GrantUserEntitlementShort GrantUserEntitlementShort GrantUserEntitlementShort GrantUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/byAppId GET GetUserAppEntitlementByAppIdShort GetUserAppEntitlementByAppIdShort GetUserAppEntitlementByAppIdShort GetUserAppEntitlementByAppIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/byAppType GET QueryUserEntitlementsByAppTypeShort QueryUserEntitlementsByAppTypeShort QueryUserEntitlementsByAppTypeShort QueryUserEntitlementsByAppTypeShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/byIds GET GetUserEntitlementsByIdsShort GetUserEntitlementsByIdsShort GetUserEntitlementsByIdsShort GetUserEntitlementsByIdsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/byItemId GET GetUserEntitlementByItemIdShort GetUserEntitlementByItemIdShort GetUserEntitlementByItemIdShort GetUserEntitlementByItemIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/byItemIds GET GetUserActiveEntitlementsByItemIdsShort GetUserActiveEntitlementsByItemIdsShort GetUserActiveEntitlementsByItemIdsShort GetUserActiveEntitlementsByItemIdsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/bySku GET GetUserEntitlementBySkuShort GetUserEntitlementBySkuShort GetUserEntitlementBySkuShort GetUserEntitlementBySkuShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/any GET ExistsAnyUserActiveEntitlementShort ExistsAnyUserActiveEntitlementShort ExistsAnyUserActiveEntitlementShort ExistsAnyUserActiveEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/anyOf GET ExistsAnyUserActiveEntitlementByItemIdsShort ExistsAnyUserActiveEntitlementByItemIdsShort ExistsAnyUserActiveEntitlementByItemIdsShort ExistsAnyUserActiveEntitlementByItemIdsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/byAppId GET GetUserAppEntitlementOwnershipByAppIdShort GetUserAppEntitlementOwnershipByAppIdShort GetUserAppEntitlementOwnershipByAppIdShort GetUserAppEntitlementOwnershipByAppIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemId GET GetUserEntitlementOwnershipByItemIdShort GetUserEntitlementOwnershipByItemIdShort GetUserEntitlementOwnershipByItemIdShort GetUserEntitlementOwnershipByItemIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemIds GET GetUserEntitlementOwnershipByItemIdsShort GetUserEntitlementOwnershipByItemIdsShort GetUserEntitlementOwnershipByItemIdsShort GetUserEntitlementOwnershipByItemIdsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/ownership/bySku GET GetUserEntitlementOwnershipBySkuShort GetUserEntitlementOwnershipBySkuShort GetUserEntitlementOwnershipBySkuShort GetUserEntitlementOwnershipBySkuShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/revoke PUT RevokeAllEntitlementsShort RevokeAllEntitlementsShort RevokeAllEntitlementsShort RevokeAllEntitlementsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/revoke/byIds PUT RevokeUserEntitlementsShort RevokeUserEntitlementsShort RevokeUserEntitlementsShort RevokeUserEntitlementsShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId} GET GetUserEntitlementShort GetUserEntitlementShort GetUserEntitlementShort GetUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId} PUT UpdateUserEntitlementShort UpdateUserEntitlementShort UpdateUserEntitlementShort UpdateUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/decrement PUT ConsumeUserEntitlementShort ConsumeUserEntitlementShort ConsumeUserEntitlementShort ConsumeUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/disable PUT DisableUserEntitlementShort DisableUserEntitlementShort DisableUserEntitlementShort DisableUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/enable PUT EnableUserEntitlementShort EnableUserEntitlementShort EnableUserEntitlementShort EnableUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/history GET GetUserEntitlementHistoriesShort GetUserEntitlementHistoriesShort GetUserEntitlementHistoriesShort GetUserEntitlementHistoriesShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/revoke PUT RevokeUserEntitlementShort RevokeUserEntitlementShort RevokeUserEntitlementShort RevokeUserEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/revoke/byUseCount POST RevokeUserEntitlementByUseCountShort RevokeUserEntitlementByUseCountShort RevokeUserEntitlementByUseCountShort RevokeUserEntitlementByUseCountShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/revoke/byUseCount/preCheck GET PreCheckRevokeUserEntitlementByUseCountShort PreCheckRevokeUserEntitlementByUseCountShort PreCheckRevokeUserEntitlementByUseCountShort PreCheckRevokeUserEntitlementByUseCountShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/revokeByUseCount PUT RevokeUseCountShort RevokeUseCountShort RevokeUseCountShort RevokeUseCountShort
/platform/admin/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/sell PUT SellUserEntitlementShort SellUserEntitlementShort SellUserEntitlementShort SellUserEntitlementShort
/platform/public/namespaces/{namespace}/users/me/entitlements/ownership/any GET PublicExistsAnyMyActiveEntitlementShort PublicExistsAnyMyActiveEntitlementShort PublicExistsAnyMyActiveEntitlementShort PublicExistsAnyMyActiveEntitlementShort
/platform/public/namespaces/{namespace}/users/me/entitlements/ownership/byAppId GET PublicGetMyAppEntitlementOwnershipByAppIdShort PublicGetMyAppEntitlementOwnershipByAppIdShort PublicGetMyAppEntitlementOwnershipByAppIdShort PublicGetMyAppEntitlementOwnershipByAppIdShort
/platform/public/namespaces/{namespace}/users/me/entitlements/ownership/byItemId GET PublicGetMyEntitlementOwnershipByItemIdShort PublicGetMyEntitlementOwnershipByItemIdShort PublicGetMyEntitlementOwnershipByItemIdShort PublicGetMyEntitlementOwnershipByItemIdShort
/platform/public/namespaces/{namespace}/users/me/entitlements/ownership/bySku GET PublicGetMyEntitlementOwnershipBySkuShort PublicGetMyEntitlementOwnershipBySkuShort PublicGetMyEntitlementOwnershipBySkuShort PublicGetMyEntitlementOwnershipBySkuShort
/platform/public/namespaces/{namespace}/users/me/entitlements/ownershipToken GET PublicGetEntitlementOwnershipTokenShort PublicGetEntitlementOwnershipTokenShort PublicGetEntitlementOwnershipTokenShort PublicGetEntitlementOwnershipTokenShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements GET PublicQueryUserEntitlementsShort PublicQueryUserEntitlementsShort PublicQueryUserEntitlementsShort PublicQueryUserEntitlementsShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byAppId GET PublicGetUserAppEntitlementByAppIdShort PublicGetUserAppEntitlementByAppIdShort PublicGetUserAppEntitlementByAppIdShort PublicGetUserAppEntitlementByAppIdShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byAppType GET PublicQueryUserEntitlementsByAppTypeShort PublicQueryUserEntitlementsByAppTypeShort PublicQueryUserEntitlementsByAppTypeShort PublicQueryUserEntitlementsByAppTypeShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/byIds GET PublicGetUserEntitlementsByIdsShort PublicGetUserEntitlementsByIdsShort PublicGetUserEntitlementsByIdsShort PublicGetUserEntitlementsByIdsShort
[DEPRECATED] /platform/public/namespaces/{namespace}/users/{userId}/entitlements/byItemId GET PublicGetUserEntitlementByItemIdShort PublicGetUserEntitlementByItemIdShort PublicGetUserEntitlementByItemIdShort PublicGetUserEntitlementByItemIdShort
[DEPRECATED] /platform/public/namespaces/{namespace}/users/{userId}/entitlements/bySku GET PublicGetUserEntitlementBySkuShort PublicGetUserEntitlementBySkuShort PublicGetUserEntitlementBySkuShort PublicGetUserEntitlementBySkuShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/history GET PublicUserEntitlementHistoryShort PublicUserEntitlementHistoryShort PublicUserEntitlementHistoryShort PublicUserEntitlementHistoryShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/any GET PublicExistsAnyUserActiveEntitlementShort PublicExistsAnyUserActiveEntitlementShort PublicExistsAnyUserActiveEntitlementShort PublicExistsAnyUserActiveEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/byAppId GET PublicGetUserAppEntitlementOwnershipByAppIdShort PublicGetUserAppEntitlementOwnershipByAppIdShort PublicGetUserAppEntitlementOwnershipByAppIdShort PublicGetUserAppEntitlementOwnershipByAppIdShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemId GET PublicGetUserEntitlementOwnershipByItemIdShort PublicGetUserEntitlementOwnershipByItemIdShort PublicGetUserEntitlementOwnershipByItemIdShort PublicGetUserEntitlementOwnershipByItemIdShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/byItemIds GET PublicGetUserEntitlementOwnershipByItemIdsShort PublicGetUserEntitlementOwnershipByItemIdsShort PublicGetUserEntitlementOwnershipByItemIdsShort PublicGetUserEntitlementOwnershipByItemIdsShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/ownership/bySku GET PublicGetUserEntitlementOwnershipBySkuShort PublicGetUserEntitlementOwnershipBySkuShort PublicGetUserEntitlementOwnershipBySkuShort PublicGetUserEntitlementOwnershipBySkuShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId} GET PublicGetUserEntitlementShort PublicGetUserEntitlementShort PublicGetUserEntitlementShort PublicGetUserEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/decrement PUT PublicConsumeUserEntitlementShort PublicConsumeUserEntitlementShort PublicConsumeUserEntitlementShort PublicConsumeUserEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/sell PUT PublicSellUserEntitlementShort PublicSellUserEntitlementShort PublicSellUserEntitlementShort PublicSellUserEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/split PUT PublicSplitUserEntitlementShort PublicSplitUserEntitlementShort PublicSplitUserEntitlementShort PublicSplitUserEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/entitlements/{entitlementId}/transfer PUT PublicTransferUserEntitlementShort PublicTransferUserEntitlementShort PublicTransferUserEntitlementShort PublicTransferUserEntitlementShort

Fulfillment Wrapper: Fulfillment

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/fulfillment/history GET QueryFulfillmentHistoriesShort QueryFulfillmentHistoriesShort QueryFulfillmentHistoriesShort QueryFulfillmentHistoriesShort
/platform/admin/namespaces/{namespace}/users/{userId}/fulfillment POST FulfillItemShort FulfillItemShort FulfillItemShort FulfillItemShort
/platform/admin/namespaces/{namespace}/users/{userId}/fulfillment/code POST RedeemCodeShort RedeemCodeShort RedeemCodeShort RedeemCodeShort
/platform/admin/namespaces/{namespace}/users/{userId}/fulfillment/preCheck POST PreCheckFulfillItemShort PreCheckFulfillItemShort PreCheckFulfillItemShort PreCheckFulfillItemShort
/platform/admin/namespaces/{namespace}/users/{userId}/fulfillment/rewards POST FulfillRewardsShort FulfillRewardsShort FulfillRewardsShort FulfillRewardsShort
/platform/public/namespaces/{namespace}/users/{userId}/fulfillment/code POST PublicRedeemCodeShort PublicRedeemCodeShort PublicRedeemCodeShort PublicRedeemCodeShort
/platform/v2/admin/namespaces/{namespace}/fulfillments GET QueryFulfillmentsShort QueryFulfillmentsShort QueryFulfillmentsShort QueryFulfillmentsShort
/platform/v2/admin/namespaces/{namespace}/users/{userId}/fulfillment/rewards POST FulfillRewardsV2Short FulfillRewardsV2Short FulfillRewardsV2Short FulfillRewardsV2Short
/platform/v2/admin/namespaces/{namespace}/users/{userId}/fulfillments/{transactionId} PUT FulfillItemsShort FulfillItemsShort FulfillItemsShort FulfillItemsShort
/platform/v2/admin/namespaces/{namespace}/users/{userId}/fulfillments/{transactionId}/retry PUT RetryFulfillItemsShort RetryFulfillItemsShort RetryFulfillItemsShort RetryFulfillItemsShort
/platform/v2/admin/namespaces/{namespace}/users/{userId}/fulfillments/{transactionId}/revoke PUT RevokeItemsShort RevokeItemsShort RevokeItemsShort RevokeItemsShort

Clawback Wrapper: Clawback

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/iap/clawback/histories GET QueryIAPClawbackHistoryShort QueryIAPClawbackHistoryShort QueryIAPClawbackHistoryShort QueryIAPClawbackHistoryShort
/platform/admin/namespaces/{namespace}/iap/clawback/playstation/mock POST MockPlayStationStreamEventShort MockPlayStationStreamEventShort MockPlayStationStreamEventShort MockPlayStationStreamEventShort
/platform/admin/namespaces/{namespace}/iap/clawback/xbl/mock POST MockXblClawbackEventShort MockXblClawbackEventShort MockXblClawbackEventShort MockXblClawbackEventShort

IAP Wrapper: IAP

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/iap/config/apple GET GetAppleIAPConfigShort GetAppleIAPConfigShort GetAppleIAPConfigShort GetAppleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/apple PUT UpdateAppleIAPConfigShort UpdateAppleIAPConfigShort UpdateAppleIAPConfigShort UpdateAppleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/apple DELETE DeleteAppleIAPConfigShort DeleteAppleIAPConfigShort DeleteAppleIAPConfigShort DeleteAppleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/apple/cert PUT UpdateAppleP8FileShort UpdateAppleP8FileShort UpdateAppleP8FileShort UpdateAppleP8FileShort
/platform/admin/namespaces/{namespace}/iap/config/epicgames GET GetEpicGamesIAPConfigShort GetEpicGamesIAPConfigShort GetEpicGamesIAPConfigShort GetEpicGamesIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/epicgames PUT UpdateEpicGamesIAPConfigShort UpdateEpicGamesIAPConfigShort UpdateEpicGamesIAPConfigShort UpdateEpicGamesIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/epicgames DELETE DeleteEpicGamesIAPConfigShort DeleteEpicGamesIAPConfigShort DeleteEpicGamesIAPConfigShort DeleteEpicGamesIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/google GET GetGoogleIAPConfigShort GetGoogleIAPConfigShort GetGoogleIAPConfigShort GetGoogleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/google PUT UpdateGoogleIAPConfigShort UpdateGoogleIAPConfigShort UpdateGoogleIAPConfigShort UpdateGoogleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/google DELETE DeleteGoogleIAPConfigShort DeleteGoogleIAPConfigShort DeleteGoogleIAPConfigShort DeleteGoogleIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/google/cert PUT UpdateGoogleP12FileShort UpdateGoogleP12FileShort UpdateGoogleP12FileShort UpdateGoogleP12FileShort
/platform/admin/namespaces/{namespace}/iap/config/item GET GetIAPItemConfigShort GetIAPItemConfigShort GetIAPItemConfigShort GetIAPItemConfigShort
/platform/admin/namespaces/{namespace}/iap/config/item PUT UpdateIAPItemConfigShort UpdateIAPItemConfigShort UpdateIAPItemConfigShort UpdateIAPItemConfigShort
/platform/admin/namespaces/{namespace}/iap/config/item DELETE DeleteIAPItemConfigShort DeleteIAPItemConfigShort DeleteIAPItemConfigShort DeleteIAPItemConfigShort
/platform/admin/namespaces/{namespace}/iap/config/oculus GET GetOculusIAPConfigShort GetOculusIAPConfigShort GetOculusIAPConfigShort GetOculusIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/oculus PUT UpdateOculusIAPConfigShort UpdateOculusIAPConfigShort UpdateOculusIAPConfigShort UpdateOculusIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/oculus DELETE DeleteOculusIAPConfigShort DeleteOculusIAPConfigShort DeleteOculusIAPConfigShort DeleteOculusIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/playstation GET GetPlayStationIAPConfigShort GetPlayStationIAPConfigShort GetPlayStationIAPConfigShort GetPlayStationIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/playstation PUT UpdatePlaystationIAPConfigShort UpdatePlaystationIAPConfigShort UpdatePlaystationIAPConfigShort UpdatePlaystationIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/playstation DELETE DeletePlaystationIAPConfigShort DeletePlaystationIAPConfigShort DeletePlaystationIAPConfigShort DeletePlaystationIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/playstation/validate GET ValidateExistedPlaystationIAPConfigShort ValidateExistedPlaystationIAPConfigShort ValidateExistedPlaystationIAPConfigShort ValidateExistedPlaystationIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/playstation/validate PUT ValidatePlaystationIAPConfigShort ValidatePlaystationIAPConfigShort ValidatePlaystationIAPConfigShort ValidatePlaystationIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/steam GET GetSteamIAPConfigShort GetSteamIAPConfigShort GetSteamIAPConfigShort GetSteamIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/steam PUT UpdateSteamIAPConfigShort UpdateSteamIAPConfigShort UpdateSteamIAPConfigShort UpdateSteamIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/steam DELETE DeleteSteamIAPConfigShort DeleteSteamIAPConfigShort DeleteSteamIAPConfigShort DeleteSteamIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/twitch GET GetTwitchIAPConfigShort GetTwitchIAPConfigShort GetTwitchIAPConfigShort GetTwitchIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/twitch PUT UpdateTwitchIAPConfigShort UpdateTwitchIAPConfigShort UpdateTwitchIAPConfigShort UpdateTwitchIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/twitch DELETE DeleteTwitchIAPConfigShort DeleteTwitchIAPConfigShort DeleteTwitchIAPConfigShort DeleteTwitchIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/xbl GET GetXblIAPConfigShort GetXblIAPConfigShort GetXblIAPConfigShort GetXblIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/xbl PUT UpdateXblIAPConfigShort UpdateXblIAPConfigShort UpdateXblIAPConfigShort UpdateXblIAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/xbl DELETE DeleteXblAPConfigShort DeleteXblAPConfigShort DeleteXblAPConfigShort DeleteXblAPConfigShort
/platform/admin/namespaces/{namespace}/iap/config/xbl/cert PUT UpdateXblBPCertFileShort UpdateXblBPCertFileShort UpdateXblBPCertFileShort UpdateXblBPCertFileShort
/platform/admin/namespaces/{namespace}/iap/{iapOrderNo}/consumedetails GET GetIAPOrderConsumeDetailsShort GetIAPOrderConsumeDetailsShort GetIAPOrderConsumeDetailsShort GetIAPOrderConsumeDetailsShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap GET QueryUserIAPOrdersShort QueryUserIAPOrdersShort QueryUserIAPOrdersShort QueryUserIAPOrdersShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/all GET QueryAllUserIAPOrdersShort QueryAllUserIAPOrdersShort QueryAllUserIAPOrdersShort QueryAllUserIAPOrdersShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/consume/history GET QueryUserIAPConsumeHistoryShort QueryUserIAPConsumeHistoryShort QueryUserIAPConsumeHistoryShort QueryUserIAPConsumeHistoryShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/mock/receipt PUT MockFulfillIAPItemShort MockFulfillIAPItemShort MockFulfillIAPItemShort MockFulfillIAPItemShort
/platform/public/namespaces/{namespace}/iap/apple/config/version GET GetAppleConfigVersionShort GetAppleConfigVersionShort GetAppleConfigVersionShort GetAppleConfigVersionShort
/platform/public/namespaces/{namespace}/iap/item/mapping GET GetIAPItemMappingShort GetIAPItemMappingShort GetIAPItemMappingShort GetIAPItemMappingShort
/platform/public/namespaces/{namespace}/users/me/iap/twitch/sync PUT SyncTwitchDropsEntitlementShort SyncTwitchDropsEntitlementShort SyncTwitchDropsEntitlementShort SyncTwitchDropsEntitlementShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/apple/receipt PUT PublicFulfillAppleIAPItemShort PublicFulfillAppleIAPItemShort PublicFulfillAppleIAPItemShort PublicFulfillAppleIAPItemShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/epicgames/sync PUT SyncEpicGamesInventoryShort SyncEpicGamesInventoryShort SyncEpicGamesInventoryShort SyncEpicGamesInventoryShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/google/receipt PUT PublicFulfillGoogleIAPItemShort PublicFulfillGoogleIAPItemShort PublicFulfillGoogleIAPItemShort PublicFulfillGoogleIAPItemShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/oculus/sync PUT SyncOculusConsumableEntitlementsShort SyncOculusConsumableEntitlementsShort SyncOculusConsumableEntitlementsShort SyncOculusConsumableEntitlementsShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/psn/sync PUT PublicReconcilePlayStationStoreShort PublicReconcilePlayStationStoreShort PublicReconcilePlayStationStoreShort PublicReconcilePlayStationStoreShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/psn/sync/multiServiceLabels PUT PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort PublicReconcilePlayStationStoreWithMultipleServiceLabelsShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/steam/sync PUT SyncSteamInventoryShort SyncSteamInventoryShort SyncSteamInventoryShort SyncSteamInventoryShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/twitch/sync PUT SyncTwitchDropsEntitlement1Short SyncTwitchDropsEntitlement1Short SyncTwitchDropsEntitlement1Short SyncTwitchDropsEntitlement1Short
/platform/public/namespaces/{namespace}/users/{userId}/iap/xbl/sync PUT SyncXboxInventoryShort SyncXboxInventoryShort SyncXboxInventoryShort SyncXboxInventoryShort
/platform/v2/public/namespaces/{namespace}/users/{userId}/iap/apple/receipt PUT V2PublicFulfillAppleIAPItemShort V2PublicFulfillAppleIAPItemShort V2PublicFulfillAppleIAPItemShort V2PublicFulfillAppleIAPItemShort

IAP(Notification) Wrapper: IAPNotification

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/iap/notifications GET QueryThirdPartyNotificationsShort QueryThirdPartyNotificationsShort QueryThirdPartyNotificationsShort QueryThirdPartyNotificationsShort

IAP(Subscription) Wrapper: IAPSubscription

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/iap/subscriptions GET QueryThirdPartySubscriptionShort QueryThirdPartySubscriptionShort QueryThirdPartySubscriptionShort QueryThirdPartySubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions GET QueryUserThirdPartySubscriptionShort QueryUserThirdPartySubscriptionShort QueryUserThirdPartySubscriptionShort QueryUserThirdPartySubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/platforms/{platform}/ownership/byGroupId GET GetThirdPartyPlatformSubscriptionOwnershipByGroupIdShort GetThirdPartyPlatformSubscriptionOwnershipByGroupIdShort GetThirdPartyPlatformSubscriptionOwnershipByGroupIdShort GetThirdPartyPlatformSubscriptionOwnershipByGroupIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/platforms/{platform}/ownership/byProductId GET GetThirdPartyPlatformSubscriptionOwnershipByProductIdShort GetThirdPartyPlatformSubscriptionOwnershipByProductIdShort GetThirdPartyPlatformSubscriptionOwnershipByProductIdShort GetThirdPartyPlatformSubscriptionOwnershipByProductIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/transactions GET QueryUserThirdPartySubscriptionTransactionsShort QueryUserThirdPartySubscriptionTransactionsShort QueryUserThirdPartySubscriptionTransactionsShort QueryUserThirdPartySubscriptionTransactionsShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/transactions/{id} GET GetThirdPartySubscriptionDetailsShort GetThirdPartySubscriptionDetailsShort GetThirdPartySubscriptionDetailsShort GetThirdPartySubscriptionDetailsShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/transactions/{id}/histories GET GetSubscriptionHistoryShort GetSubscriptionHistoryShort GetSubscriptionHistoryShort GetSubscriptionHistoryShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/transactions/{id}/sync PUT SyncSubscriptionTransactionShort SyncSubscriptionTransactionShort SyncSubscriptionTransactionShort SyncSubscriptionTransactionShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/{id} GET GetThirdPartyUserSubscriptionDetailsShort GetThirdPartyUserSubscriptionDetailsShort GetThirdPartyUserSubscriptionDetailsShort GetThirdPartyUserSubscriptionDetailsShort
/platform/admin/namespaces/{namespace}/users/{userId}/iap/subscriptions/{id}/sync PUT SyncSubscriptionShort SyncSubscriptionShort SyncSubscriptionShort SyncSubscriptionShort
/platform/public/namespaces/{namespace}/users/{userId}/iap/subscriptions/platforms/{platform} GET PublicQueryUserThirdPartySubscriptionShort PublicQueryUserThirdPartySubscriptionShort PublicQueryUserThirdPartySubscriptionShort PublicQueryUserThirdPartySubscriptionShort

Invoice Wrapper: Invoice

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/invoice/details.csv GET DownloadInvoiceDetailsShort DownloadInvoiceDetailsShort DownloadInvoiceDetailsShort DownloadInvoiceDetailsShort
/platform/admin/namespaces/{namespace}/invoice/summary GET GenerateInvoiceSummaryShort GenerateInvoiceSummaryShort GenerateInvoiceSummaryShort GenerateInvoiceSummaryShort

KeyGroup Wrapper: KeyGroup

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/keygroups GET QueryKeyGroupsShort QueryKeyGroupsShort QueryKeyGroupsShort QueryKeyGroupsShort
/platform/admin/namespaces/{namespace}/keygroups POST CreateKeyGroupShort CreateKeyGroupShort CreateKeyGroupShort CreateKeyGroupShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/keygroups/byBoothName GET GetKeyGroupByBoothNameShort GetKeyGroupByBoothNameShort GetKeyGroupByBoothNameShort GetKeyGroupByBoothNameShort
/platform/admin/namespaces/{namespace}/keygroups/{keyGroupId} GET GetKeyGroupShort GetKeyGroupShort GetKeyGroupShort GetKeyGroupShort
/platform/admin/namespaces/{namespace}/keygroups/{keyGroupId} PUT UpdateKeyGroupShort UpdateKeyGroupShort UpdateKeyGroupShort UpdateKeyGroupShort
/platform/admin/namespaces/{namespace}/keygroups/{keyGroupId}/dynamic GET GetKeyGroupDynamicShort GetKeyGroupDynamicShort GetKeyGroupDynamicShort GetKeyGroupDynamicShort
/platform/admin/namespaces/{namespace}/keygroups/{keyGroupId}/keys GET ListKeysShort ListKeysShort ListKeysShort ListKeysShort
/platform/admin/namespaces/{namespace}/keygroups/{keyGroupId}/keys POST UploadKeysShort UploadKeysShort UploadKeysShort UploadKeysShort

Order Wrapper: Order

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/orders GET QueryOrdersShort QueryOrdersShort QueryOrdersShort QueryOrdersShort
/platform/admin/namespaces/{namespace}/orders/stats GET GetOrderStatisticsShort GetOrderStatisticsShort GetOrderStatisticsShort GetOrderStatisticsShort
/platform/admin/namespaces/{namespace}/orders/{orderNo} GET GetOrderShort GetOrderShort GetOrderShort GetOrderShort
/platform/admin/namespaces/{namespace}/orders/{orderNo}/refund PUT RefundOrderShort RefundOrderShort RefundOrderShort RefundOrderShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders GET QueryUserOrdersShort QueryUserOrdersShort QueryUserOrdersShort QueryUserOrdersShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders POST AdminCreateUserOrderShort AdminCreateUserOrderShort AdminCreateUserOrderShort AdminCreateUserOrderShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/countOfItem GET CountOfPurchasedItemShort CountOfPurchasedItemShort CountOfPurchasedItemShort CountOfPurchasedItemShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo} GET GetUserOrderShort GetUserOrderShort GetUserOrderShort GetUserOrderShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo} PUT UpdateUserOrderStatusShort UpdateUserOrderStatusShort UpdateUserOrderStatusShort UpdateUserOrderStatusShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo}/fulfill PUT FulfillUserOrderShort FulfillUserOrderShort FulfillUserOrderShort FulfillUserOrderShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo}/grant GET GetUserOrderGrantShort GetUserOrderGrantShort GetUserOrderGrantShort GetUserOrderGrantShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo}/history GET GetUserOrderHistoriesShort GetUserOrderHistoriesShort GetUserOrderHistoriesShort GetUserOrderHistoriesShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo}/notifications POST ProcessUserOrderNotificationShort ProcessUserOrderNotificationShort ProcessUserOrderNotificationShort ProcessUserOrderNotificationShort
/platform/admin/namespaces/{namespace}/users/{userId}/orders/{orderNo}/receipt.pdf GET DownloadUserOrderReceiptShort DownloadUserOrderReceiptShort DownloadUserOrderReceiptShort DownloadUserOrderReceiptShort
/platform/public/namespaces/{namespace}/users/{userId}/orders GET PublicQueryUserOrdersShort PublicQueryUserOrdersShort PublicQueryUserOrdersShort PublicQueryUserOrdersShort
/platform/public/namespaces/{namespace}/users/{userId}/orders POST PublicCreateUserOrderShort PublicCreateUserOrderShort PublicCreateUserOrderShort PublicCreateUserOrderShort
/platform/public/namespaces/{namespace}/users/{userId}/orders/discount/preview POST PublicPreviewOrderPriceShort PublicPreviewOrderPriceShort PublicPreviewOrderPriceShort PublicPreviewOrderPriceShort
/platform/public/namespaces/{namespace}/users/{userId}/orders/{orderNo} GET PublicGetUserOrderShort PublicGetUserOrderShort PublicGetUserOrderShort PublicGetUserOrderShort
/platform/public/namespaces/{namespace}/users/{userId}/orders/{orderNo}/cancel PUT PublicCancelUserOrderShort PublicCancelUserOrderShort PublicCancelUserOrderShort PublicCancelUserOrderShort
/platform/public/namespaces/{namespace}/users/{userId}/orders/{orderNo}/history GET PublicGetUserOrderHistoriesShort PublicGetUserOrderHistoriesShort PublicGetUserOrderHistoriesShort PublicGetUserOrderHistoriesShort
/platform/public/namespaces/{namespace}/users/{userId}/orders/{orderNo}/receipt.pdf GET PublicDownloadUserOrderReceiptShort PublicDownloadUserOrderReceiptShort PublicDownloadUserOrderReceiptShort PublicDownloadUserOrderReceiptShort

PaymentCallbackConfig Wrapper: PaymentCallbackConfig

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/payment/config/callback GET GetPaymentCallbackConfigShort GetPaymentCallbackConfigShort GetPaymentCallbackConfigShort GetPaymentCallbackConfigShort
/platform/admin/namespaces/{namespace}/payment/config/callback PUT UpdatePaymentCallbackConfigShort UpdatePaymentCallbackConfigShort UpdatePaymentCallbackConfigShort UpdatePaymentCallbackConfigShort

PaymentConfig Wrapper: PaymentConfig

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/payment/config/domains GET GetPaymentMerchantConfigShort GetPaymentMerchantConfigShort GetPaymentMerchantConfigShort GetPaymentMerchantConfigShort
/platform/admin/namespaces/{namespace}/payment/config/domains PUT UpdatePaymentDomainWhitelistConfigShort UpdatePaymentDomainWhitelistConfigShort UpdatePaymentDomainWhitelistConfigShort UpdatePaymentDomainWhitelistConfigShort
/platform/admin/payment/config/merchant/adyenconfig/test POST TestAdyenConfigShort TestAdyenConfigShort TestAdyenConfigShort TestAdyenConfigShort
/platform/admin/payment/config/merchant/alipayconfig/test POST TestAliPayConfigShort TestAliPayConfigShort TestAliPayConfigShort TestAliPayConfigShort
/platform/admin/payment/config/merchant/checkoutconfig/test POST TestCheckoutConfigShort TestCheckoutConfigShort TestCheckoutConfigShort TestCheckoutConfigShort
/platform/admin/payment/config/merchant/matched GET DebugMatchedPaymentMerchantConfigShort DebugMatchedPaymentMerchantConfigShort DebugMatchedPaymentMerchantConfigShort DebugMatchedPaymentMerchantConfigShort
/platform/admin/payment/config/merchant/neonpayconfig/test POST TestNeonPayConfigShort TestNeonPayConfigShort TestNeonPayConfigShort TestNeonPayConfigShort
/platform/admin/payment/config/merchant/paypalconfig/test POST TestPayPalConfigShort TestPayPalConfigShort TestPayPalConfigShort TestPayPalConfigShort
/platform/admin/payment/config/merchant/stripeconfig/test POST TestStripeConfigShort TestStripeConfigShort TestStripeConfigShort TestStripeConfigShort
/platform/admin/payment/config/merchant/wxpayconfig/test POST TestWxPayConfigShort TestWxPayConfigShort TestWxPayConfigShort TestWxPayConfigShort
/platform/admin/payment/config/merchant/xsollaconfig/test POST TestXsollaConfigShort TestXsollaConfigShort TestXsollaConfigShort TestXsollaConfigShort
/platform/admin/payment/config/merchant/{id} GET GetPaymentMerchantConfig1Short GetPaymentMerchantConfig1Short GetPaymentMerchantConfig1Short GetPaymentMerchantConfig1Short
/platform/admin/payment/config/merchant/{id}/adyenconfig PUT UpdateAdyenConfigShort UpdateAdyenConfigShort UpdateAdyenConfigShort UpdateAdyenConfigShort
/platform/admin/payment/config/merchant/{id}/adyenconfig/test GET TestAdyenConfigByIdShort TestAdyenConfigByIdShort TestAdyenConfigByIdShort TestAdyenConfigByIdShort
/platform/admin/payment/config/merchant/{id}/alipayconfig PUT UpdateAliPayConfigShort UpdateAliPayConfigShort UpdateAliPayConfigShort UpdateAliPayConfigShort
/platform/admin/payment/config/merchant/{id}/alipayconfig/test GET TestAliPayConfigByIdShort TestAliPayConfigByIdShort TestAliPayConfigByIdShort TestAliPayConfigByIdShort
/platform/admin/payment/config/merchant/{id}/checkoutconfig PUT UpdateCheckoutConfigShort UpdateCheckoutConfigShort UpdateCheckoutConfigShort UpdateCheckoutConfigShort
/platform/admin/payment/config/merchant/{id}/checkoutconfig/test GET TestCheckoutConfigByIdShort TestCheckoutConfigByIdShort TestCheckoutConfigByIdShort TestCheckoutConfigByIdShort
/platform/admin/payment/config/merchant/{id}/neonpayconfig PUT UpdateNeonPayConfigShort UpdateNeonPayConfigShort UpdateNeonPayConfigShort UpdateNeonPayConfigShort
/platform/admin/payment/config/merchant/{id}/neonpayconfig/test GET TestNeonPayConfigByIdShort TestNeonPayConfigByIdShort TestNeonPayConfigByIdShort TestNeonPayConfigByIdShort
/platform/admin/payment/config/merchant/{id}/paypalconfig PUT UpdatePayPalConfigShort UpdatePayPalConfigShort UpdatePayPalConfigShort UpdatePayPalConfigShort
/platform/admin/payment/config/merchant/{id}/paypalconfig/test GET TestPayPalConfigByIdShort TestPayPalConfigByIdShort TestPayPalConfigByIdShort TestPayPalConfigByIdShort
/platform/admin/payment/config/merchant/{id}/stripeconfig PUT UpdateStripeConfigShort UpdateStripeConfigShort UpdateStripeConfigShort UpdateStripeConfigShort
/platform/admin/payment/config/merchant/{id}/stripeconfig/test GET TestStripeConfigByIdShort TestStripeConfigByIdShort TestStripeConfigByIdShort TestStripeConfigByIdShort
/platform/admin/payment/config/merchant/{id}/wxpayconfig PUT UpdateWxPayConfigShort UpdateWxPayConfigShort UpdateWxPayConfigShort UpdateWxPayConfigShort
/platform/admin/payment/config/merchant/{id}/wxpayconfig/cert PUT UpdateWxPayConfigCertShort UpdateWxPayConfigCertShort UpdateWxPayConfigCertShort UpdateWxPayConfigCertShort
/platform/admin/payment/config/merchant/{id}/wxpayconfig/test GET TestWxPayConfigByIdShort TestWxPayConfigByIdShort TestWxPayConfigByIdShort TestWxPayConfigByIdShort
/platform/admin/payment/config/merchant/{id}/xsollaconfig PUT UpdateXsollaConfigShort UpdateXsollaConfigShort UpdateXsollaConfigShort UpdateXsollaConfigShort
/platform/admin/payment/config/merchant/{id}/xsollaconfig/test GET TestXsollaConfigByIdShort TestXsollaConfigByIdShort TestXsollaConfigByIdShort TestXsollaConfigByIdShort
/platform/admin/payment/config/merchant/{id}/xsollauiconfig PUT UpdateXsollaUIConfigShort UpdateXsollaUIConfigShort UpdateXsollaUIConfigShort UpdateXsollaUIConfigShort
/platform/admin/payment/config/provider GET QueryPaymentProviderConfigShort QueryPaymentProviderConfigShort QueryPaymentProviderConfigShort QueryPaymentProviderConfigShort
/platform/admin/payment/config/provider POST CreatePaymentProviderConfigShort CreatePaymentProviderConfigShort CreatePaymentProviderConfigShort CreatePaymentProviderConfigShort
/platform/admin/payment/config/provider/aggregate GET GetAggregatePaymentProvidersShort GetAggregatePaymentProvidersShort GetAggregatePaymentProvidersShort GetAggregatePaymentProvidersShort
/platform/admin/payment/config/provider/matched GET DebugMatchedPaymentProviderConfigShort DebugMatchedPaymentProviderConfigShort DebugMatchedPaymentProviderConfigShort DebugMatchedPaymentProviderConfigShort
/platform/admin/payment/config/provider/special GET GetSpecialPaymentProvidersShort GetSpecialPaymentProvidersShort GetSpecialPaymentProvidersShort GetSpecialPaymentProvidersShort
/platform/admin/payment/config/provider/{id} PUT UpdatePaymentProviderConfigShort UpdatePaymentProviderConfigShort UpdatePaymentProviderConfigShort UpdatePaymentProviderConfigShort
/platform/admin/payment/config/provider/{id} DELETE DeletePaymentProviderConfigShort DeletePaymentProviderConfigShort DeletePaymentProviderConfigShort DeletePaymentProviderConfigShort
/platform/admin/payment/config/tax GET GetPaymentTaxConfigShort GetPaymentTaxConfigShort GetPaymentTaxConfigShort GetPaymentTaxConfigShort
/platform/admin/payment/config/tax PUT UpdatePaymentTaxConfigShort UpdatePaymentTaxConfigShort UpdatePaymentTaxConfigShort UpdatePaymentTaxConfigShort

Payment Wrapper: Payment

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/payment/notifications GET QueryPaymentNotificationsShort QueryPaymentNotificationsShort QueryPaymentNotificationsShort QueryPaymentNotificationsShort
/platform/admin/namespaces/{namespace}/payment/orders GET QueryPaymentOrdersShort QueryPaymentOrdersShort QueryPaymentOrdersShort QueryPaymentOrdersShort
/platform/admin/namespaces/{namespace}/payment/orders/byExtTxId GET ListExtOrderNoByExtTxIdShort ListExtOrderNoByExtTxIdShort ListExtOrderNoByExtTxIdShort ListExtOrderNoByExtTxIdShort
/platform/admin/namespaces/{namespace}/payment/orders/{paymentOrderNo} GET GetPaymentOrderShort GetPaymentOrderShort GetPaymentOrderShort GetPaymentOrderShort
/platform/admin/namespaces/{namespace}/payment/orders/{paymentOrderNo} PUT ChargePaymentOrderShort ChargePaymentOrderShort ChargePaymentOrderShort ChargePaymentOrderShort
/platform/admin/namespaces/{namespace}/payment/orders/{paymentOrderNo}/simulate-notification PUT SimulatePaymentOrderNotificationShort SimulatePaymentOrderNotificationShort SimulatePaymentOrderNotificationShort SimulatePaymentOrderNotificationShort
/platform/admin/namespaces/{namespace}/payment/orders/{paymentOrderNo}/status GET GetPaymentOrderChargeStatusShort GetPaymentOrderChargeStatusShort GetPaymentOrderChargeStatusShort GetPaymentOrderChargeStatusShort
/platform/admin/namespaces/{namespace}/users/{userId}/payment/orders POST CreateUserPaymentOrderShort CreateUserPaymentOrderShort CreateUserPaymentOrderShort CreateUserPaymentOrderShort
/platform/admin/namespaces/{namespace}/users/{userId}/payment/orders/{paymentOrderNo}/refund PUT RefundUserPaymentOrderShort RefundUserPaymentOrderShort RefundUserPaymentOrderShort RefundUserPaymentOrderShort

Payment(Dedicated) Wrapper: PaymentDedicated

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/payment/orders POST CreatePaymentOrderByDedicatedShort CreatePaymentOrderByDedicatedShort CreatePaymentOrderByDedicatedShort CreatePaymentOrderByDedicatedShort
/platform/admin/namespaces/{namespace}/payment/orders/{paymentOrderNo}/refund PUT RefundPaymentOrderByDedicatedShort RefundPaymentOrderByDedicatedShort RefundPaymentOrderByDedicatedShort RefundPaymentOrderByDedicatedShort
/platform/admin/payment/orders GET SyncPaymentOrdersShort SyncPaymentOrdersShort SyncPaymentOrdersShort SyncPaymentOrdersShort

Platform Wrapper: Platform

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/platforms/psn/entitlements/{entitlementLabel}/ownership POST GetPsnEntitlementOwnershipShort GetPsnEntitlementOwnershipShort GetPsnEntitlementOwnershipShort GetPsnEntitlementOwnershipShort
/platform/admin/namespaces/{namespace}/platforms/xbl/entitlements/{productSku}/ownership POST GetXboxEntitlementOwnershipShort GetXboxEntitlementOwnershipShort GetXboxEntitlementOwnershipShort GetXboxEntitlementOwnershipShort

Wallet Wrapper: Wallet

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/platforms/{platform}/wallet/config GET GetPlatformWalletConfigShort GetPlatformWalletConfigShort GetPlatformWalletConfigShort GetPlatformWalletConfigShort
/platform/admin/namespaces/{namespace}/platforms/{platform}/wallet/config PUT UpdatePlatformWalletConfigShort UpdatePlatformWalletConfigShort UpdatePlatformWalletConfigShort UpdatePlatformWalletConfigShort
/platform/admin/namespaces/{namespace}/platforms/{platform}/wallet/config/reset PUT ResetPlatformWalletConfigShort ResetPlatformWalletConfigShort ResetPlatformWalletConfigShort ResetPlatformWalletConfigShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/currencies/summary GET QueryUserCurrencyWalletsShort QueryUserCurrencyWalletsShort QueryUserCurrencyWalletsShort QueryUserCurrencyWalletsShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/currencies/{currencyCode}/debit PUT DebitUserWalletByCurrencyCodeShort DebitUserWalletByCurrencyCodeShort DebitUserWalletByCurrencyCodeShort DebitUserWalletByCurrencyCodeShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/currencies/{currencyCode}/transactions GET ListUserCurrencyTransactionsShort ListUserCurrencyTransactionsShort ListUserCurrencyTransactionsShort ListUserCurrencyTransactionsShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/balanceCheck POST CheckBalanceShort CheckBalanceShort CheckBalanceShort CheckBalanceShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/check GET CheckWalletShort CheckWalletShort CheckWalletShort CheckWalletShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/credit PUT CreditUserWalletShort CreditUserWalletShort CreditUserWalletShort CreditUserWalletShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/debitByWalletPlatform PUT DebitByWalletPlatformShort DebitByWalletPlatformShort DebitByWalletPlatformShort DebitByWalletPlatformShort
/platform/admin/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/payment PUT PayWithUserWalletShort PayWithUserWalletShort PayWithUserWalletShort PayWithUserWalletShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{walletId} GET GetUserWalletShort GetUserWalletShort GetUserWalletShort GetUserWalletShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{walletId}/debit PUT DebitUserWalletShort DebitUserWalletShort DebitUserWalletShort DebitUserWalletShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{walletId}/disable PUT DisableUserWalletShort DisableUserWalletShort DisableUserWalletShort DisableUserWalletShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{walletId}/enable PUT EnableUserWalletShort EnableUserWalletShort EnableUserWalletShort EnableUserWalletShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/users/{userId}/wallets/{walletId}/transactions GET ListUserWalletTransactionsShort ListUserWalletTransactionsShort ListUserWalletTransactionsShort ListUserWalletTransactionsShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/wallets GET QueryWalletsShort QueryWalletsShort QueryWalletsShort QueryWalletsShort
/platform/admin/namespaces/{namespace}/wallets/credit POST BulkCreditShort BulkCreditShort BulkCreditShort BulkCreditShort
/platform/admin/namespaces/{namespace}/wallets/debit POST BulkDebitShort BulkDebitShort BulkDebitShort BulkDebitShort
[DEPRECATED] /platform/admin/namespaces/{namespace}/wallets/{walletId} GET GetWalletShort GetWalletShort GetWalletShort GetWalletShort
/platform/public/namespaces/{namespace}/users/me/wallets/{currencyCode} GET PublicGetMyWalletShort PublicGetMyWalletShort PublicGetMyWalletShort PublicGetMyWalletShort
/platform/public/namespaces/{namespace}/users/{userId}/wallets/{currencyCode} GET PublicGetWalletShort PublicGetWalletShort PublicGetWalletShort PublicGetWalletShort
/platform/public/namespaces/{namespace}/users/{userId}/wallets/{currencyCode}/transactions GET PublicListUserWalletTransactionsShort PublicListUserWalletTransactionsShort PublicListUserWalletTransactionsShort PublicListUserWalletTransactionsShort

Revocation Wrapper: Revocation

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/revocation/config GET GetRevocationConfigShort GetRevocationConfigShort GetRevocationConfigShort GetRevocationConfigShort
/platform/admin/namespaces/{namespace}/revocation/config PUT UpdateRevocationConfigShort UpdateRevocationConfigShort UpdateRevocationConfigShort UpdateRevocationConfigShort
/platform/admin/namespaces/{namespace}/revocation/config DELETE DeleteRevocationConfigShort DeleteRevocationConfigShort DeleteRevocationConfigShort DeleteRevocationConfigShort
/platform/admin/namespaces/{namespace}/revocation/history GET QueryRevocationHistoriesShort QueryRevocationHistoriesShort QueryRevocationHistoriesShort QueryRevocationHistoriesShort
/platform/admin/namespaces/{namespace}/users/{userId}/revocation PUT DoRevocationShort DoRevocationShort DoRevocationShort DoRevocationShort

Reward Wrapper: Reward

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/rewards POST CreateRewardShort CreateRewardShort CreateRewardShort CreateRewardShort
/platform/admin/namespaces/{namespace}/rewards/byCriteria GET QueryRewardsShort QueryRewardsShort QueryRewardsShort QueryRewardsShort
/platform/admin/namespaces/{namespace}/rewards/export GET ExportRewardsShort ExportRewardsShort ExportRewardsShort ExportRewardsShort
/platform/admin/namespaces/{namespace}/rewards/import POST ImportRewardsShort ImportRewardsShort ImportRewardsShort ImportRewardsShort
/platform/admin/namespaces/{namespace}/rewards/{rewardId} GET GetRewardShort GetRewardShort GetRewardShort GetRewardShort
/platform/admin/namespaces/{namespace}/rewards/{rewardId} PUT UpdateRewardShort UpdateRewardShort UpdateRewardShort UpdateRewardShort
/platform/admin/namespaces/{namespace}/rewards/{rewardId} DELETE DeleteRewardShort DeleteRewardShort DeleteRewardShort DeleteRewardShort
/platform/admin/namespaces/{namespace}/rewards/{rewardId}/match PUT CheckEventConditionShort CheckEventConditionShort CheckEventConditionShort CheckEventConditionShort
/platform/admin/namespaces/{namespace}/rewards/{rewardId}/record DELETE DeleteRewardConditionRecordShort DeleteRewardConditionRecordShort DeleteRewardConditionRecordShort DeleteRewardConditionRecordShort
/platform/public/namespaces/{namespace}/rewards/byCode GET GetRewardByCodeShort GetRewardByCodeShort GetRewardByCodeShort GetRewardByCodeShort
/platform/public/namespaces/{namespace}/rewards/byCriteria GET QueryRewards1Short QueryRewards1Short QueryRewards1Short QueryRewards1Short
/platform/public/namespaces/{namespace}/rewards/{rewardId} GET GetReward1Short GetReward1Short GetReward1Short GetReward1Short

Section Wrapper: Section

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/sections GET QuerySectionsShort QuerySectionsShort QuerySectionsShort QuerySectionsShort
/platform/admin/namespaces/{namespace}/sections POST CreateSectionShort CreateSectionShort CreateSectionShort CreateSectionShort
/platform/admin/namespaces/{namespace}/sections/purge/expired DELETE PurgeExpiredSectionShort PurgeExpiredSectionShort PurgeExpiredSectionShort PurgeExpiredSectionShort
/platform/admin/namespaces/{namespace}/sections/{sectionId} GET GetSectionShort GetSectionShort GetSectionShort GetSectionShort
/platform/admin/namespaces/{namespace}/sections/{sectionId} PUT UpdateSectionShort UpdateSectionShort UpdateSectionShort UpdateSectionShort
/platform/admin/namespaces/{namespace}/sections/{sectionId} DELETE DeleteSectionShort DeleteSectionShort DeleteSectionShort DeleteSectionShort
/platform/public/namespaces/{namespace}/users/{userId}/sections GET PublicListActiveSectionsShort PublicListActiveSectionsShort PublicListActiveSectionsShort PublicListActiveSectionsShort

CatalogChanges Wrapper: CatalogChanges

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/byCriteria GET QueryChangesShort QueryChangesShort QueryChangesShort QueryChangesShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/publishAll PUT PublishAllShort PublishAllShort PublishAllShort PublishAllShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/publishSelected PUT PublishSelectedShort PublishSelectedShort PublishSelectedShort PublishSelectedShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/selectAll PUT SelectAllRecordsShort SelectAllRecordsShort SelectAllRecordsShort SelectAllRecordsShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/selectAllByCriteria PUT SelectAllRecordsByCriteriaShort SelectAllRecordsByCriteriaShort SelectAllRecordsByCriteriaShort SelectAllRecordsByCriteriaShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/statistics GET GetStatisticShort GetStatisticShort GetStatisticShort GetStatisticShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/unselectAll PUT UnselectAllRecordsShort UnselectAllRecordsShort UnselectAllRecordsShort UnselectAllRecordsShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/{changeId}/select PUT SelectRecordShort SelectRecordShort SelectRecordShort SelectRecordShort
/platform/admin/namespaces/{namespace}/stores/{storeId}/catalogChanges/{changeId}/unselect PUT UnselectRecordShort UnselectRecordShort UnselectRecordShort UnselectRecordShort

Subscription Wrapper: Subscription

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/subscriptions GET QuerySubscriptionsShort QuerySubscriptionsShort QuerySubscriptionsShort QuerySubscriptionsShort
/platform/admin/namespaces/{namespace}/subscriptions/{subscriptionId}/recurring PUT RecurringChargeSubscriptionShort RecurringChargeSubscriptionShort RecurringChargeSubscriptionShort RecurringChargeSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions GET QueryUserSubscriptionsShort QueryUserSubscriptionsShort QueryUserSubscriptionsShort QueryUserSubscriptionsShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/activities GET GetUserSubscriptionActivitiesShort GetUserSubscriptionActivitiesShort GetUserSubscriptionActivitiesShort GetUserSubscriptionActivitiesShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/platformSubscribe POST PlatformSubscribeSubscriptionShort PlatformSubscribeSubscriptionShort PlatformSubscribeSubscriptionShort PlatformSubscribeSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/subscribable/byItemId GET CheckUserSubscriptionSubscribableByItemIdShort CheckUserSubscriptionSubscribableByItemIdShort CheckUserSubscriptionSubscribableByItemIdShort CheckUserSubscriptionSubscribableByItemIdShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId} GET GetUserSubscriptionShort GetUserSubscriptionShort GetUserSubscriptionShort GetUserSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId} DELETE DeleteUserSubscriptionShort DeleteUserSubscriptionShort DeleteUserSubscriptionShort DeleteUserSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/cancel PUT CancelSubscriptionShort CancelSubscriptionShort CancelSubscriptionShort CancelSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/grant PUT GrantDaysToSubscriptionShort GrantDaysToSubscriptionShort GrantDaysToSubscriptionShort GrantDaysToSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/history GET GetUserSubscriptionBillingHistoriesShort GetUserSubscriptionBillingHistoriesShort GetUserSubscriptionBillingHistoriesShort GetUserSubscriptionBillingHistoriesShort
/platform/admin/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/notifications POST ProcessUserSubscriptionNotificationShort ProcessUserSubscriptionNotificationShort ProcessUserSubscriptionNotificationShort ProcessUserSubscriptionNotificationShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions GET PublicQueryUserSubscriptionsShort PublicQueryUserSubscriptionsShort PublicQueryUserSubscriptionsShort PublicQueryUserSubscriptionsShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions POST PublicSubscribeSubscriptionShort PublicSubscribeSubscriptionShort PublicSubscribeSubscriptionShort PublicSubscribeSubscriptionShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions/subscribable/byItemId GET PublicCheckUserSubscriptionSubscribableByItemIdShort PublicCheckUserSubscriptionSubscribableByItemIdShort PublicCheckUserSubscriptionSubscribableByItemIdShort PublicCheckUserSubscriptionSubscribableByItemIdShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId} GET PublicGetUserSubscriptionShort PublicGetUserSubscriptionShort PublicGetUserSubscriptionShort PublicGetUserSubscriptionShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/billingAccount PUT PublicChangeSubscriptionBillingAccountShort PublicChangeSubscriptionBillingAccountShort PublicChangeSubscriptionBillingAccountShort PublicChangeSubscriptionBillingAccountShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/cancel PUT PublicCancelSubscriptionShort PublicCancelSubscriptionShort PublicCancelSubscriptionShort PublicCancelSubscriptionShort
/platform/public/namespaces/{namespace}/users/{userId}/subscriptions/{subscriptionId}/history GET PublicGetUserSubscriptionBillingHistoriesShort PublicGetUserSubscriptionBillingHistoriesShort PublicGetUserSubscriptionBillingHistoriesShort PublicGetUserSubscriptionBillingHistoriesShort

Ticket Wrapper: Ticket

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/tickets/{boothName} GET GetTicketDynamicShort GetTicketDynamicShort GetTicketDynamicShort GetTicketDynamicShort
/platform/admin/namespaces/{namespace}/tickets/{boothName}/decrement PUT DecreaseTicketSaleShort DecreaseTicketSaleShort DecreaseTicketSaleShort DecreaseTicketSaleShort
/platform/admin/namespaces/{namespace}/tickets/{boothName}/id GET GetTicketBoothIDShort GetTicketBoothIDShort GetTicketBoothIDShort GetTicketBoothIDShort
/platform/admin/namespaces/{namespace}/tickets/{boothName}/increment PUT IncreaseTicketSaleShort IncreaseTicketSaleShort IncreaseTicketSaleShort IncreaseTicketSaleShort
/platform/admin/namespaces/{namespace}/users/{userId}/tickets/{boothName} POST AcquireUserTicketShort AcquireUserTicketShort AcquireUserTicketShort AcquireUserTicketShort

TradeAction Wrapper: TradeAction

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/trade/commit POST CommitShort CommitShort CommitShort CommitShort
/platform/admin/namespaces/{namespace}/trade/history/byCriteria GET GetTradeHistoryByCriteriaShort GetTradeHistoryByCriteriaShort GetTradeHistoryByCriteriaShort GetTradeHistoryByCriteriaShort
/platform/admin/namespaces/{namespace}/trade/{transactionId} GET GetTradeHistoryByTransactionIdShort GetTradeHistoryByTransactionIdShort GetTradeHistoryByTransactionIdShort GetTradeHistoryByTransactionIdShort

Achievement(Platform) Wrapper: AchievementPlatform

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/users/{userId}/achievement/steam PUT UnlockSteamUserAchievementShort UnlockSteamUserAchievementShort UnlockSteamUserAchievementShort UnlockSteamUserAchievementShort
/platform/admin/namespaces/{namespace}/users/{userId}/achievement/xbl GET GetXblUserAchievementsShort GetXblUserAchievementsShort GetXblUserAchievementsShort GetXblUserAchievementsShort
/platform/admin/namespaces/{namespace}/users/{userId}/achievement/xbl PUT UpdateXblUserAchievementShort UpdateXblUserAchievementShort UpdateXblUserAchievementShort UpdateXblUserAchievementShort

Anonymization Wrapper: Anonymization

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/campaign DELETE AnonymizeCampaignShort AnonymizeCampaignShort AnonymizeCampaignShort AnonymizeCampaignShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/entitlements DELETE AnonymizeEntitlementShort AnonymizeEntitlementShort AnonymizeEntitlementShort AnonymizeEntitlementShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/fulfillment DELETE AnonymizeFulfillmentShort AnonymizeFulfillmentShort AnonymizeFulfillmentShort AnonymizeFulfillmentShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/integrations DELETE AnonymizeIntegrationShort AnonymizeIntegrationShort AnonymizeIntegrationShort AnonymizeIntegrationShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/orders DELETE AnonymizeOrderShort AnonymizeOrderShort AnonymizeOrderShort AnonymizeOrderShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/payment DELETE AnonymizePaymentShort AnonymizePaymentShort AnonymizePaymentShort AnonymizePaymentShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/revocation DELETE AnonymizeRevocationShort AnonymizeRevocationShort AnonymizeRevocationShort AnonymizeRevocationShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/subscriptions DELETE AnonymizeSubscriptionShort AnonymizeSubscriptionShort AnonymizeSubscriptionShort AnonymizeSubscriptionShort
/platform/admin/namespaces/{namespace}/users/{userId}/anonymization/wallets DELETE AnonymizeWalletShort AnonymizeWalletShort AnonymizeWalletShort AnonymizeWalletShort

Platform Account Closure Wrapper: PlatformAccountClosure

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/users/{userId}/platform/closure/history GET GetUserPlatformAccountClosureHistoriesShort GetUserPlatformAccountClosureHistoriesShort GetUserPlatformAccountClosureHistoriesShort GetUserPlatformAccountClosureHistoriesShort

Session(Platform) Wrapper: SessionPlatform

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/users/{userId}/session/xbl PUT RegisterXblSessionsShort RegisterXblSessionsShort RegisterXblSessionsShort RegisterXblSessionsShort

View Wrapper: View

Endpoint Method ID Class Wrapper Example
/platform/admin/namespaces/{namespace}/views GET ListViewsShort ListViewsShort ListViewsShort ListViewsShort
/platform/admin/namespaces/{namespace}/views POST CreateViewShort CreateViewShort CreateViewShort CreateViewShort
/platform/admin/namespaces/{namespace}/views/{viewId} GET GetViewShort GetViewShort GetViewShort GetViewShort
/platform/admin/namespaces/{namespace}/views/{viewId} PUT UpdateViewShort UpdateViewShort UpdateViewShort UpdateViewShort
/platform/admin/namespaces/{namespace}/views/{viewId} DELETE DeleteViewShort DeleteViewShort DeleteViewShort DeleteViewShort
/platform/public/namespaces/{namespace}/users/{userId}/views GET PublicListViewsShort PublicListViewsShort PublicListViewsShort PublicListViewsShort

Order(Dedicated) Wrapper: OrderDedicated

Endpoint Method ID Class Wrapper Example
/platform/admin/orders GET SyncOrdersShort SyncOrdersShort SyncOrdersShort SyncOrdersShort

PaymentStation Wrapper: PaymentStation

Endpoint Method ID Class Wrapper Example
[DEPRECATED] /platform/public/namespaces/{namespace}/payment/customization GET GetPaymentCustomizationShort GetPaymentCustomizationShort GetPaymentCustomizationShort GetPaymentCustomizationShort
/platform/public/namespaces/{namespace}/payment/link POST PublicGetPaymentUrlShort PublicGetPaymentUrlShort PublicGetPaymentUrlShort PublicGetPaymentUrlShort
/platform/public/namespaces/{namespace}/payment/methods GET PublicGetPaymentMethodsShort PublicGetPaymentMethodsShort PublicGetPaymentMethodsShort PublicGetPaymentMethodsShort
/platform/public/namespaces/{namespace}/payment/orders/{paymentOrderNo}/info GET PublicGetUnpaidPaymentOrderShort PublicGetUnpaidPaymentOrderShort PublicGetUnpaidPaymentOrderShort PublicGetUnpaidPaymentOrderShort
/platform/public/namespaces/{namespace}/payment/orders/{paymentOrderNo}/pay POST PayShort PayShort PayShort PayShort
/platform/public/namespaces/{namespace}/payment/orders/{paymentOrderNo}/status GET PublicCheckPaymentOrderPaidStatusShort PublicCheckPaymentOrderPaidStatusShort PublicCheckPaymentOrderPaidStatusShort PublicCheckPaymentOrderPaidStatusShort
/platform/public/namespaces/{namespace}/payment/publicconfig GET GetPaymentPublicConfigShort GetPaymentPublicConfigShort GetPaymentPublicConfigShort GetPaymentPublicConfigShort
/platform/public/namespaces/{namespace}/payment/qrcode GET PublicGetQRCodeShort PublicGetQRCodeShort PublicGetQRCodeShort PublicGetQRCodeShort
/platform/public/namespaces/{namespace}/payment/returnurl GET PublicNormalizePaymentReturnUrlShort PublicNormalizePaymentReturnUrlShort PublicNormalizePaymentReturnUrlShort PublicNormalizePaymentReturnUrlShort
/platform/public/namespaces/{namespace}/payment/tax GET GetPaymentTaxValueShort GetPaymentTaxValueShort GetPaymentTaxValueShort GetPaymentTaxValueShort

PaymentAccount Wrapper: PaymentAccount

Endpoint Method ID Class Wrapper Example
/platform/public/namespaces/{namespace}/users/{userId}/payment/accounts GET PublicGetPaymentAccountsShort PublicGetPaymentAccountsShort PublicGetPaymentAccountsShort PublicGetPaymentAccountsShort
/platform/public/namespaces/{namespace}/users/{userId}/payment/accounts/{type}/{id} DELETE PublicDeletePaymentAccountShort PublicDeletePaymentAccountShort PublicDeletePaymentAccountShort PublicDeletePaymentAccountShort

 

Models

Model Struct Class
AchievementInfo AchievementInfo
Action Action
ActionRequest ActionRequest
AdditionalData AdditionalData
AdditionalDataEntitlement AdditionalDataEntitlement
AdminEntitlementDecrement AdminEntitlementDecrement
AdminEntitlementSoldRequest AdminEntitlementSoldRequest
AdminOrderCreate AdminOrderCreate
AdyenConfig AdyenConfig
AliPayConfig AliPayConfig
AppConfig AppConfig
AppEntitlementInfo AppEntitlementInfo
AppEntitlementPagingSlicedResult AppEntitlementPagingSlicedResult
AppInfo AppInfo
AppLocalization AppLocalization
AppUpdate AppUpdate
AppleIAPConfigInfo AppleIAPConfigInfo
AppleIAPConfigRequest AppleIAPConfigRequest
AppleIAPConfigVersionInfo AppleIAPConfigVersionInfo
AppleIAPReceipt AppleIAPReceipt
AppleIAPRequest AppleIAPRequest
AvailableComparison AvailableComparison
AvailablePredicate AvailablePredicate
AvailablePrice AvailablePrice
BaseCustomConfig BaseCustomConfig
BaseTLSConfig BaseTLSConfig
BasicCategoryInfo BasicCategoryInfo
BasicItem BasicItem
BillingAccount BillingAccount
BillingHistoryInfo BillingHistoryInfo
BillingHistoryPagingSlicedResult BillingHistoryPagingSlicedResult
BinarySchema BinarySchema
BoxItem BoxItem
BulkCreditRequest BulkCreditRequest
BulkCreditResult BulkCreditResult
BulkDebitRequest BulkDebitRequest
BulkDebitResult BulkDebitResult
BulkEntitlementGrantRequest BulkEntitlementGrantRequest
BulkEntitlementGrantResult BulkEntitlementGrantResult
BulkEntitlementRevokeResult BulkEntitlementRevokeResult
BulkOperationResult BulkOperationResult
BulkRegionDataChangeRequest BulkRegionDataChangeRequest
BundledItemInfo BundledItemInfo
CampaignBatchNameChange CampaignBatchNameChange
CampaignBatchNameInfo CampaignBatchNameInfo
CampaignCreate CampaignCreate
CampaignDynamicInfo CampaignDynamicInfo
CampaignIfc CampaignIfc
CampaignInfo CampaignInfo
CampaignPagingSlicedResult CampaignPagingSlicedResult
CampaignUpdate CampaignUpdate
CancelRequest CancelRequest
CatalogChangeInfo CatalogChangeInfo
CatalogChangePagingResult CatalogChangePagingResult
CatalogChangeStatistics CatalogChangeStatistics
CatalogConfigInfo CatalogConfigInfo
CatalogConfigUpdate CatalogConfigUpdate
CatalogDefinitionInfo CatalogDefinitionInfo
CategoryCreate CategoryCreate
CategoryInfo CategoryInfo
CategoryUpdate CategoryUpdate
CheckoutConfig CheckoutConfig
ClawbackInfo ClawbackInfo
ClientRequestParameter ClientRequestParameter
ClientTransaction ClientTransaction
CodeCreate CodeCreate
CodeCreateResult CodeCreateResult
CodeInfo CodeInfo
CodeInfoPagingSlicedResult CodeInfoPagingSlicedResult
ConditionGroup ConditionGroup
ConditionGroupValidateResult ConditionGroupValidateResult
ConditionMatchResult ConditionMatchResult
ConsumableEntitlementRevocationConfig ConsumableEntitlementRevocationConfig
ConsumeItem ConsumeItem
CreditPayload CreditPayload
CreditRequest CreditRequest
CreditResult CreditResult
CreditRevocation CreditRevocation
CreditSummary CreditSummary
CurrencyConfig CurrencyConfig
CurrencyCreate CurrencyCreate
CurrencyInfo CurrencyInfo
CurrencySummary CurrencySummary
CurrencyUpdate CurrencyUpdate
CurrencyWallet CurrencyWallet
Customization Customization
DLCConfigRewardShortInfo DLCConfigRewardShortInfo
DLCItem DLCItem
DLCItemConfigInfo DLCItemConfigInfo
DLCItemConfigUpdate DLCItemConfigUpdate
DLCRecord DLCRecord
DebitByCurrencyCodeRequest DebitByCurrencyCodeRequest
DebitByWalletPlatformRequest DebitByWalletPlatformRequest
DebitPayload DebitPayload
DebitRequest DebitRequest
DebitResult DebitResult
DeductionDetail DeductionDetail
DeleteRewardConditionRequest DeleteRewardConditionRequest
DetailedWalletTransactionInfo DetailedWalletTransactionInfo
DetailedWalletTransactionPagingSlicedResult DetailedWalletTransactionPagingSlicedResult
DiscountCategory DiscountCategory
DiscountCodeDeductionDetail DiscountCodeDeductionDetail
DiscountCodeInfo DiscountCodeInfo
DiscountConfig DiscountConfig
DiscountItem DiscountItem
DurableEntitlementRevocationConfig DurableEntitlementRevocationConfig
EntitlementConfigInfo EntitlementConfigInfo
EntitlementDecrementResult EntitlementDecrementResult
EntitlementGrant EntitlementGrant
EntitlementGrantResult EntitlementGrantResult
EntitlementHistoryInfo EntitlementHistoryInfo
EntitlementIfc EntitlementIfc
EntitlementInfo EntitlementInfo
EntitlementLootBoxReward EntitlementLootBoxReward
EntitlementOriginSyncResult EntitlementOriginSyncResult
EntitlementOwnership EntitlementOwnership
EntitlementPagingSlicedResult EntitlementPagingSlicedResult
EntitlementPlatformConfigInfo EntitlementPlatformConfigInfo
EntitlementPlatformConfigUpdate EntitlementPlatformConfigUpdate
EntitlementPrechekResult EntitlementPrechekResult
EntitlementRevocation EntitlementRevocation
EntitlementRevocationConfig EntitlementRevocationConfig
EntitlementRevokeRequest EntitlementRevokeRequest
EntitlementRevokeResult EntitlementRevokeResult
EntitlementSoldRequest EntitlementSoldRequest
EntitlementSoldResult EntitlementSoldResult
EntitlementSplitRequest EntitlementSplitRequest
EntitlementSplitResult EntitlementSplitResult
EntitlementSummary EntitlementSummary
EntitlementTransferRequest EntitlementTransferRequest
EntitlementTransferResult EntitlementTransferResult
EntitlementUpdate EntitlementUpdate
EpicGamesDLCSyncRequest EpicGamesDLCSyncRequest
EpicGamesIAPConfigInfo EpicGamesIAPConfigInfo
EpicGamesIAPConfigRequest EpicGamesIAPConfigRequest
EpicGamesReconcileRequest EpicGamesReconcileRequest
EpicGamesReconcileResult EpicGamesReconcileResult
ErrorEntity ErrorEntity
EstimatedPriceInfo EstimatedPriceInfo
EventAdditionalData EventAdditionalData
EventPayload EventPayload
ExportStoreRequest ExportStoreRequest
ExportStoreToCSVRequest ExportStoreToCSVRequest
ExtensionFulfillmentSummary ExtensionFulfillmentSummary
ExternalPaymentOrderCreate ExternalPaymentOrderCreate
FieldValidationError FieldValidationError
FixedPeriodRotationConfig FixedPeriodRotationConfig
FulFillItemPayload FulFillItemPayload
FulfillBundledItemResult FulfillBundledItemResult
FulfillCodeRequest FulfillCodeRequest
FulfillItemResult FulfillItemResult
FulfillmentActionHistory FulfillmentActionHistory
FulfillmentError FulfillmentError
FulfillmentHistoryInfo FulfillmentHistoryInfo
FulfillmentHistoryPagingSlicedResult FulfillmentHistoryPagingSlicedResult
FulfillmentInfo FulfillmentInfo
FulfillmentItem FulfillmentItem
FulfillmentPagingSlicedResult FulfillmentPagingSlicedResult
FulfillmentRequest FulfillmentRequest
FulfillmentResult FulfillmentResult
FulfillmentScriptCreate FulfillmentScriptCreate
FulfillmentScriptInfo FulfillmentScriptInfo
FulfillmentScriptUpdate FulfillmentScriptUpdate
FulfillmentStateInfo FulfillmentStateInfo
FulfillmentV2Request FulfillmentV2Request
FulfillmentV2RequestItem FulfillmentV2RequestItem
FulfillmentV2Result FulfillmentV2Result
FullAppInfo FullAppInfo
FullCategoryInfo FullCategoryInfo
FullItemInfo FullItemInfo
FullItemPagingResult FullItemPagingResult
FullItemPagingSlicedResult FullItemPagingSlicedResult
FullSectionInfo FullSectionInfo
FullViewInfo FullViewInfo
GoogleIAPConfigInfo GoogleIAPConfigInfo
GoogleIAPConfigRequest GoogleIAPConfigRequest
GoogleIAPReceipt GoogleIAPReceipt
GoogleReceiptResolveResult GoogleReceiptResolveResult
GrantSubscriptionDaysRequest GrantSubscriptionDaysRequest
GrpcServerInfo GrpcServerInfo
HierarchicalCategoryInfo HierarchicalCategoryInfo
IAPClawbackPagingSlicedResult IAPClawbackPagingSlicedResult
IAPConsumeHistoryInfo IAPConsumeHistoryInfo
IAPConsumeHistoryPagingSlicedResult IAPConsumeHistoryPagingSlicedResult
IAPItemConfigInfo IAPItemConfigInfo
IAPItemConfigUpdate IAPItemConfigUpdate
IAPItemEntry IAPItemEntry
IAPItemFlatEntry IAPItemFlatEntry
IAPItemMappingInfo IAPItemMappingInfo
IAPOrderConsumeDetailInfo IAPOrderConsumeDetailInfo
IAPOrderInfo IAPOrderInfo
IAPOrderPagingSlicedResult IAPOrderPagingSlicedResult
Image Image
ImportErrorDetails ImportErrorDetails
ImportStoreAppInfo ImportStoreAppInfo
ImportStoreCategoryInfo ImportStoreCategoryInfo
ImportStoreError ImportStoreError
ImportStoreHistoryInfo ImportStoreHistoryInfo
ImportStoreHistoryPagingResult ImportStoreHistoryPagingResult
ImportStoreItemInfo ImportStoreItemInfo
ImportStoreResult ImportStoreResult
ImportStoreSectionInfo ImportStoreSectionInfo
ImportStoreViewInfo ImportStoreViewInfo
InGameItemSync InGameItemSync
InventoryConfig InventoryConfig
InvoiceCurrencySummary InvoiceCurrencySummary
InvoiceSummary InvoiceSummary
ItemAcquireRequest ItemAcquireRequest
ItemAcquireResult ItemAcquireResult
ItemCreate ItemCreate
ItemDynamicDataInfo ItemDynamicDataInfo
ItemId ItemId
ItemInfo ItemInfo
ItemNaming ItemNaming
ItemPagingSlicedResult ItemPagingSlicedResult
ItemPurchaseConditionValidateRequest ItemPurchaseConditionValidateRequest
ItemPurchaseConditionValidateResult ItemPurchaseConditionValidateResult
ItemReturnRequest ItemReturnRequest
ItemRevocation ItemRevocation
ItemSnapshot ItemSnapshot
ItemTypeConfigCreate ItemTypeConfigCreate
ItemTypeConfigInfo ItemTypeConfigInfo
ItemTypeConfigUpdate ItemTypeConfigUpdate
ItemUpdate ItemUpdate
KeyGroupCreate KeyGroupCreate
KeyGroupDynamicInfo KeyGroupDynamicInfo
KeyGroupInfo KeyGroupInfo
KeyGroupPagingSlicedResult KeyGroupPagingSlicedResult
KeyGroupUpdate KeyGroupUpdate
KeyInfo KeyInfo
KeyPagingSliceResult KeyPagingSliceResult
ListViewInfo ListViewInfo
Localization Localization
LootBoxConfig LootBoxConfig
LootBoxPluginConfigInfo LootBoxPluginConfigInfo
LootBoxPluginConfigUpdate LootBoxPluginConfigUpdate
LootBoxReward LootBoxReward
MockIAPReceipt MockIAPReceipt
NeonPayConfig NeonPayConfig
NotificationPagingSlicedResult NotificationPagingSlicedResult
NotificationProcessResult NotificationProcessResult
OculusIAPConfigInfo OculusIAPConfigInfo
OculusIAPConfigRequest OculusIAPConfigRequest
OculusReconcileResult OculusReconcileResult
Operation Operation
OperationRequest OperationRequest
OptionBoxConfig OptionBoxConfig
Order Order
OrderBundleItemInfo OrderBundleItemInfo
OrderCreate OrderCreate
OrderCreationOptions OrderCreationOptions
OrderDiscountPreviewRequest OrderDiscountPreviewRequest
OrderDiscountPreviewResponse OrderDiscountPreviewResponse
OrderGrantInfo OrderGrantInfo
OrderHistoryInfo OrderHistoryInfo
OrderInfo OrderInfo
OrderPagingResult OrderPagingResult
OrderPagingSlicedResult OrderPagingSlicedResult
OrderRefundCreate OrderRefundCreate
OrderStatistics OrderStatistics
OrderSummary OrderSummary
OrderSyncResult OrderSyncResult
OrderUpdate OrderUpdate
Ownership Ownership
OwnershipToken OwnershipToken
Paging Paging
PayPalConfig PayPalConfig
PaymentAccount PaymentAccount
PaymentCallbackConfigInfo PaymentCallbackConfigInfo
PaymentCallbackConfigUpdate PaymentCallbackConfigUpdate
PaymentData PaymentData
PaymentDomainWhitelistConfigEdit PaymentDomainWhitelistConfigEdit
PaymentDomainWhitelistConfigInfo PaymentDomainWhitelistConfigInfo
PaymentMerchantConfigInfo PaymentMerchantConfigInfo
PaymentMethod PaymentMethod
PaymentNotificationInfo PaymentNotificationInfo
PaymentNotificationPagingSlicedResult PaymentNotificationPagingSlicedResult
PaymentOrder PaymentOrder
PaymentOrderChargeRequest PaymentOrderChargeRequest
PaymentOrderChargeStatus PaymentOrderChargeStatus
PaymentOrderCreate PaymentOrderCreate
PaymentOrderCreateResult PaymentOrderCreateResult
PaymentOrderDetails PaymentOrderDetails
PaymentOrderInfo PaymentOrderInfo
PaymentOrderNeonPayConfig PaymentOrderNeonPayConfig
PaymentOrderNotifySimulation PaymentOrderNotifySimulation
PaymentOrderPagingSlicedResult PaymentOrderPagingSlicedResult
PaymentOrderPaidResult PaymentOrderPaidResult
PaymentOrderRefund PaymentOrderRefund
PaymentOrderRefundResult PaymentOrderRefundResult
PaymentOrderSyncResult PaymentOrderSyncResult
PaymentProcessResult PaymentProcessResult
PaymentProviderConfigEdit PaymentProviderConfigEdit
PaymentProviderConfigInfo PaymentProviderConfigInfo
PaymentProviderConfigPagingSlicedResult PaymentProviderConfigPagingSlicedResult
PaymentRequest PaymentRequest
PaymentTaxConfigEdit PaymentTaxConfigEdit
PaymentTaxConfigInfo PaymentTaxConfigInfo
PaymentToken PaymentToken
PaymentUrl PaymentUrl
PaymentUrlCreate PaymentUrlCreate
Permission Permission
PlatformAccountClosureHistoryInfo PlatformAccountClosureHistoryInfo
PlatformDLCConfigInfo PlatformDLCConfigInfo
PlatformDLCConfigUpdate PlatformDLCConfigUpdate
PlatformDlcEntry PlatformDlcEntry
PlatformOwnership PlatformOwnership
PlatformReward PlatformReward
PlatformRewardCurrency PlatformRewardCurrency
PlatformRewardItem PlatformRewardItem
PlatformSubscribeRequest PlatformSubscribeRequest
PlatformWallet PlatformWallet
PlatformWalletConfigInfo PlatformWalletConfigInfo
PlatformWalletConfigUpdate PlatformWalletConfigUpdate
PlayStationDLCSyncMultiServiceLabelsRequest PlayStationDLCSyncMultiServiceLabelsRequest
PlayStationDLCSyncRequest PlayStationDLCSyncRequest
PlayStationIAPConfigInfo PlayStationIAPConfigInfo
PlayStationMultiServiceLabelsReconcileRequest PlayStationMultiServiceLabelsReconcileRequest
PlayStationReconcileRequest PlayStationReconcileRequest
PlayStationReconcileResult PlayStationReconcileResult
PlaystationIAPConfigRequest PlaystationIAPConfigRequest
PopulatedItemInfo PopulatedItemInfo
PreCheckFulfillmentRequest PreCheckFulfillmentRequest
Predicate Predicate
PredicateValidateResult PredicateValidateResult
PsnEntitlementOwnershipRequest PsnEntitlementOwnershipRequest
PublicCustomConfigInfo PublicCustomConfigInfo
PublicEntitlementDecrement PublicEntitlementDecrement
PublicEntitlementHistoryInfo PublicEntitlementHistoryInfo
PublicEntitlementMetadata PublicEntitlementMetadata
PurchaseCondition PurchaseCondition
PurchaseConditionUpdate PurchaseConditionUpdate
PurchasedItemCount PurchasedItemCount
Recurring Recurring
RecurringChargeResult RecurringChargeResult
RedeemHistoryInfo RedeemHistoryInfo
RedeemHistoryPagingSlicedResult RedeemHistoryPagingSlicedResult
RedeemRequest RedeemRequest
RedeemResult RedeemResult
RedeemableItem RedeemableItem
RegionDataChange RegionDataChange
RegionDataItem RegionDataItem
RegionDataItemDTO RegionDataItemDTO
RequestHistory RequestHistory
Requirement Requirement
RevocationConfigInfo RevocationConfigInfo
RevocationConfigUpdate RevocationConfigUpdate
RevocationError RevocationError
RevocationHistoryInfo RevocationHistoryInfo
RevocationHistoryPagingSlicedResult RevocationHistoryPagingSlicedResult
RevocationPluginConfigInfo RevocationPluginConfigInfo
RevocationPluginConfigUpdate RevocationPluginConfigUpdate
RevocationRequest RevocationRequest
RevocationResult RevocationResult
RevokeCurrency RevokeCurrency
RevokeEntitlement RevokeEntitlement
RevokeEntitlementPayload RevokeEntitlementPayload
RevokeEntry RevokeEntry
RevokeFulfillmentV2Result RevokeFulfillmentV2Result
RevokeItem RevokeItem
RevokeItemSummary RevokeItemSummary
RevokeResult RevokeResult
RevokeUseCountRequest RevokeUseCountRequest
RewardCondition RewardCondition
RewardCreate RewardCreate
RewardInfo RewardInfo
RewardItem RewardItem
RewardMigrationResult RewardMigrationResult
RewardPagingSlicedResult RewardPagingSlicedResult
RewardUpdate RewardUpdate
RewardsRequest RewardsRequest
SaleConfig SaleConfig
SectionCreate SectionCreate
SectionInfo SectionInfo
SectionItem SectionItem
SectionPagingSlicedResult SectionPagingSlicedResult
SectionPluginConfigInfo SectionPluginConfigInfo
SectionPluginConfigUpdate SectionPluginConfigUpdate
SectionUpdate SectionUpdate
ServicePluginConfigInfo ServicePluginConfigInfo
ServicePluginConfigUpdate ServicePluginConfigUpdate
SimpleDLCRewardItem SimpleDLCRewardItem
SimpleEntitlement SimpleEntitlement
SimpleUserDLC SimpleUserDLC
SimpleUserDLCRewardContent SimpleUserDLCRewardContent
SimpleUserDLCRewardContentsResponse SimpleUserDLCRewardContentsResponse
SimpleWallet SimpleWallet
Slide Slide
StackableEntitlementInfo StackableEntitlementInfo
SteamAchievement SteamAchievement
SteamAchievementUpdateRequest SteamAchievementUpdateRequest
SteamDLCSyncRequest SteamDLCSyncRequest
SteamIAPConfig SteamIAPConfig
SteamIAPConfigInfo SteamIAPConfigInfo
SteamIAPConfigRequest SteamIAPConfigRequest
SteamSyncRequest SteamSyncRequest
StoreBackupInfo StoreBackupInfo
StoreCreate StoreCreate
StoreInfo StoreInfo
StoreUpdate StoreUpdate
StreamEvent StreamEvent
StreamEventBody StreamEventBody
StripeConfig StripeConfig
SubItemAvailablePrice SubItemAvailablePrice
Subscribable Subscribable
SubscribeRequest SubscribeRequest
SubscriptionActivityInfo SubscriptionActivityInfo
SubscriptionActivityPagingSlicedResult SubscriptionActivityPagingSlicedResult
SubscriptionInfo SubscriptionInfo
SubscriptionPagingSlicedResult SubscriptionPagingSlicedResult
SubscriptionSummary SubscriptionSummary
TLSConfig TLSConfig
TaxResult TaxResult
TestResult TestResult
ThirdPartySubscriptionOwnership ThirdPartySubscriptionOwnership
ThirdPartySubscriptionTransactionHistoryInfo ThirdPartySubscriptionTransactionHistoryInfo
ThirdPartySubscriptionTransactionHistoryPagingSlicedResult ThirdPartySubscriptionTransactionHistoryPagingSlicedResult
ThirdPartySubscriptionTransactionInfo ThirdPartySubscriptionTransactionInfo
ThirdPartySubscriptionTransactionPagingSlicedResult ThirdPartySubscriptionTransactionPagingSlicedResult
ThirdPartyUserSubscriptionInfo ThirdPartyUserSubscriptionInfo
ThirdPartyUserSubscriptionPagingSlicedResult ThirdPartyUserSubscriptionPagingSlicedResult
TicketAcquireRequest TicketAcquireRequest
TicketAcquireResult TicketAcquireResult
TicketBoothID TicketBoothID
TicketDynamicInfo TicketDynamicInfo
TicketSaleDecrementRequest TicketSaleDecrementRequest
TicketSaleIncrementRequest TicketSaleIncrementRequest
TicketSaleIncrementResult TicketSaleIncrementResult
TimeLimitedBalance TimeLimitedBalance
TimedOwnership TimedOwnership
TradeActionPagingSlicedResult TradeActionPagingSlicedResult
TradeChainActionHistoryInfo TradeChainActionHistoryInfo
TradeChainedActionCommitRequest TradeChainedActionCommitRequest
TradeNotification TradeNotification
Transaction Transaction
TransactionAmountDetails TransactionAmountDetails
TwitchIAPConfigInfo TwitchIAPConfigInfo
TwitchIAPConfigRequest TwitchIAPConfigRequest
TwitchSyncRequest TwitchSyncRequest
TwitchSyncResult TwitchSyncResult
UserDLC UserDLC
UserDLCRecord UserDLCRecord
UserEntitlementHistoryPagingSlicedResult UserEntitlementHistoryPagingSlicedResult
ValidationErrorEntity ValidationErrorEntity
ViewCreate ViewCreate
ViewInfo ViewInfo
ViewUpdate ViewUpdate
WalletInfo WalletInfo
WalletPagingSlicedResult WalletPagingSlicedResult
WalletRevocationConfig WalletRevocationConfig
WalletTransactionInfo WalletTransactionInfo
WalletTransactionPagingSlicedResult WalletTransactionPagingSlicedResult
WxPayConfigInfo WxPayConfigInfo
WxPayConfigRequest WxPayConfigRequest
XblAchievementUpdateRequest XblAchievementUpdateRequest
XblClawbackContractV2 XblClawbackContractV2
XblClawbackEvent XblClawbackEvent
XblClawbackEventSubscriptionData XblClawbackEventSubscriptionData
XblDLCSyncRequest XblDLCSyncRequest
XblEntitlementOwnershipRequest XblEntitlementOwnershipRequest
XblIAPConfigInfo XblIAPConfigInfo
XblIAPConfigRequest XblIAPConfigRequest
XblReconcileRequest XblReconcileRequest
XblReconcileResult XblReconcileResult
XblUserAchievements XblUserAchievements
XblUserSessionRequest XblUserSessionRequest
XboxAchievement XboxAchievement
XsollaConfig XsollaConfig
XsollaPaywallConfig XsollaPaywallConfig
XsollaPaywallConfigRequest XsollaPaywallConfigRequest