Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 2.11 KB

CommunicationRequestCompound.md

File metadata and controls

30 lines (23 loc) · 2.11 KB

CommunicationRequestCompound

Properties

Name Type Description Notes
eCommunicationType FieldECommunicationType
tCommunicationBody kotlin.String The Body of the Communication
bCommunicationPrivate kotlin.Boolean Whether the Communication is private or not
aObjCommunicationattachment kotlin.collections.List<CustomCommunicationattachmentRequest>
aObjCommunicationrecipient kotlin.collections.List<CommunicationrecipientRequestCompound>
aObjCommunicationreference kotlin.collections.List<CommunicationreferenceRequestCompound>
aObjCommunicationexternalrecipient kotlin.collections.List<CommunicationexternalrecipientRequestCompound>
pkiCommunicationID kotlin.Int The unique ID of the Communication. [optional]
eCommunicationImportance FieldECommunicationImportance [optional]
objCommunicationsender CustomCommunicationsenderRequest [optional]
sCommunicationSubject kotlin.String The subject of the Communication [optional]
eCommunicationAttachmenttype inline How the attachment should be included in the email. Only used if eCommunicationType is Email [optional]
iCommunicationAttachmentlinkexpiration kotlin.Int The number of days before the attachment link expired. Only used if eCommunicationType is Email and eCommunicationattachmentType is Link [optional]
bCommunicationReadreceipt kotlin.Boolean Whether we ask for a read receipt or not. [optional]

Enum: eCommunicationAttachmenttype

Name Value
eCommunicationAttachmenttype Attachment, Url