Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 2.08 KB

CommunicationRequestCompound.md

File metadata and controls

28 lines (23 loc) · 2.08 KB

EzmaxApi::Object::CommunicationRequestCompound

Load the model package

use EzmaxApi::Object::CommunicationRequestCompound;

Properties

Name Type Description Notes
pki_communication_id int The unique ID of the Communication. [optional]
e_communication_importance FieldECommunicationImportance [optional]
e_communication_type FieldECommunicationType
obj_communicationsender CustomCommunicationsenderRequest [optional]
s_communication_subject string The subject of the Communication [optional]
t_communication_body string The Body of the Communication
b_communication_private boolean Whether the Communication is private or not
e_communication_attachmenttype string How the attachment should be included in the email. Only used if eCommunicationType is Email [optional]
i_communication_attachmentlinkexpiration int The number of days before the attachment link expired. Only used if eCommunicationType is Email and eCommunicationattachmentType is Link [optional]
b_communication_readreceipt boolean Whether we ask for a read receipt or not. [optional]
a_obj_communicationattachment ARRAY[CustomCommunicationattachmentRequest]
a_obj_communicationrecipient ARRAY[CommunicationrecipientRequestCompound]
a_obj_communicationreference ARRAY[CommunicationreferenceRequestCompound]
a_obj_communicationexternalrecipient ARRAY[CommunicationexternalrecipientRequestCompound]

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