WhatsApp QR Codes

QR codes provide deep-link entry points to start WhatsApp conversations. Route prefix: /api/v1/WhatsappQrCode

MethodRoutePermissionDescription
POST/api/v1/WhatsappQrCode/createDashboard:QRCodeChangeCreate new QR code
GET/api/v1/WhatsappQrCode/getallDashboard:ViewList all QR codes for firm
PUT/api/v1/WhatsappQrCode/update/{code}Dashboard:QRCodeChangeUpdate QR code label/config
DEL/api/v1/WhatsappQrCode/delete/{code}Dashboard:QRCodeChangeDelete QR code
POST

/api/v1/WhatsappQrCode/create

JSON Request
{
  "label": "Main Store Entrance",
  "prefillMessage": "Hi, I scanned your QR code and would like to know more."
}