Pause 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/pauseGiftCommitmentSchedule
- Formats
- JSON, XML
- HTTP Methods
- POST
- Authentication
- Authorization: Bearer token
Inputs
| Input | Details |
|---|---|
| endDate |
|
| giftCommitmentScheduleId |
|
| startDate |
|
| updateReason |
|
Outputs
| Input | Details |
|---|---|
| giftCommitmentScheduleIdsList |
|
Example
-
Here’s a request for the Pause Gift Commitment Schedule action.
1{ 2 "inputs": [ 3 { 4 "giftCommitmentScheduleId": "6csNA000000YNbOYAW", 5 "startDate": "2023-08-25" 6 } 7 ] 8}Here’s a response for the Pause Gift Commitment Schedule action.
1[ 2 { 3 "actionName": "pauseGiftCommitmentSchedule", 4 "errors": null, 5 "isSuccess": true, 6 "outputValues": { 7 "giftCommitmentScheduleIdsList": [ 8 "6csNA000000YNbOYAW", 9 "6csNA000000hbxuYAA" 10 ] 11 }, 12 "version": 1 13 } 14]