Ppob
Body
user_idstringRequiredExample:
USR-001Responses
200
Daftar PPOB berhasil ditampilkan
application/json
500
Gagal menampilkan data PPOB
post
/ppob/showPOST /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?