> For the complete documentation index, see [llms.txt](https://guide.wellexp.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.wellexp.co/api-manual/point-point.md).

# วิธีการเติม point ให้พนักงาน (แบบเช็ค point ปัจจุบัน)

• เข้าเช็ค point ใน Wallet พนักงาน (สามารถดูวิธีเช็ค point ได้จาก [วิธี เช็ค point ของพนักงาน](/api-manual/point.md) )\
• เข้าที่ Folder "Wallet"\
• เลือก sub folder "topup verify"\
• เลือก tab menu "Body"\
• นำ request มาใส่

```postman_json
{
    "partner_id": "{{partner-id}}",
    "data": [
        {
            "title": "Topup 3",
            "description": "Topup from api 3",
            "employee_id": 14647,
            "current_point": 100,
            "wellpoint": 100
        }
    ]
}
```

• นำข้อมูล id ของพนักงานที่ต้องการให้ point มาใส่ในส่วนของ "employee\_id" \
• นำ point ของพนักงานที่เช็คแล้ว มาใส่ในส่วนของ "current\_point"\
• ใส่จำนวน point ที่ต้องการให้ ในส่วนของ "wellpoint"\
• กด "Send"

<figure><img src="/files/5WNATRxPGwyoESFAPfpN" alt=""><figcaption></figcaption></figure>

ในกรณีที่มี User อยู่ในระบบ point ปัจจุบันในระบบตรง และให้ point สำเร็จ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/9HzrzyNR7Z3juW9s54n2" alt=""><figcaption><p>มี User อยู่ในระบบ point ปัจจุบันในระบบตรง และให้ point สำเร็จ</p></figcaption></figure>

ในกรณีที่ไม่มี User อยู่ในระบบ point ปัจจุบันในระบบไม่ตรง และให้ point ไม่สำเร็จ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/29jnnSLrO4b9aylQxJpn" alt=""><figcaption><p>ไม่มี User อยู่ในระบบ point ปัจจุบันในระบบไม่ตรง และให้ point ไม่สำเร็จ</p></figcaption></figure>
