POST api/GetQRCodeGenerator?GnetAssociateID={GnetAssociateID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
GnetAssociateID

string

Required

Body Parameters

None.

Response Information

Resource Description

QRCodeResult
NameDescriptionTypeAdditional information
QRCodeImagePath

string

None.

Status

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "QRCodeImagePath": "sample string 1",
  "Status": "sample string 2",
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<QRCodeResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RESTWebAPIForPaperlessOnboarding.Models">
  <Message>sample string 3</Message>
  <QRCodeImagePath>sample string 1</QRCodeImagePath>
  <Status>sample string 2</Status>
</QRCodeResult>