Executes a ComboOrder operation

Executes an operation of ComboOrder

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

  • RemoveBillMePaymentsIfAppropriate
  • ValidatePaymentMethodGateway

RemoveBillMePaymentsIfAppropriate

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "RemoveBillMePaymentsIfAppropriate",
  "EntityTypeName": "ComboOrder",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "Asi.Soa.Commerce.DataContracts.ComboOrderData, Asi.Contracts",
        "$value": "comboOrder Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "Asi.Soa.Commerce.DataContracts.ComboOrderData, Asi.Contracts"
    ]
  },
  "UseJson": false
}

ValidatePaymentMethodGateway

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "ValidatePaymentMethodGateway",
  "EntityTypeName": "ComboOrder",
  "Parameters": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
    "$values": [
      {
        "$type": "Asi.Soa.Commerce.DataContracts.PaymentMethodData, Asi.Contracts",
        "$value": "paymentMethod Value"
      }
    ]
  },
  "ParameterTypeName": {
    "$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
    "$values": [
      "Asi.Soa.Commerce.DataContracts.PaymentMethodData, Asi.Contracts"
    ]
  },
  "UseJson": false
}
Language
Authorization
OAuth2
Click Try It! to start a request and see the response here!