20. Get Normal Baccarat Turnover (Common)
Use for Merchant Get Normal Baccarat Turnover
*นับยอดเทริน การแทง บาคาร่า ประเภทปกติ ใช้ได้กับ Prettygaming (4point normal) , sagaming , sexy gaming ในหมวดปกติ ยอดเทรินจะนับถึงแม้กรณีผลออกเสมอ หรือมีการยกเลิกย้อนหลังจาก provider
*Api สามารถยิงได้ 3000 ครั้ง : 1 นาที
*ยอดเทรินนับวันต่อวันและมีอายุ อยู่ 60 วัน
Method : [Post]
Path : {{domain}}/ext/getNormalBccTurnOver/{{prefix}}/{{agentUsername}}
Content-Type : application/json
Request Body
{
"agentUsername": "{{agentUsername}}",
"key": "{{key}}",
"username": "{{agentUsername}}ninemb01",
"date":"20220809"
"web": "{{whiteLabel}}"
}
| Key | Type | Example Value | Description |
|---|---|---|---|
| agentUsername | String | testag | เอเย่นต์ที่ใช้งาน |
| key | String | tnyENKDWvOkBXpvm6UZVa | คีย์ของเอเย่นต์ |
| username | String | testagninemb01 | ยูสเซอร์ที่ต้องการดูโปรไฟล์ |
| date | String | 20220809 | **format ปีเดือนวัน YYYYMMDD ต่อมาเป็น string เลยครับ |
| web | String | sportbook101 | เว็บที่ใช้งาน |
Response
{
"code": 0,
"data": {
"username": "auto0830192203",
"balance": 9992257.5,
"normalBaccaratTurnOver": 11100
},
"msg": "SUCCESS"
}
| Key | Type | Example Value | Description |
|---|---|---|---|
| code | Number | 0 | Response code of API |
| msg | String | success | description of code |
| data | Object | { "username": "auto0830192203", "balance": 9992257.5, "normalBaccaratTurnOver": 11100 } | data Baccarat TurnOver |
Error Code
| Value | msg |
|---|---|
| 0 | Success |
| 100001 | Missing 'agent Username' field. |
| 100002 | Agent username is type string. |
| 100003 | Missing 'key' field. |
| 100004 | Key is type string. |
| 100005 | Missing 'username' field. |
| 100006 | Username is type string. |
| 100009 | Your username must be between 8 and 24 character. |
| 100012 | Key not found. |
| 100013 | Agent not found. |
| 100014 | Member not found. |