Commitment Payment Updates
Output representation of the request to update the commitment payment for a fundraising
commitment.
- Sample Response
-
1{ 2 "successes": 0, 3 "failures": 0, 4 "notProcessed": 0, 5 "details": [ 6 { 7 "success": true, 8 "errors": [ 9 { 10 "field": "string", 11 "message": "string" 12 } 13 ], 14 "links": { 15 "giftcommitment": { 16 "href": "/services/data/vXX.X/sobjects/sObject/...", 17 "id": "string" 18 }, 19 "paymentinstrument": { 20 "href": "/services/data/vXX.X/sobjects/sObject/...", 21 "id": "string" 22 } 23 } 24 } 25 ] 26}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| details | Commitment Payment Updates[] | Contains the response of the commitment payment update. | Small, 60.0 | 60.0 |
| failures | Integer | Number of gift commitments that failed to be updated. | Small, 60.0 | 60.0 |
| notProcessed | Integer | Number of gift commitments that weren't processed. | Small, 60.0 | 60.0 |
| successes | Integer | Number of gift commitments that were updated. | Small, 60.0 | 60.0 |