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