Create Gift Response Link
Output representation of the links to the response object.
Sample Response
1{
2 "links": {
3 "account": {
4 "href": "/services/data/vXX.X/sobjects/sObject/...",
5 "id": "string"
6 },
7 "gifttransaction": {
8 "href": "/services/data/vXX.X/sobjects/sObject/...",
9 "id": "string"
10 },
11 "giftcommitment": {
12 "href": "/services/data/vXX.X/sobjects/sObject/...",
13 "id": "string"
14 },
15 "paymentinstrument": {
16 "href": "/services/data/vXX.X/sobjects/sObject/...",
17 "id": "string"
18 },
19 "gifttransactiondesignation": [
20 {
21 "href": "/services/data/vXX.X/sobjects/sObject/...",
22 "id": "string"
23 }
24 ],
25 "campaign": {
26 "href": "/services/data/vXX.X/sobjects/sObject/...",
27 "id": "string"
28 },
29 "outreachsourcecode": {
30 "href": "/services/data/vXX.X/sobjects/sObject/...",
31 "id": "string"
32 }
33 }
34}| 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 |
| gifttransaction | Link Details | Link to the gift transaction response. | Small, 60.0 | 60.0 |
| gifttransactiondesignation | Link Details | Link to the gift transaction designations. | Small, 60.0 | 60.0 |
| paymentinstrument | Link Details | Link to the payment instrument response. | Small, 60.0 | 60.0 |