Ppob

Menampilkan PPOB berdasarkan user_id

post
Body
user_idstringRequiredExample: USR-001
Responses
200

Daftar PPOB berhasil ditampilkan

application/json
post
/ppob/show
POST /api/ppob/show HTTP/1.1
Host: localhost:4000
Content-Type: application/json
Accept: */*
Content-Length: 21

{
  "user_id": "USR-001"
}
[
  {
    "id": 1,
    "user_id": "USR-001",
    "nama_produk": "Pulsa 10K",
    "harga": 10000
  }
]

Last updated

Was this helpful?