Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.43 KB

CommunicationRequest.md

File metadata and controls

19 lines (15 loc) · 1.43 KB

CommunicationRequest

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]

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