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
{
  "success": true,
  "errors": [
    {
      "field": "string",
      "message": "string"
    }
  ],
  "links": {
    "giftcommitment": {
      "href": "/services/data/vXX.X/sobjects/sObject/...",
      "id": "string"
    },
    "giftcommitmentschedule": {
      "href": "/services/data/vXX.X/sobjects/sObject/...",
      "id": "string"
    }
  }
}
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