Executes a PaymentMethod operation

Executes an operation of PaymentMethod

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

  • PayPalExpressPaymentRequest

  • FindDeprecated

PayPalExpressPaymentRequest

BODY PARAMS:
{
  "$type": "Asi.Soa.Commerce.DataContracts.PayPalExpressPaymentRequest, Asi.Contracts",
  "EntityTypeName": "PaymentMethod",
  "OperationName": "GetUrl",
  "ComboOrder": {
    "$type": "Asi.Soa.Commerce.DataContracts.ComboOrderData, Asi.Contracts"
  },
  "ReturnUrl": "string value",
  "CancelUrl": "string value",
  "RequestCulture": "string value"
}

FindDeprecated

BODY PARAMS:
{
  "$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
  "OperationName": "FindDeprecated",
  "EntityTypeName": "PaymentMethod",
  "UseJson": false
}

FindDeprecated

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