Manage Custom Gift Commitment Schedules Action
Creates or updates up to 15 custom gift commitment schedule records and
their associated gift transaction records.
This action is available in API version 59.0 and later for users in orgs where the Fundraising Access license is enabled and the Fundraising User system permission is assigned.
Supported REST HTTP Methods
- URI
- /services/data/vXX.X/actions/standard/manageCustomGiftCmtSchds
- Formats
- JSON
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
giftCommitmentSchedules |
|
Outputs
Input | Details |
---|---|
giftCommitmentScheduleList |
|
Example
-
Here’s a request for the Manage Custom Gift Commitment Schedules action.
{ "inputs": [ { "giftCommitmentSchedules": [ { "StartDate": "2023-08-26", "PaymentMethod": "Check", "Id": "6csNA000000hbx8YAA", "EndDate": "2023-08-28" }, { "StartDate": "2023-08-29", "PaymentMethod": "Check", "Id": "6csNA000000hby4YAA", "EndDate": "2023-08-30" } ] } ] }
Here’s a response for the Manage Custom Gift Commitment Schedules action.
[ { "actionName": "manageCustomGiftCmtSchds", "errors": null, "isSuccess": true, "outputValues": { "giftCommitmentScheduleIdsList": [ "6csNA000000hbx8YAA", "6csNA000000hby4YAA" ] }, "version": 1 } ]