Update Commitment
Output representation of the update commitment request that contains the status, errors
if any, and the links to objects after you update a gift commitment.
- Sample Response
-
1{ 2 "success": true, 3 "errors": [ 4 { 5 "field": "string", 6 "message": "string" 7 } 8 ], 9 "links": { 10 "giftcommitment": { 11 "href": "/services/data/vXX.X/sobjects/sObject/...", 12 "id": "string" 13 }, 14 "giftcommitmentschedule": { 15 "href": "/services/data/vXX.X/sobjects/sObject/...", 16 "id": "string" 17 } 18 } 19}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Details[] | Error message if the process failed. | Small, 60.0 | 60.0 |
| links | Update Commitment Response Link | Links to the response object. | Small, 60.0 | 60.0 |
| success | Boolean | Indicates whether the request was processed successfully (true) or not (false). | Small, 60.0 | 60.0 |