62 lines
1.8 KiB
HTTP
62 lines
1.8 KiB
HTTP
# params:
|
|
# table: string - nama tabel
|
|
# lastdownload: string - tanggal terakhir download dalam format YYYY-MM-DD
|
|
|
|
@url = cpone.aplikasi.web.id
|
|
|
|
// Tabel nat_test
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_test/nat_test/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel t_test
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_t_test/t_test/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel nat_normalvalue
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_normalvalue/nat_normalvalue/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel nat_subgroup
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_subgroup/nat_subgroup/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel t_sampletype
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_t_sampletype/t_sampletype/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel t_bahan
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_t_bahan/t_bahan/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel nat_methode
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_methode/nat_methode/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel nat_instrument
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_instrument/nat_instrument/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel m_instrumentmethode
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_m_instrumentmethode/m_instrumentmethode/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
###
|
|
// Tabel nat_unit
|
|
POST https://{{url}}/one-api/tools/syncupdate/getdata_nat_unit/nat_unit/2025-09-24
|
|
Content-Type: application/json
|
|
|
|
|
|
###
|
|
// gabungan dari beberapa url
|
|
POST https://devcpone.aplikasi.web.id/one-api/tools/syncupdate/get_update/2025-10-06
|
|
Content-Type: application/json
|
|
|