# วิธีการเติม 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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.wellexp.co/api-manual/point-point.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
