POST api/QrCode/DownloadQrCode

Request Information

URI Parameters

None.

Body Parameters

DownloadQrCodeRequestVM
NameDescriptionTypeAdditional information
ApiQrId

integer

None.

QrId

string

Required

Size

integer

None.

ErrorCorrectionLevel

integer

None.

CanvasType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ApiQrId": 1,
  "QrId": "sample string 2",
  "Size": 3,
  "ErrorCorrectionLevel": 4,
  "CanvasType": "sample string 5"
}

application/xml, text/xml

Sample:
<DownloadQrCodeRequestVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MindMe.Business.Service.Services.RequestViewModels.QrCodes">
  <ApiQrId>1</ApiQrId>
  <CanvasType>sample string 5</CanvasType>
  <ErrorCorrectionLevel>4</ErrorCorrectionLevel>
  <QrId>sample string 2</QrId>
  <Size>3</Size>
</DownloadQrCodeRequestVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.