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

# วิธี เช็ค point ของพนักงาน

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

```postman_json
{
    "partner_id": "{{partner-id}}",
    "employee_id": 2796
}
```

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

<figure><img src="/files/Rr0nOH6w2jvSov7T9VwK" alt=""><figcaption><p>นำ request มาใส่</p></figcaption></figure>

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

<figure><img src="/files/clQ1AO80Ph78H3urLQkL" alt=""><figcaption><p>มี User อยู่ในระบบ</p></figcaption></figure>

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

<figure><img src="/files/oJ8alb5zO4PFnmSzuijG" alt=""><figcaption><p>ไม่มี User อยู่ในระบบหรือ User ที่เช็คไม่มี point</p></figcaption></figure>
