Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - embeddedFileAttachmentType

Description

This type represents a file with the file data embedded as BASE64 encoded content.

Properties

Name Type Occurrence Description
contentId xs:string Optional Content Id - used for sending HTML message(s) with Embedded / Background Image(s)
contentType xs:string Optional MIME Type of the file
fileData xs:base64Binary Optional The base64 encoded file’s content. This is optional for Embedded / Background Image, instead contentId param should be sent.
fileDescription fileDescriptionType Optional The description of the file. Currently this is only supported for Entity File Attachments and File Sharing.
fileName fileNameType Required The name of the file as displayed to the user. (i.e. TheFile.txt).
fileSize xs:unsignedInt Optional The size of the file in bytes. This is not required for request, but it’s useful when receiving file attachment information.
timeStamp xs:dateTime Optional The date/time the file was last modified.
In This Document