Skip to main content
Version: 2.2.2

addTaskAttach

This method allows adding:

  • Attachments to a Kanban task.

To insert each of these items, it is necessary to follow the standard documented below.

Java class
Requestweb\wwwroot\ws\java\task\AddTaskAttachRequestType.java
Returnweb\wwwroot\ws\java\task\AddTaskAttachResponseType.java

Request:

ID #RequiredDescription
identificationYesActivity ID #
#NMFILEYesBinary content of the file
flcontentYesAttribute value
nmattachmentNoName of the attachment
dssummaryNoSummary

Request structure:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:task">
<soapenv:Header/>
<soapenv:Body>
<urn:addTaskAttach>
<!--You may enter the following 5 items in any order-->
<urn:IDENTIFICATION>?</urn:IDENTIFICATION>
<urn:NMFILE>?</urn:NMFILE>
<urn:FLCONTENT>?</urn:FLCONTENT>
<urn:NMATTACHMENT>?</urn:NMATTACHMENT>
<urn:DSSUMMARY>?</urn:DSSUMMARY>
</urn:addTaskAttach>
</soapenv:Body>
</soapenv:Envelope>

Return:

ID #Description
returnSUCCESS: Return regarding the executed item; FAILURE: Error message