POST api/OmedeoApi?from={from}&Email={Email}&subject={subject}&body={body}&Name={Name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

string

Required

Email

string

Required

subject

string

Required

body

string

Required

Name

string

Default value is

Body Parameters

Collection of byte

Request Formats

application/json, text/json

Sample:
"QEA="

application/xml, text/xml

Sample:
<base64Binary xmlns="http://schemas.microsoft.com/2003/10/Serialization/">QEA=</base64Binary>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'Byte[]'.

Response Information

Resource Description

None.