Resume Gift Commitment Schedule Action
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/resumeGiftCommitmentSchedule
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
Input | Details |
---|---|
giftCommitmentScheduleId |
|
resumeDate |
|
updateReason |
|
Outputs
Input | Details |
---|---|
giftCommitmentScheduleIdsList |
|
Example
-
Here’s a request for the Resume Gift Commitment Schedule action.
{ "inputs": [ { "giftCommitmentScheduleId": "6csNA000000hbxpYAA", "resumeDate": "2023-08-27" "updateReason": "Test" } ] }
Here’s a response for the Resume Gift Commitment Schedule action.
[ { "actionName": "resumeGiftCommitmentSchedule", "errors": null, "isSuccess": true, "outputValues": { "giftCommitmentScheduleIdsList": [ "6csNA000000hbxpYAA" ] }, "version": 1 } ]