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.
ConnectApi.IndividualMemberInput
| Property | Type | Description | Required or Optional | Available Version |
|---|---|---|---|---|
| additionalMemberFieldValues | Map<String, String> |
The custom field values in the loyalty program member
record.
|
Required | 55.0 |
| associatedContactDetails | ConnectApi.LoyaltyContactInputRepresentation | The contact record of the individual type member. | Required | 55.0 |
| canReceivePartnerPromotions | Boolean | Indicates whether the member can receive partner promotions for the program (true) or not (false). | Optional | 55.0 |
| canReceivePromotions | Boolean | Indicates whether the member can receive promotions for the program (true) or not (false). | Optional | 55.0 |
| createTransactionJournals | Boolean |
Indicates whether to create the transaction journal
records (true) or not (false). The transaction journal records are
created to:
|
Optional | 55.0 |
| enrollmentChannel | ConnectApi.EnrollmentChannelResource |
The channel used by members to enroll into the loyalty
program. Possible values are:
|
Optional | 55.0 |
| enrollmentDate | Datetime | The date on which a member is enrolled. The format is: YYYY-MM-DDTHH:MM:SS. | Required | 55.0 |
| memberStatus | String |
The status of the member. Possible values are:
|
Required | 55.0 |
| membershipEndDate | Datetime | The date on which the loyalty program member’s membership ends. | Optional | 55.0 |
| membershipNumber | String | The unique membership number of the loyalty program member. | Required | 55.0 |
| referredBy | String | The membership number of the loyalty program member who has referred the member. | Optional | 55.0 |
| relatedCorporateMembershipNumber | String | Optional | 55.0 | |
| transactionJournalStatementFrequency | ConnectApi.StatementFrequencyResource |
The frequency at which transaction journal
statement must be delivered to the member. Possible values are:
|
Optional | 55.0 |
| transactionJournalStatementMethod | ConnectApi.StatementMethodResource |
The method used to deliver transaction journal
statements to the member. Possible values are:
|
Optional | 55.0 |