This service provides the following discovery document delivery order :
GET Delivery_order_header/{Key}
GET Delivery_order_detail/{Key}
Parameters | |
---|---|
Key |
The your API Key. |
JSON representation | |
---|---|
{ "no_faktur": varchar(20) PRIMARY, "tanggal_faktur": date, "tanggal_pengiriman": date, "whs_id": int, "customerid": varchar(20), "customer_address": varchar(50), "remark": varchar(225), "sub_total": decimal(18,2), "ppn_persen": decimal(18,2), "ppn_angka": decimal(18,2), "biaya_pengiriman": decimal(18,2), "grand_total": decimal(18,2), "status": varchar(10), "approved_by": varchar(50), "approved_date": date, "whs_approved_by": varchar(50), "whs_approved_date": date, "created_by": varchar(50), "created_date": date, "updated_by": varchar(50), "apdated_date": date, "ip_address": varchar(50), } |
JSON representation | |
---|---|
{ "no_faktur": varchar(20) PRIMARY, "stock_id": int(11) PRIMARY, "product_id": varchar(20), "qnty_history": decimal(18,2), "jumlah": decimal(18,2), "harga": decimal(18,2), "potongan": decimal(18,2), "sub_total": decimal(18,2), "total": decimal(18,2), } |