Project

General

Profile

Actions

Support #35615

open

Tidak bisa kirim data pesantren ke emis

Added by Alfi Syahrin 1 day ago. Updated about 21 hours ago.

Status:
Feedback
Priority:
Normal
Assignee:
Start date:
10/15/2025
Due date:
10/15/2025 (1 day late)
% Done:

0%

Estimated time:
1.00 h
Story Point:
8
Assignees:
Lembur (Hours):

Description

$client = new Client();
$headers = [
'Content-Type' => 'application/json',
'Authorization' => 'Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwczovL2FwaS1lbWlzLmtlbWVuYWcuZ28uaWQvdjEvYWNjb3VudHMvcGFydG5lcnMtbG9naW4iLCJpYXQiOjE3NjA0MzgxODgsImV4cCI6MTc2MDQ1NDM4OCwibmJmIjoxNzYwNDM4MTg4LCJqdGkiOiJ0V2tRWlEwZFdnT0w3NjlCIiwic3ViIjo0NzE2NDYsInBydiI6IjIzYmQ1Yzg5NDlmNjAwYWRiMzllNzAxYzQwMDg3MmRiN2E1OTc2ZjciLCJyb2xlX2lkIjoxNTAsInJvbGVfbGV2ZWxfaWQiOjEwLCJyb2xlX3Njb3BlX2lkIjoyLCJpZGVudGlmaWFibGVfZmllbGQiOm51bGwsImlkZW50aWZpYWJsZV9pZCI6bnVsbH0.SmDCJxvQ9QBsDy4yvxmGxXJ_fqXsDHfAC54mBfoC0DM'
];
$body = '{
"pp_nsm": "510272020013",
"nama_lembaga": "Pondok Pesantren Nahdlatut Tholibin",
"parent_id": "2e223dc4-c69b-41d4-b53e-d9189e3c7161",
"group_data": "pp",
"takhassus_id": "",
"jenjang_id": 1,
"kontak_telp": "08",
"kontak_website": "",
"kontak_email": "",
"tahun_h": "1447",
"tahun_m": "2023",
"affiliasi_organisasi": "NU",
"status_aktif": 1,
"cprov": "72",
"ckabko": "02",
"ckec": "720205",
"lokasi_rt": "",
"lokasi_rw": "",
"lokasi_jalan": "Jl. Trans Sulawesi, Dusun Landangan",
"lokasi_kodepos": 94652,
"lokasi_kord_bujur": "120.71082449344",
"lokasi_kord_lintang": "-1.415806764044",
"topografi_id": null,
"lokasi_geografi_id": "4",
"lokasi_potensi_ekonomi_id": 10,
"ijop_sk_no": "36449",
"ijop_sk_tgl": "2025-08-20",
"instasi_penerbit_ijop_id": 1,
"kontak_fax": ""
}';
$request = new Request('POST', 'https://api-emis.kemenag.go.id/v1/institutions/pontren/integration/ijop/institution', $headers, $body);
$res = $client->sendAsync($request)->wait();
echo $res->getBody();


Files

image.png (163 KB) image.png Alfi Syahrin, 10/15/2025 01:58 AM
Actions #1

Updated by Dendy Dwi about 21 hours ago

  • Due date set to 10/15/2025
  • Status changed from In Progress to Feedback
Actions

Also available in: Atom PDF