{
"total_records": 2,
"list_data": [
{
"id": 0,
"branchid": 1,
"branchname": "Main Branch",
"donedate": "2025-06-16",
"next_paymentdate": "2025-07-13",
"paid_date": "2025-06-16",
"payment_type": "Cash",
"createdby_id": 1,
"createdby_name": "Admin",
"modifiedby_id": 1,
"modifiedby_name": "Manager",
"paid_amnt": 150,
"discount": 15,
"remarks": "Full payment received",
"servicetype": "SR/HW/SW"
}
]
}
curl --location --request POST '/vds_app/payment_details/save_update_paymentdetails' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"total_records": 2,
"list_data": [
{
"id": 0,
"branchid": 1,
"branchname": "Main Branch",
"donedate": "2025-06-16",
"next_paymentdate": "2025-07-13",
"paid_date": "2025-06-16",
"payment_type": "Cash",
"createdby_id": 1,
"createdby_name": "Admin",
"modifiedby_id": 1,
"modifiedby_name": "Manager",
"paid_amnt": 150,
"discount": 15,
"remarks": "Full payment received",
"servicetype": "SR/HW/SW"
}
]
}'
{}