Skip to content

Files

Latest commit

 

History

History
23 lines (19 loc) · 2.01 KB

CommunicationRequestCompound.md

File metadata and controls

23 lines (19 loc) · 2.01 KB

CommunicationRequestCompound

Properties

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

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