POST api/QRCode/CreateBulkQRCode
Request Information
URI Parameters
None.
Body Parameters
QRCodeInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| URL | string |
None. |
|
| Booking | string |
None. |
|
| Random | string |
None. |
|
| Randoms | Collection of string |
None. |
|
| QrCodeSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"URL": "sample string 1",
"Booking": "sample string 2",
"Random": "sample string 3",
"Randoms": [
"sample string 1",
"sample string 2"
],
"QrCodeSize": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"