Commit 60a0f811 authored by Deni Rinaldi's avatar Deni Rinaldi

ceeeeeebbbbb

parent 416ea3ee
......@@ -230,6 +230,7 @@ const create = (type = "") => {
const getLastestUpdateOLPA = (body) => api.post('transaction/outlook_pa/get_latest_update', body)
const createReportOLPA = (body) => api.post('transaction/outlook_pa/create_outlook_report', body)
const checkUploadOLPA = (body) => api.post('transaction/outlook_pa/check_import', body)
const validateSubmitReportOLPA = (body) => api.post('transaction/outlook_pa/validate_save', body)
const uploadOLPA = (body) => api.post('transaction/outlook_pa/import_outlook_pa')
//Template
......@@ -399,7 +400,8 @@ const create = (type = "") => {
getLastestUpdateOLPA,
createReportOLPA,
checkUploadOLPA,
uploadOLPA
uploadOLPA,
validateSubmitReportOLPA
}
}
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment