> 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-1.md).

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

• เข้าที่ Folder "Wallet"\
• เลือก sub folder "topup"\
• เลือก tab menu "Body"\
• นำ request มาใส่

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

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2FIiusG732yWhCGbE3Hbvq%2Fimage.png?alt=media&amp;token=7b24cee0-a668-410d-85c0-8024820d37cb" alt=""><figcaption><p> นำ request มาใส่</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2FVw1RWCAEr9wUr1xea8rl%2Fimage.png?alt=media&amp;token=8e3dc1c9-cb8f-498b-b335-2b64c63338a6" alt=""><figcaption><p>มี User อยู่ในระบบและให้ point สำเร็จ</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2FDk1b0iIFfSTn7QX841eE%2Fimage.png?alt=media&amp;token=e2487ec5-e42b-4e2d-b9da-ce352d0fdb1e" alt=""><figcaption><p>ไม่มี User อยู่ในระบบและให้ point ไม่สำเร็จ</p></figcaption></figure>
