POST api/QuizDatas/UploadAudio?word={word}&ischecked={ischecked}&wordid={wordid}&username={username}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
word

string

Required

ischecked

boolean

Required

wordid

integer

Required

username

string

Required

Body Parameters

HttpPostedFileBase
NameDescriptionTypeAdditional information
ContentLength

integer

None.

ContentType

string

None.

FileName

string

None.

InputStream

Stream

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>