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.

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
gift​commitment Link Details Link to the gift commitment response. Small, 60.0 60.0
gift​transaction Link Details Link to the gift transaction response. Small, 60.0 60.0
gifttransaction​designation Link Details Link to the gift transaction designations. Small, 60.0 60.0
payment​instrument Link Details Link to the payment instrument response. Small, 60.0 60.0