PUT (Email Draft)
Instantiates a server task to save the email reply body as a draft email in the Drafts folder (the original body of the email is not saved).
After the email reply is sent, the draft email is automatically deleted from the Drafts folder.
URL: |
https://<ServerIP>:<Port>/ccp-webapp/ccp/reply/email/<id>/draft |
HTTPS method: |
PUT |
Input/Output format: |
xml |
Parameters: | |
Example XML request payload: |
|
HTTPS response headers: |
HTTPS response: 202 Location header:
The client polls the URL provided in the location header to get the status of the task. URL: Provided in the location header HTTPS method: GET Input/Output format: xml, json Response:
|