modifyJunkEntryRequest

Modifies an existing junk mail entry.

Request

<modifyJunkEntryRequest>
   <entry type="types:JunkEntry"/>
</modifyJunkEntryRequest>

Response

<modifyJunkEntryResponse>
   <status type="types:Status"/>
</modifyJunkEntryResponse>

Elements

entry

(required) Specifies the changes to the existing item.

code

Returns the error number related to the event. 0 indicates that the request was successful.

status

Returns the success or failure of the method.

Example

<modifyJunkEntryRequest> 
   <entry> 
      <id>44FE8B4B.domain1.po1.104.16E3837.1.106.1@66</id> 
      <match>user2222@block.net</match> 
      <matchType>domain</matchType> 
      <listType>trust</listType> 
      <version>0</version> 
   </entry> 
</modifyJunkEntryRequest>

<modifyJunkEntryResponse> 
   <status> 
      <code>0</code> 
   </status> 
</modifyJunkEntryResponse>