OPTIONS AddAttachmentFileBase64/{attachmentId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| attachmentId | integer |
Required |
Body Parameters
AttachmentFileBase64| Name | Description | Type | Additional information |
|---|---|---|---|
| data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"data": "sample string 1"
}
application/xml, text/xml
Sample:
<AttachmentFileBase64 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SecureMessagingAPI.Controllers"> <data>sample string 1</data> </AttachmentFileBase64>
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.