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

# วิธีดูประวัติ point เข้า-ออก ของพนักงาน

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

```postman_json
{
    "partner_id": "{{partner-id}}",
    "employee_id": 14647,
    "month": 0,
    "title": ""
}
```

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

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

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

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

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

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