Namespace | XML Schema |
---|---|
http://api.crunch.co.uk/rest | api.xsd |
Represents a file attachment to an element
name | type | description |
---|---|---|
fileName | string | The name of the file |
contentType | string | The Mime type of the file |
Type |
---|
base64Binary |
The actual file in a Base64 byte array
property | type | description |
---|---|---|
fileName | string | The name of the file |
contentType | string | The Mime type of the file |
fileData | base64Binary | The actual file in a Base64 byte array |