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.
Campaign Details Input
Input representation of the campaign that's associated with the gift
transaction.
Properties
| Name | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| id | String | ID of the gift designation. This ID can also be passed as an externalID. | Optional | 60.0 |
Example externalID format:
1{
2 "externalId": {
3 "fieldName": "<EXTERNAL_ID_FIELD_NAME>",
4 "fieldValue": "<EXTERNAL_ID_FIELD_VALUE>"
5 }
6}