GetDocuments

 

 

Return all attachment, documents and pictures related to an Item

- Beas Attachments

- SAP Attachments

- Pictures

 

In JSON format with follow properties

Field

Description

Type

"beas"=Beas Attachments (BEAS_DOKUMENT)

"SAP"=SAP Attachments (ATC1)

"Picture"=Picture 1-3 from OITM. It return always all 3 pictures. If not define, filename = NULL

Nr

Internal reference

Info

Additional info/notes (onyl type "beas")

FileName

the file name with folder

 

 

Example:

{
    "value": [
        {
            "Type": "beas",
            "Nr": 1,
            "Info": "Second File",
            "FileNAme": "C:\\beas\\beas\\bmp\\classic\\button.png"
        },
   ]
}