Attachments XML Schema
ws_attachment_c Complex Type
Description
These are the input parameters used for the AttachmentsCreate (Method).
Namespace urn:CoreOne.Attachments
Diagram
payload Element comments Element original_creation_date Element content_type Element document_version Element file_type Element document_type Element original_file_name Element entity_id Element entity_type Element Sequence ws_attachment_c Complex Type
Overview
ws_attachment_c
These are the input parameters used for the AttachmentsCreate (Method).
Sequence
entity_type :int
This is the type of entity that the Attachment belongs to.
entity_id :int
This is an internal CoreOne id used to uniquely identify the record in which that Attachment will be uploaded to.
original_file_name :string
This is the original file name used for the specified Attachment.
document_type :string
This is the type of document of the specified Attachment.
file_type :string
This is the file type of the uploaded Attachment. It is a required parameter.
document_version :string
This is the current version of the Attachment. It is an optional parameter.
content_type :string
This is the type of content for the uploaded Attachment. It is a required parameter.
original_creation_date :dateTime
This is the date in which the Attachment was originally created. Must be in format of YYYY-MM-DD. It is a required parameter.
comments :string
These are any comments or remark made about the Attachment. It is an optional parameter.
payload :string
This is the Attachment itself in Base64 Encode. It is a required parameter.
Remarks

Source
See Also
Attachments XML Schema

 

 


© 2014-2018 All Rights Reserved.

Send comments on this topic.