Create Gift Response Details
Output representation of the request details to create the gift.
- Sample Response
-
1{ 2 "details": [ 3 { 4 "success": true, 5 "errors": [ 6 { 7 "field": "string", 8 "message": "string" 9 } 10 ], 11 "links": { 12 "account": { 13 "href": "/services/data/vXX.X/sobjects/sObject/...", 14 "id": "string" 15 }, 16 "gifttransaction": { 17 "href": "/services/data/vXX.X/sobjects/sObject/...", 18 "id": "string" 19 }, 20 "giftcommitment": { 21 "href": "/services/data/vXX.X/sobjects/sObject/...", 22 "id": "string" 23 }, 24 "paymentinstrument": { 25 "href": "/services/data/vXX.X/sobjects/sObject/...", 26 "id": "string" 27 }, 28 "gifttransactiondesignation": [ 29 { 30 "href": "/services/data/vXX.X/sobjects/sObject/...", 31 "id": "string" 32 } 33 ], 34 "campaign": { 35 "href": "/services/data/vXX.X/sobjects/sObject/...", 36 "id": "string" 37 }, 38 "outreachsourcecode": { 39 "href": "/services/data/vXX.X/sobjects/sObject/...", 40 "id": "string" 41 } 42 } 43 } 44 ] 45}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| errors | Error Details[] | Details of the error if the request failed to process. | Small, 60.0 | 60.0 |
| links | Create Gift 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 |