POST api/Tools/QrReaderGui

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

QrReaderGuiResponse
NameDescriptionTypeAdditional information
url

string

None.

mesasge

string

None.

isSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "mesasge": "sample string 2",
  "isSuccess": true
}

application/xml, text/xml

Sample:
<QrReaderGuiResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Areas.Tools.Models">
  <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Models">true</IsSuccess>
  <Mesasge xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Models">sample string 2</Mesasge>
  <Url xmlns="http://schemas.datacontract.org/2004/07/NMP3000Api.Models">sample string 1</Url>
</QrReaderGuiResponse>