API Get Data
Method | URL |
---|---|
POST | https://api.apilogy.id/padi-umkm/1.2.0/padis |
Body Parameters
option
get_umkm | get_transaksi | get_rencana_belanja | get_master_satker
parameter
size: how many row/data that will retrieved size max 10
page: whichpage
Payload example
JSON:
{
"get_transaksi": {
"size": 1,
"page": 2
}
}
Response example
{
"count": "131",
"desc": "page 1 of 131",
"data": [
{
"Tanggal_transaksi": "2018-10-01",
"transaksi_id": "PGM-MC2A01402-D-PO",
"bumn_id": "ADHI",
"nama_project": "Revitalisasi Pabrik Gula Mojo PT. Perkebunan NusantaraIX",
"kategori_project": "8",
"total_nilai_project": "223740000",
"tipe_nilai_project": "CAPEX",
"kategori_umkm": "3",
"uid_umkm": "070119100127\t",
"nama_umkm": "Sampoerna Alam Samudra, PT",
"target_penyelesaian": "90",
"tanggal_order_placement": "2018-10-01",
"tanggal_confirmation": "2018-10-01",
"tanggal_delivery": "2018-10-01",
"tannggal_invoice": "2018-10-04",
"total_cycle_time": "90",
"kategori_delivery_time": "1",
"rating": "4",
"feedback": "N/A",
"deskripsi_project": "Sewa Mobile Crane Kap 5 Ton Merek Isuzu Keluaran Tahun 2013",
"timestamp": "2021-03-17 10:30:52",
"user": "",
"id_satker": "14482",
"is_pdn": "1",
"tkdn": "8.5",
"is_certificate": "1",
"certificate_tkdn": "525/SJ-IND.8/TKDN/11/2019"
}
]
}