Executes a PartyItemAvailability operation

Executes an operation of PartyItemAvailability

With the PartyItemAvailability service, you can perform the following operations on the execute endpoint:

  • GetAvailablePremiumItemsForParty

GetAvailablePremiumItemsForParty

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "GetAvailablePremiumItemsForParty",
  "EntityTypeName": "PartyItemAvailability",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "Asi.Soa.Core.DataContracts.PagerData, Asi.Contracts",
        "$value": "pager Value"
      },
      {
        "$type": "System.String",
        "$value": "partyId Value"
      },
      {
        "$type": "System.Nullable`1[[Asi.Soa.Core.DataContracts.MonetaryAmountData, Asi.Contracts]]",
        "$value": "minimumGiftAmount Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "Asi.Soa.Core.DataContracts.PagerData, Asi.Contracts",
      "System.String",
      "System.Nullable`1[[Asi.Soa.Core.DataContracts.MonetaryAmountData, Asi.Contracts]]"
    ]
  },
  "UseJson": false
}

GetAvailablePremiumItemsForParty

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "GetAvailablePremiumItemsForParty",
  "EntityTypeName": "PartyItemAvailability",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "Asi.Soa.Core.DataContracts.PagerData, Asi.Contracts",
        "$value": "pager Value"
      },
      {
        "$type": "System.String",
        "$value": "partyId Value"
      },
      {
        "$type": "System.Nullable`1[[Asi.Soa.Core.DataContracts.MonetaryAmountData, Asi.Contracts]]",
        "$value": "minimumGiftAmount Value"
      },
      {
        "$type": "System.Collections.Generic.IList`1[[System.String, mscorlib, ]]",
        "$value": "itemIds Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "Asi.Soa.Core.DataContracts.PagerData, Asi.Contracts",
      "System.String",
      "System.Nullable`1[[Asi.Soa.Core.DataContracts.MonetaryAmountData, Asi.Contracts]]",
      "System.Collections.Generic.IList`1[[System.String, mscorlib, ]]"
    ]
  },
  "UseJson": false
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!