POST api/Audiotest
Request Information
URI Parameters
None.
Body Parameters
Audiodata| Name | Description | Type | Additional information |
|---|---|---|---|
| eventid | globally unique identifier |
None. |
|
| name | string |
None. |
|
| contentType | string |
None. |
|
| data | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"eventid": "6a21d9c5-57ef-4dcc-93d8-2124c3bdc350",
"name": "sample string 2",
"contentType": "sample string 3",
"data": "sample string 4"
}
application/xml, text/xml
Sample:
<Audiodata xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPIDEMO"> <contentType>sample string 3</contentType> <data>sample string 4</data> <eventid>6a21d9c5-57ef-4dcc-93d8-2124c3bdc350</eventid> <name>sample string 2</name> </Audiodata>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |