post https://yourorgsite.com/api/Payment/_execute
Executes an operation of Payment
With the Payment service, you can perform the following operations on the execute endpoint:
- Reverse
Reverse
BODY PARAMS:
{
"$type": "Asi.Soa.Core.DataContracts.GenericExecuteRequest, Asi.Contracts",
"OperationName": "Reverse",
"EntityTypeName": "Payment",
"Parameters": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.Object, mscorlib]], mscorlib",
"$values": [
{
"$type": "Asi.Soa.Commerce.DataContracts.PaymentData",
"$value": "payment Value"
},
{
"$type": "System.Nullable`1[[System.DateTime, mscorlib, ]]",
"$value": "reversalDate Value"
},
{
"$type": "System.String",
"$value": "comment Value"
}
]
},
"ParameterTypeName": {
"$type": "System.Collections.ObjectModel.Collection`1[[System.String, mscorlib]], mscorlib",
"$values": [
"Asi.Soa.Commerce.DataContracts.PaymentData",
"System.Nullable`1[[System.DateTime, mscorlib, ]]",
"System.String"
]
},
"UseJson": false
}