Authorization: Bearer ********************
{
"configurations": [
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "Yes", "short_name": "payslip_student_payment_portal" },
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "No", "short_name": "payslip_student_payment_portal" },
{ "key": "Quick Collection Reciept Type", "value": "A5 Single", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "A4 Double Copy", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "58MM POS", "short_name": "qc_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A5 Single", "short_name": "sp_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A4 Double Copy", "short_name": "sp_reciept_type" },
]
}
curl --location --request POST 'https://apidev.edufee.online/api/operation-portal/default-config-store' \
--header 'Content-Type: application/json' \
--data-raw '{
"configurations": [
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "Yes", "short_name": "payslip_student_payment_portal" },
{ "key": "Create Payslip(with Unpaid Status) In STudent & Payment Portal", "value": "No", "short_name": "payslip_student_payment_portal" },
{ "key": "Quick Collection Reciept Type", "value": "A5 Single", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "A4 Double Copy", "short_name": "qc_reciept_type" },
{ "key": "Quick Collection Reciept Type", "value": "58MM POS", "short_name": "qc_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A5 Single", "short_name": "sp_reciept_type" },
{ "key": "Student Portal Payment Portal Reciept Type", "value": "A4 Double Copy", "short_name": "sp_reciept_type" },
]
}'
{}