Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Commitment Payment Updates

Output representation of the updates for the commitment payment.

Sample Response

1{
2  "details": [
3    {
4      "success": true,
5      "errors": [
6        {
7          "field": "string",
8          "message": "string"
9        }
10      ],
11      "links": {
12        "giftcommitment": {
13          "href": "/services/data/vXX.X/sobjects/sObject/...",
14          "id": "string"
15        },
16        "paymentinstrument": {
17          "href": "/services/data/vXX.X/sobjects/sObject/...",
18          "id": "string"
19        }
20      }
21    }
22  ]
23}
Property Name Type Description Filter Group and Version Available Version
errors Error Details[] Error message if a process failed. Small, 60.0 60.0
links Commitment Payment Updates 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