Newer Version Available

This content describes an older version of this product. View Latest

Loyalty Account Input

Input representation of the loyalty member account.
Root XML tag
<loyaltyAccountInput>
JSON example
1{
2  "associatedAccountDetails": {
3    "name": "Name1",
4    "phone": "908989898",
5    "website": "www.ab.com",
6    "allowDuplicateRecords": "false",
7    "additionalAccountFieldValues": {
8      "attributes": {
9        "CustomNumber__c": "20.0"
10      }
11    }
12  }
13}
Properties
Name Type Description Required or Optional Available Version
additionalAccount​FieldValues Map<String, String> The additional attribute values that must be saved in the account record. Optional 55.0
allowDuplicateRecords Boolean Indicates whether a duplicate member record can be created, when an existing record with identical details exists in the org. Optional 55.0
name String Name of the account. Required 55.0
phone String The phone number associated with the account. Optional 55.0
website String The website associated with the account. Optional 55.0