attachmentPart
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| partId (int) | 1/1 | The part id of the attachment | ||||||||||||
| typeId (int) | 1/1 |
The type id of the attachment
|
||||||||||||
| fileName (string) | 0/1 | The file name of the attachment part | ||||||||||||
| fileSize (int) | 1/1 | The file size of the attachment part The maximal file size is 20Mb. | ||||||||||||
| properties (string) | 0/1 | The properties which depends on the type in json format. | ||||||||||||
| url (string) | 1/1 | The url of the attachment part. | ||||||||||||
| previewUrl (string) | 1/1 | The preview url of the attachment part if no preview is available it will be null. |
JSON
| property | type | description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| partId | partId (int) | The part id of the attachment | ||||||||||||
| typeId | typeId (int) |
The type id of the attachment
|
||||||||||||
| fileName | fileName (string) | The file name of the attachment part | ||||||||||||
| fileSize | fileSize (int) | The file size of the attachment part The maximal file size is 20Mb. | ||||||||||||
| properties | properties (string) | The properties which depends on the type in json format. | ||||||||||||
| url | url (string) | The url of the attachment part. | ||||||||||||
| previewUrl | previewUrl (string) | The preview url of the attachment part if no preview is available it will be null. |