Guest User

SQL example

a guest
Jun 30th, 2022
9
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.52 KB | None | 0 0
  1. DECLARE @body VARCHAR(MAX)
  2.  
  3. SET @body = CONCAT(
  4.     '{
  5.        "bps": {
  6.            "api_key": "{BRP:-2}",' , '
  7.            "form_id": "FORM_ID",
  8.            "service": "base64",
  9.            "request": [
  10.                {
  11.                    "qr_text": "{BRP:-3}', '",
  12.                    "qr_name": "', '{BRP:-4}', '",
  13.                    "qr_ext": "png",
  14.                    "qr_charset": "', '{BRP:-5}', '",
  15.                    "qr_size": 100
  16.                }
  17.            ]
  18.        }
  19.     }'
  20. )
  21.  
  22. SELECT @body
Add Comment
Please, Sign In to add comment