Navigation:  Integration via SOAP web services > Published web services > Action plan >

newAttachmentAction

Previous  Top  Next

This method enables editing attachments in an action from an action plan. To use it, it is necessary to follow the standard documented below:

 

Java class

Request

web/wwwroot/ws/java/timecontrol/NewAttachmentActionRequestType.java

Return

web/wwwroot/ws/java/timecontrol/NewAttachmentActionResponseType.java

 

Request

ID #

Required

Description

ActionPlanID

X

ID # of the action plan to which the action belongs.

ActionID

X

Action ID #.

FileName

X

File name (including the extension)

FileContent

X

Binary content of the file (Base64binary)

AttachmentName

 

Attachment name

Summary

 

Summary

 

Request structure

<newAttachmentAction>

       <ActionPlanID>?</ActionPlanID>

       <ActionID>?</ActionID>

       <FileName>?</FileName>

       <FileContent>?</FileContent>

       <AttachmentName>?</AttachmentName>

       <Summary>?</Summary>

</newAttachmentAction>

 

Return structure

<newAttachmentActionResponse>

        <Status>?</Status>

        <Code>?</Code>

        <Detail>?</Detail>

        <RecordKey>?</RecordKey>

</newAttachmentActionResponse>

 

Return

ID #

Description

Status

Returns the status of the execution. SUCCESS on success and FAILURE on failure.

Code

Returns the execution code:

1 - File attached successfully;

-1 - Error in the configuration of the input parameters;

-2 - ID # of the plan or action is duplicated in the database;

-3 - The authentication user does not have the necessary permission to execute this method. Check if the user has access to the PL025 menu;

-10 - Action plan not found;

-11 - Action not found;

-12 - The authentication user does not have the necessary permission;

-13 - The current status of the action does not allow uploading files;

-14 - Invalid file name;

-15 - Impossible to find file;

-16 - File format not supported;

-17 - File size exceeded;

-18 - An error has occurred when attaching the file;

-19 - The current status of the action plan does not allow uploading files to the action;

Detail

SUCCESS: Method executed successfully

FAILURE: Description of the error that occurred.

RecordKey

Record code generated.