Create Commitment
Output representation of the fundraising commitment request that contains the commitment
ID and associated links.
- 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" }, "giftcommitmentschedule": { "href": "/services/data/vXX.X/sobjects/sObject/...", "id": "string" }, "giftdefaultdesignation": [ { "href": "/services/data/vXX.X/sobjects/sObject/...", "id": "string" } ], "gifttransaction": { "href": "/services/data/vXX.X/sobjects/sObject/...", "id": "string" }, "paymentinstrument": { "href": "/services/data/vXX.X/sobjects/sObject/...", "id": "string" }, "account": { "href": "/services/data/vXX.X/sobjects/sObject/...", "id": "string" } } } ] }
Property Name | Type | Description | Filter Group and Version | Available Version |
---|---|---|---|---|
details | Create Commitment Response Details[] | Contains the response to the create commitment request. | Small, 60.0 | 60.0 |
failures | Integer | Number of commitments that failed to be created. | Small, 60.0 | 60.0 |
notProcessed | Integer | Number of commitments that weren't processed. | Small, 60.0 | 60.0 |
successes | Integer | Number of successful commitments that were created. | Small, 60.0 | 60.0 |