post https://yourorgsite.com/api/PaymentMethod/_execute
Executes an operation of PaymentMethod
With the PaymentMethod service, you can perform the following operation on the execute endpoint:
- GetUrl
GetUrl
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"
}