Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.96 KB

CommunicationRequestCompound.md

File metadata and controls

24 lines (20 loc) · 1.96 KB

eZmaxApi.Model.CommunicationRequestCompound

Request for POST /1/object/communication

Properties

Name Type Description Notes
PkiCommunicationID int The unique ID of the Communication. [optional]
ECommunicationImportance FieldECommunicationImportance [optional]
ECommunicationType FieldECommunicationType
ObjCommunicationsender CustomCommunicationsenderRequest [optional]
SCommunicationSubject string The subject of the Communication [optional]
TCommunicationBody string The Body of the Communication
BCommunicationPrivate bool Whether the Communication is private or not
ECommunicationAttachmenttype string How the attachment should be included in the email. Only used if eCommunicationType is Email [optional]
ICommunicationAttachmentlinkexpiration int The number of days before the attachment link expired. Only used if eCommunicationType is Email and eCommunicationattachmentType is Link [optional]
BCommunicationReadreceipt bool Whether we ask for a read receipt or not. [optional]
AObjCommunicationattachment List<CustomCommunicationattachmentRequest>
AObjCommunicationrecipient List<CommunicationrecipientRequestCompound>
AObjCommunicationreference List<CommunicationreferenceRequestCompound>
AObjCommunicationexternalrecipient List<CommunicationexternalrecipientRequestCompound>

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