# วิธี เช็ค 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="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2F6ipe5bUjUEu6fx5IVucG%2Fimage.png?alt=media&#x26;token=1f06d09d-0bbd-4991-b781-ad60ac715075" alt=""><figcaption><p>นำ request มาใส่</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2F1Z8gR7oGMkD65CddKwgx%2Fimage.png?alt=media&#x26;token=6961da6d-6b29-4943-9fa0-bfc992fed81f" alt=""><figcaption><p>มี User อยู่ในระบบ</p></figcaption></figure>

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

<figure><img src="https://370262940-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FuB10O1BE5VHQ0rSAzqK4%2Fuploads%2FpKvsNDDBetHEt2zeVuKn%2Fimage.png?alt=media&#x26;token=f8a8c0a5-56ef-4c58-866e-89e85f1a4afd" alt=""><figcaption><p>ไม่มี User อยู่ในระบบหรือ User ที่เช็คไม่มี 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.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.
