Skip to content

Latest commit

 

History

History
75 lines (71 loc) · 5.58 KB

CustomAttachmentResponse.md

File metadata and controls

75 lines (71 loc) · 5.58 KB

eZmaxApi.Model.CustomAttachmentResponse

A Custom Attachment Object

Properties

Name Type Description Notes
PkiAttachmentID int The unique ID of the Attachment.
FkiComputerID int The unique ID of the Computer [optional]
FkiAdjustmentID int The unique ID of the Adjustment [optional]
FkiAgentID int The unique ID of the Agent. [optional]
FkiBankaccountID int The unique ID of the Bankaccount [optional]
FkiBrokerID int The unique ID of the Broker. [optional]
FkiCommissionadvanceID int The unique ID of the Commissionadvance [optional]
FkiCommunicationID int The unique ID of the Communication. [optional]
FkiCustomerID int The unique ID of the Customer. [optional]
FkiCustomertemplateID int The unique ID of the Customertemplate [optional]
FkiDepositID int The unique ID of the Deposit [optional]
FkiDeposittransitchequeID int The unique ID of the Deposittransitcheque [optional]
FkiElectronicfundstransferID int The unique ID of the Electronicfundstransfer [optional]
FkiEmployeeID int The unique ID of the Employee. [optional]
FkiExternalbrokerID int The unique ID of the Externalbroker. [optional]
FkiEzcomadvanceserverID int The unique ID of the Ezcomadvanceserver [optional]
FkiEzcomcompanyID int The unique ID of the Ezcomcompany [optional]
FkiEzsigndocumentID int The unique ID of the Ezsigndocument [optional]
FkiGhacqcontractID int The unique ID of the Ghacqcontract [optional]
FkiInscriptionID int The unique ID of the Inscription. [optional]
FkiInscriptiontempID int The unique ID of the Inscriptiontemp [optional]
FkiInscriptionnotauthenticatedID int The unique ID of the Inscriptionnotauthenticated. [optional]
FkiInvoiceID int The unique ID of the Invoice. [optional]
FkiBuyercontractID int The unique ID of the Buyercontract [optional]
FkiFranchisebrokerID int The unique ID of the Franchisebroker [optional]
FkiFranchiseagenceID int The unique ID of the Franchiseagence [optional]
FkiFranchiseofficeID int The unique ID of the Franchisereoffice [optional]
FkiFranchisefranchiseID int The unique ID of the Franchisefranchise [optional]
FkiFranchisecomplaintID int The unique ID of the Franchisecomplaint [optional]
FkiLeadID int The unique ID of the Lead [optional]
FkiMarketingprogramID int The unique ID of the Marketingprogram [optional]
FkiMarketingfollowID int The unique ID of the Marketingfollow [optional]
FkiNotaryID int The unique ID of the Notary. [optional]
FkiOfficetaxreportID int The unique ID of the Officetaxreport [optional]
FkiOtherincomeID int The unique ID of the Otherincome [optional]
FkiPaymentpreparationID int The unique ID of the Paymentpreparation [optional]
FkiPurchaseID int The unique ID of the Purchase [optional]
FkiSalaryID int The unique ID of the Salary [optional]
FkiSupplierID int The unique ID of the Supplier. [optional]
FkiTranqcontractID int The unique ID of the Tranqcontract [optional]
FkiTemplateID int The unique ID of the Template [optional]
FkiInscriptionchecklistID int The unique ID of the Inscriptionchecklist [optional]
FkiFolderID int The unique ID of the Folder [optional]
FkiRejectedoffertopurchaseID int The unique ID of the Rejectedoffertopurchase [optional]
FkiDisclosureID int The unique ID of the Disclosure [optional]
FkiReconciliationID int The unique ID of the Reconciliation [optional]
FkiEzsigndocumentIDReference int The unique ID of the Ezsigndocument [optional]
EAttachmentDocumenttype FieldEAttachmentDocumenttype
SAttachmentName string The name of the Attachment
EAttachmentPrivacy FieldEAttachmentPrivacy
FkiUserIDSpecific int The unique ID of the User [optional]
EAttachmentType FieldEAttachmentType
IAttachmentSize int The size of the Attachment
IAttachmentEDMmoduleflag int The edmmoduleflag of the Attachment [optional]
SAttachmentMD5 string The md5 of the Attachment
BAttachmentDeleted bool Whether if it's deleted
BAttachmentValid bool Whether if it's valid
EAttachmentVerified FieldEAttachmentVerified
TAttachmentRejectioncomment string The rejectioncomment of the Attachment [optional]
FkiUserIDOwner int The unique ID of the User [optional]
ObjAudit CommonAudit [optional]
ObjAttachmentProof AttachmentResponseCompound [optional]
ObjAttachmentProofdocument AttachmentResponseCompound [optional]
AObjAttachmentAttachment List<AttachmentResponseCompound> [optional]
AObjAttachmentVersion List<AttachmentResponseCompound> [optional]

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