Add QR code raw text
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
qrCodeText
string
length ≥ 1
QR code raw text.
api-version
string
required
Defaults to 1.0
``200 OK
``400 Bad Request
Example cURL Request
curl --request POST \
--url https://demo-api.incodesmile.com/omni/add/qr-code-text \
--header 'accept: application/json' \
--header 'api-version: 1.0' \
--header 'content-type: application/json'
Response
{
"status": "200"
}
Error Response
{
"status": "400",
"error": "Bad Request"
}