add setting token

This commit is contained in:
Hanan Askarim
2026-06-18 13:58:13 +07:00
parent 97ad0f1ce1
commit 9ff322a6a1
3 changed files with 199 additions and 5 deletions

View File

@@ -10,11 +10,25 @@ Content-Type: application/json
### Wynacom - check token
POST https://{{host}}/one-api/tools/wynacom/check_token
Content-Type: application/jsons
Content-Type: application/json
Authorization: Bearer {{accessToken}}
{}
### Wynacom - get token setting
POST https://{{host}}/one-api/tools/wynacom/token_setting
Content-Type: application/json
{}
### Wynacom - save token setting exp 10 hari
POST https://{{host}}/one-api/tools/wynacom/save_token_setting
Content-Type: application/json
{
"token_expired_days": 3
}
### Wynacom - cek timestamp gabungan nonlab dan lab
POST https://{{host}}/one-api/tools/wynacom/sampling
Content-Type: application/json
@@ -26,6 +40,7 @@ Content-Type: application/json
### Wynacom - cek union records nonlab dan lab
POST https://{{host}}/one-api/tools/wynacom/sampling_timestamp
Content-Type: application/json
Authorization: Bearer {{accessToken}}
{
"T_OrderHeaderLabNumber": "{{labNumber}}"