attachmentAddPartResponse
| Extends: | response |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| partId (int) | 1/1 | The newly created part id of the attachment. |
| url (string) | 1/1 | The download url of the attachment part. |
| amazonS3Upload (amazonS3Upload) | 1/1 | Gets the amazon s3 upload info |
| previewAmazonS3Upload (amazonS3Upload) | 0/1 | Gets the preview amazon s3 upload info If their is no preview it will be null |
JSON
| property | type | description |
|---|---|---|
| partId | partId (int) | The newly created part id of the attachment. |
| url | url (string) | The download url of the attachment part. |
| amazonS3Upload | amazonS3Upload (amazonS3Upload) | Gets the amazon s3 upload info |
| previewAmazonS3Upload | previewAmazonS3Upload (amazonS3Upload) | Gets the preview amazon s3 upload info If their is no preview it will be null |