Resource: getproductattachment.nv
HTTP-method: GET
Note! If you are using Rackbeat inventory management in Netvisor, the API documentation can be found here: https://support.netvisor.fi/en/support/solutions/articles/77000554491-rackbeat-stoplight-api
The resource getproductattachment.nv can be used to retrieve product attachments. The used parameter is the attachment's NetvisorKey, which is obtained by retrieving the extended product list (extendedproductlist.nv). The max size for the returned message is 50Mb.
Used parameters:
| Parameter name | Occurs | Description | Example |
| productattachmentnetvisorkeys | 1 | Definition with attachments' NetvisorKey | 18, 19, 20 |
Response:
| Level | Element | Type | Occurs | Description | Example |
| Root | Root | Aggr. | 1 | ||
| 1 | ProductAttachments | Aggr. | 1 | ||
| 2 | Attachment | Aggr. | 1...n | ||
| 3 | NetvisorKey | Numeric | 1 | Attachment's NetvisorKey | 18 |
| 3 | MimeType | String | 1 | Attachment's mime-type | application/pdf |
| 3 | FileName | String | 1 | Attachment name | Testattachment.pdf |
| 3 | AttachmentData | Base64 | 1 | Attachment in Base64 | |
| Attr. | type | String | 1 | Always Base64 | Base64 |
Did you find it helpful? Yes No
Send feedback