Untitled

 avatar
unknown
plain_text
22 days ago
3.4 kB
3
Indexable
{
    "status": true,
    "method": "shipping_price",
    "text": "Success",
    "details": {
        "origin_district_id": 2127,
        "origin_subdistrict_id": 17653,
        "destination_district_id": 2123,
        "destination_subdistrict_id": 17665,
        "origin_latitude": 0,
        "origin_longitude": 0,
        "weight": 1000,
        "item_value": 5000,
        "width": 180,
        "length": 20,
        "insurance": 0,
        "height": 20,
        "expeditions": [
            "jnt",
            "jne"
        ],
        "origin": 2127,
        "destination": 2123,
        "origin_kelurahan": 17653,
        "destination_kelurahan": 17665,
        "courier": [
            "jnt",
            "jne"
        ]
    },
    "results": [
        {
            "service": "jne",
            "service_name": "JNE City to City",
            "service_type": "CTC23",
            "insurance": "0",
            "cost": "120000",
            "etd": "1-2",
            "cod": true,
            "group": "regular",
            "drop": true,
            "cut_off_time": null,
            "force_insurance": false,
            "discount_campaign": {
                "discount": 0,
                "discount_percentage": 0,
                "discount_campaign_id": 0,
                "discount_type": ""
            },
            "discount_amount": 12000,
            "discount_percentage": 0.1,
            "discount_type": "both",
            "setting": {
                "cod_fee": "0.03",
                "minimum_cod_fee": "2500",
                "insurance_fee": "0.002",
                "insurance_add_cost": "5000"
            }
        },
        {
            "service": "jne",
            "service_name": "JNE Trucking",
            "service_type": "CTCJTR23",
            "insurance": "0",
            "cost": "60000",
            "etd": "3-4",
            "cod": false,
            "group": "cargo",
            "drop": true,
            "cut_off_time": null,
            "force_insurance": false,
            "discount_campaign": {
                "discount": 0,
                "discount_percentage": 0,
                "discount_campaign_id": 0,
                "discount_type": ""
            },
            "discount_amount": 6000,
            "discount_percentage": 0.1,
            "discount_type": "both",
            "setting": {
                "cod_fee": "0.03",
                "minimum_cod_fee": "2500",
                "insurance_fee": "0.002",
                "insurance_add_cost": "5000"
            }
        },
        {
            "service": "jnt",
            "service_name": "J&T JND",
            "service_type": "JND",
            "insurance": "0",
            "cost": "120000",
            "etd": "1-2",
            "cod": false,
            "group": "next_day",
            "drop": false,
            "cut_off_time": null,
            "force_insurance": false,
            "discount_campaign": {
                "discount": 0,
                "discount_percentage": 0,
                "discount_campaign_id": 0,
                "discount_type": ""
            },
            "discount_amount": 12000,
            "discount_percentage": 0.1,
            "discount_type": "both",
            "setting": {
                "cod_fee": "0.04",
                "minimum_cod_fee": "2500",
                "insurance_fee": "0.002",
                "insurance_add_cost": 0
            }
        }
    ]
}
Leave a Comment