UpdateMemo |
This method is used to update the contents in the memo.
SOAP Request
<UpdateMemo xmlns="http://schemas.cordys.com/notification/workflow/1.0"> <tuple> <old> <Memo> <MemoId>{8F6B25F3-83AA-43CD-8056-08508AAAAD82}</MemoId> <TaskId>{3F3E28DE-E286-46A4-B82D-36A22BC2F023}</TaskId> <TimeStamp>1304667147636</TimeStamp> </Memo> </old> <new> <Memo> <MemoId>{8F6B25F3-83AA-43CD-8056-08508AAAAD82}</MemoId> <TaskId>{3F3E28DE-E286-46A4-B82D-36A22BC2F023}</TaskId> <MemoTitle>Changing memo</MemoTitle> <Memo>Modified Memo</Memo> </Memo> </new> </tuple> </UpdateMemo>
Request Parameters
Parameter |
Description |
Data Type |
Accepted Input Values |
---|---|---|---|
MemoId |
Unique identifier of the memo. |
|
MemoId can be obtained by executing ViewMemosByTask API |
TaksId |
Unique Identifier of the task. |
|
Taskid can be retrieved using the GetTasks API |
MemoTitle |
Name of the memo. |
|
|
Memo |
The actual content in the memo. |
|
|
TimeStamp |
Denotes the date and time at which the memo was last modified. |
|
Timestamp can be obtained by executing ViewMemosByTask API |
SOAP Response
<UpdateMemoResponse xmlns="http://schemas.cordys.com/notification/workflow/1.0" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <tuple> <old> <Memo> <MemoId>8F6B25F3-83AA-43CD-8056-08508AAAAD82</MemoId> <TaskId>3F3E28DE-E286-46A4-B82D-36A22BC2F023</TaskId> <MemoData>Modified Memo</MemoData> <MemoTitle>Changing memo</MemoTitle> <MemoType>NORMAL</MemoType> <TimeStamp>1304667147636</TimeStamp> <UserDisplayName>cn=npraveen,cn=organizational users,o=system,cn=cordys,cn=signfp1,o=vanenburg.com</UserDisplayName> </Memo> </old> </tuple> </UpdateMemoResponse>
Response Parameters
Parameter |
Required |
Description |
---|---|---|
MemoId |
|
Contains the Id of the memo. |
Memo |
|
Returns the modified contents in the memo. |
MemoType |
Internal |
You cannot delete a memo of the type INSTRUCTION but you can delete a memo of the type NORMAL. |
TaskId |
|
Unique Identifier of the task. |
UserDisplayName |
|
Display Name of the user. |
MemoData |
|
Contains the data in the Memo. |