> 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/setting-postman-new-feature-convert-point-partner-to-wellpoint.md).

# วิธี Setting Postman เมื่อใช้งาน New Feature Convert point ของ Partner to WellPoint

• เข้าที่ Collection "Wellexp API for Partner name" \
• เข้าที่ Sub folder "topup verify" \
• เลือก tab menu "body"\
• นำ request ด้านล่างมาใส่

```postman_json
{
  "secret_key": "6254ccff51e429db6de3efb7584e1863",
  "phone": "0842684329",
  "point_wellexp":100,
  "point_external":100
}
```

• ใส่ "Secret\_key" ที่ทาง WellExp ส่งให้ Admin ของบริษัท Partner\
• ใส่ "phone" ของพนักงานที่ต้องการทำการ Convert WellPoint\
• ใส่จำนวน "point external" ทางฝั่ง Partner ว่าต้องการใช้จำนวนกี่ point เพื่อที่จะ Convert ให้จำนวนเท่ากับ 100 WellPoint\
• กด "Send"

<figure><img src="/files/UydoMSIRqxlj46YVz8iR" alt=""><figcaption></figcaption></figure>

ในกรณีที่มี User ที่ใช้ Phone (เบอร์โทรศัพท์) อยู่ในระบบ จะมีข้อความ  Response ดังภาพด้านล่าง

<figure><img src="/files/U5GQOsFOtlIA7xvzQEA7" alt=""><figcaption></figcaption></figure>

แต่ถ้า ไม่มี User ที่ใช้ Phone (เบอร์โทรศัพท์) อยู่ในระบบ จะขึ้นข้อความ Response ดังภาพด้านล่าง

<figure><img src="/files/pu26y7A0CHJMB4rgXDd2" alt=""><figcaption></figcaption></figure>

• เข้าที่ Sub folder "topup confirm" \
• เลือก tab menu "body"\
• นำ request มาใส่

```postman_json
{
  "secret_key": "WsOUroffWiIwT8V9okFSHJWPrtnrgjSc",
  "phone": "0842684329",
  "verify_code": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJwYXJ0bmVyX2lkIjoiQVBJREVWIiwicmVmX2NvZGUiOiJlNzJkZTBkMC1mMzU0LTRkMjUtOTNhMy00MjNkMjMxYWFjMmQiLCJwaG9uZSI6IjA2NDUyNjUxNTQiLCJpYXQiOjE3MDMyMjA4MTUsImV4cCI6MTcwMzIyNDQxNX0.qgC89Me00wSZpwRPRy-HgKCrfjoGrPSbkWdxPi_InB4"
}
```

• นำ "verify code" ที่ได้จากการกด send ข้อมูลข้างต้นมาใส่\
• กด "Send"

<figure><img src="/files/w7r3xtHQPYN2nt26BDAq" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/UBuXvFflpjDTzdpaWyLq" alt=""><figcaption></figcaption></figure>

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

<figure><img src="/files/fbZNtU67k5Op3oZsONHq" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.wellexp.co/api-manual/setting-postman-new-feature-convert-point-partner-to-wellpoint.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
