Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.46 KB

NewReferralsForMultipleAdvocates.md

File metadata and controls

18 lines (13 loc) · 1.46 KB

# NewReferralsForMultipleAdvocates

Properties

Name Type Description Notes
startDate \DateTime Timestamp at which point the referral code becomes valid. [optional]
expiryDate \DateTime Expiration date of the referral code. Referral never expires if this is omitted. [optional]
usageLimit int The number of times a referral code can be used. `0` means no limit but any campaign usage limits will still apply.
campaignId int The ID of the campaign from which the referral received the referral code.
advocateProfileIntegrationIds string[] An array containing all the respective advocate profiles.
attributes object Arbitrary properties associated with this referral code. [optional]
validCharacters string[] List of characters used to generate the random parts of a code. By default, the list of characters is equivalent to the `[A-Z, 0-9]` regular expression. [optional]
referralPattern string The pattern used to generate referrals. The character `#` is a placeholder and is replaced by a random character from the `validCharacters` set. [optional]

[Back to Model list] [Back to API list] [Back to README]