Cek Tarif
Halaman ini menjelaskan parameter body yang wajib dikirim untuk melakukan permintaan cek tarif, termasuk fungsi, tipe data, dan contoh nilai.
Last updated
Was this helpful?
Halaman ini menjelaskan parameter body yang wajib dikirim untuk melakukan permintaan cek tarif, termasuk fungsi, tipe data, dan contoh nilai.
Last updated
Was this helpful?
Was this helpful?
{
"origin": "KEBON JERUK, JAKARTA BARAT",
"destination": "MEDAN PETISAH, MEDAN",
"commodity": "ABR036",
"weight": 1,
"is_cod_area": true,
"forward_area": "MEDAN PETISAH, MEDAN",
"result": [
{
"row": 1,
"service_type": "PACKAGE",
"product": "BOSSPACK",
"publish_rate": 22000,
"forward_rate": 0,
"shipping_surcharge_rate": 21000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "1 - 2 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 43000,
"base_rate": 43000
},
{
"row": 2,
"service_type": "PACKAGE",
"product": "REGPACK",
"publish_rate": 20000,
"forward_rate": 0,
"shipping_surcharge_rate": 16000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "2 - 3 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 36000,
"base_rate": 36000
},
{
"row": 3,
"service_type": "PACKAGE",
"product": "JAGOPACK",
"publish_rate": 17000,
"forward_rate": 0,
"shipping_surcharge_rate": 8000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "2 - 5 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 25000,
"base_rate": 25000
},
{
"row": 4,
"service_type": "PACKAGE",
"product": "BIGPACK",
"publish_rate": 38500,
"forward_rate": 0,
"shipping_surcharge_rate": 16500,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "4 - 7 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 55000,
"base_rate": 55000
},
{
"row": 5,
"service_type": "PACKAGE",
"product": "OTOPACK150",
"publish_rate": 1092000,
"forward_rate": 0,
"shipping_surcharge_rate": 468000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "7 - 9 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 1560000,
"base_rate": 1560000
},
{
"row": 6,
"service_type": "PACKAGE",
"product": "OTOPACK250",
"publish_rate": 1940050,
"forward_rate": 0,
"shipping_surcharge_rate": 831450,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "7 - 9 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 2771500,
"base_rate": 2771500
},
{
"row": 7,
"service_type": "PACKAGE",
"product": "VIPPACK",
"publish_rate": 44000,
"forward_rate": 0,
"shipping_surcharge_rate": 42000,
"commodity_surcharge_rate": 0,
"heavy_weight_surcharge_rate": 0,
"insurance_rate": 0,
"wood_packing_rate": 0,
"document_surcharge": 0,
"is_embargo": false, // TRUE = City Closed | FALSE = Available
"estimasi_sla": "1 - 1 Hari",
"status": "ACTIVE", // INACTIVE = Destination Closed | ACTIVE = Available
"total_tariff": 86000,
"base_rate": 86000
}
]
}{
"message": {
"en": "Failed to get district",
"id": "Gagal memperoleh district"
}
}