Create Commitment Response Link
Output representation of the links to the response object.
- Sample Response
-
1{ 2 "links": { 3 "giftcommitment": { 4 "href": "/services/data/vXX.X/sobjects/sObject/...", 5 "id": "string" 6 }, 7 "giftcommitmentschedule": { 8 "href": "/services/data/vXX.X/sobjects/sObject/...", 9 "id": "string" 10 }, 11 "giftdefaultdesignation": [ 12 { 13 "href": "/services/data/vXX.X/sobjects/sObject/...", 14 "id": "string" 15 } 16 ], 17 "gifttransaction": { 18 "href": "/services/data/vXX.X/sobjects/sObject/...", 19 "id": "string" 20 }, 21 "paymentinstrument": { 22 "href": "/services/data/vXX.X/sobjects/sObject/...", 23 "id": "string" 24 }, 25 "account": { 26 "href": "/services/data/vXX.X/sobjects/sObject/...", 27 "id": "string" 28 } 29 } 30}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| account | Link Details | Link to the donor account. | Small, 60.0 | 60.0 |
| giftcommitment | Link Details | Link to the gift commitment response. | Small, 60.0 | 60.0 |
| giftcommitmentschedule | Link Details | Link to the gift commitment schedule response. | Small, 60.0 | 60.0 |
| giftdefaultdesignation | Link Details[] | Link to the gift default designation response. | Small, 60.0 | 60.0 |
| gifttransaction | Link Details | Link to the first gift transaction response. | Small, 60.0 | 60.0 |
| paymentinstrument | Link Details | Link to the first payment instrument response. | Small, 60.0 | 60.0 |