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 can be used to retreive product attachments. The used parameter is attachment's NetvisorKey, that is returned when retreiving extended product list (extendedproductlist.nv). The max size for the returned message is 50Mb.
Querystring parameters:
Parameter | 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