Metoda omogoča nalaganje vsebovanih prilog dokumenta.
Id vsebovane priloge.
[C#]
    //string handle = Prijava(...);
    string fileHash;
    int attachmentId = soapService.UploadInternalAttachment(handle, internalAttachmentData, mimeType, fileName, out fileHash);