sure-api
  • SURE VMS - API Document
  • SURE VMS
    • Appoitment customer
      • Visitor LIST
      • Visitor Detail
      • Visitor registered
      • Visitor Request
      • Visitor Request approved
      • Visitor Request rejected
      • Visitor Incoming
    • CCTV Customer
      • CCTV Notification
Powered by GitBook
On this page

Was this helpful?

SURE VMS - API Document

สำหรับผู้ใช้งานระบบ SURE VMS และใช้บริการเสริมในส่วนการเชื่อมต่อ API

วิธีการใช้งานเบื้องต้น

ยินดีต้อนรับทุกท่านเราจะอธิบายเบื้องต้นว่าการใช้งานเป็นอย่างไร: เมื่อท่านต้องการใช้งาน

https://host/api-name.php?key1=xxx

การใช้งานจะเป็นการเรียกไปยัง API Service และทำการส่ง ข้อมูลแบบ GET หรือ POST ขึ้นอยู่กับความต้องการของคำสั่งนั้น ๆ.

Once you're strong enough, save the world:

// ตัวอย่างการใช้งาน
<form action="rhttps://host/api-name.php" method="GET"> First name:

        <input type="text" name="firstname"> <br> Last name:

        <input type="text" name="lastname"> 

        <input type="hidden" name="form_submitted" value="1" />

        <input type="submit" value="Submit">

NextAppoitment customer

Last updated 5 years ago

Was this helpful?