Services that can submit Indonesian customs documents include (PIB, PEB, PIBK).
https://api2.trade2gov.com:8081/api/submit/(document_type)
2.Body Example
{
"pibk": {
"document" : {
"kode_trader" : "",
"car" : "",
"kdkpbc" : "",
"flagsreplace" : "",
"header": {
"data":{
"jnsaju" : "",
"jnspibk" : "",
"doktupkd" : "",
"doktupno" : "",
"doktuptg" : "",
"posno" : "",
"possub" : "",
"posubsub" : "",
"impid" : "",
"impnpwp" : "",
"impnama" : ""
}
}
}
}
}
Services that function to retrieve the response of your submitted Indonesia customs document.
https://api2.trade2gov.com:8081/api/shipment/get-all-response
2.Body Example
{
"kode_trader" : "",
}