Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.53 KB

InventoryReferral.md

File metadata and controls

26 lines (18 loc) · 1.53 KB

InventoryReferral

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
startDate OffsetDateTime Timestamp at which point the referral code becomes valid. [optional]
expiryDate OffsetDateTime Expiration date of the referral code. Referral never expires if this is omitted. [optional]
usageLimit Integer The number of times a referral code can be used. `0` means no limit but any campaign usage limits will still apply.
campaignId Integer ID of the campaign from which the referral received the referral code.
advocateProfileIntegrationId String The Integration ID of the Advocate's Profile.
friendProfileIntegrationId String An optional Integration ID of the Friend's Profile. [optional]
attributes Object Arbitrary properties associated with this item. [optional]
importId Integer The ID of the Import which created this referral. [optional]
code String The referral code.
usageCounter Integer The number of times this referral code has been successfully used.
batchId String The ID of the batch the referrals belong to. [optional]
referredCustomers List<String> An array of referred customers.