Last active
August 29, 2015 14:17
-
-
Save hok00age/088164ef06f4cadaf6c8 to your computer and use it in GitHub Desktop.
Contoh response sukses API RajaOngkir untuk end point internationalCost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rajaongkir":{ | |
"query":{ | |
"origin":"152", | |
"destination":"108", | |
"weight":1400, | |
"courier":"pos" | |
}, | |
"status":{ | |
"code":200, | |
"description":"OK" | |
}, | |
"origin_details":{ | |
"city_id":"152", | |
"province_id":"6", | |
"province":"DKI Jakarta", | |
"type":"Kota", | |
"city_name":"Jakarta Pusat", | |
"postal_code":"10000" | |
}, | |
"destination_details":{ | |
"country_id":"108", | |
"country_name":"Malaysia" | |
}, | |
"results":[ | |
{ | |
"code":"pos", | |
"name":"POS Indonesia (POS)", | |
"costs":[ | |
{ | |
"service":"EMS DOCUMENT", | |
"cost":19 | |
}, | |
{ | |
"service":"EMS MERCHANDISE", | |
"cost":22.1 | |
} | |
] | |
} | |
], | |
"currency":{ | |
"value":13140, | |
"last_update":"2015-03-20", | |
"source_name":"Bank Sentral Republik Indonesia (BI)", | |
"source_link":"http:\/\/www.bi.go.id\/en\/moneter\/informasi-kurs\/transaksi-bi\/Default.aspx" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment