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
}
Body Params

PayPalExpressPaymentRequest object to execute

string
enum
required
Defaults to Asi.Soa.Commerce.DataContracts.PayPalExpressPaymentRequest, Asi.Contracts

The DataType must be "Asi.Soa.Commerce.DataContracts.PayPalExpressPaymentRequest, Asi.Contracts"

Allowed:
string
ComboOrder
object
string
string
string
string
Responses
200

The request was successful.

201

The resource was successfully created.

202

The resource was asynchronously created.

Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!

Contact us
Copyright © Advanced Solutions International, All rights reserved.