POST api/newsPaper/CreateQr
Request Information
URI Parameters
None.
Body Parameters
QrRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | string |
None. |
|
| FileName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Data": "sample string 1",
"FileName": "sample string 2"
}
text/xml
Sample:
<NewspaperController.QrRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectAPI.Controllers.api"> <Data>sample string 1</Data> <FileName>sample string 2</FileName> </NewspaperController.QrRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/xml
Sample:
Sample not available.