Commitment Payment Updates

Output representation of the request to update the commitment payment for a fundraising commitment.
Sample Response
{
  "successes": 0,
  "failures": 0,
  "notProcessed": 0,
  "details": [
    {
      "success": true,
      "errors": [
        {
          "field": "string",
          "message": "string"
        }
      ],
      "links": {
        "giftcommitment": {
          "href": "/services/data/vXX.X/sobjects/sObject/...",
          "id": "string"
        },
        "paymentinstrument": {
          "href": "/services/data/vXX.X/sobjects/sObject/...",
          "id": "string"
        }
      }
    }
  ]
}
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