API Endpoint - API receiveRecord
POST
https://data.moj.gov.vn/api/v1/publising/lgsp/redirect/receiveRecord
Kiểu trả về:
application/json
Mô tả:
Dữ liệu giấy chứng sinh, giấy báo tử
Cơ quan quản lý:
Chưa cập nhật
Điều kiện khai thác:
Chưa cập nhật
Mẫu headers
{
"User-Key": "WhaJnyDvMYZxNr*****************", // user-key cá nhân
"Content-Type": "application/x-www-form-urlencoded"
}
Mẫu đầu vào (JSON)
{
"authKey": "***",
"maDonVi": "***",
"module": "***",
"maHoSo": "***",
"ngayTiepNhan": "***",
"data": "***"
}
Dữ liệu trả về (JSON)
{
"statusCode": 200,
"success": false,
"message": "Thanh Cong",
"data": ""
}
Ví dụ với AJAX
jQuery AJAX:
var settings = {
"url": "https://data.moj.gov.vn/api/v1/publising/lgsp/redirect/receiveRecord",
"method": "POST",
"timeout": 0,
"headers": {
"Content-Type": "application/x-www-form-urlencoded",
"User-Key": "WhaJnyDvMYZxNr*****************"
},
"data": JSON.stringify({
"authKey": "***",
"maDonVi": "***",
"module": "***",
"maHoSo": "***",
"ngayTiepNhan": "***",
"data": "***"
}),
};
$.ajax(settings).done(function (response) {
console.log(response);
});
Tệp đính kèm
Địa chỉ: 60 Trần Phú - Ba Đình - Hà Nội
Điện thoại: 024.62739718 Fax: 024.62739730
Email: it@moj.gov.vn