{
"total_count": 0,
"total_amount": 0,
"total_discount": 0,
"software_amount": 0,
"software_discount": 0,
"hardware_amount": 0,
"hardware_discount": 0,
"service_amount": 0,
"service_discount": 0,
"list_payment_type": [
{
"enumname": "SW",
"name": "Software amount"
}
],
"list_payment_master": [
{
"id": 1,
"branch_id": 0,
"branch_name": "",
"done_date": "",
"remarks": "",
"created_by": 0,
"modify_by": 0,
"amount": 0,
"discount": 0,
"p_type": "HW"
}
]
}
curl --location --request POST '/vds_app/payment_master/save_update_payment_master' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"total_count": 0,
"total_amount": 0,
"total_discount": 0,
"software_amount": 0,
"software_discount": 0,
"hardware_amount": 0,
"hardware_discount": 0,
"service_amount": 0,
"service_discount": 0,
"list_payment_type": [
{
"enumname": "SW",
"name": "Software amount"
}
],
"list_payment_master": [
{
"id": 1,
"branch_id": 0,
"branch_name": "",
"done_date": "",
"remarks": "",
"created_by": 0,
"modify_by": 0,
"amount": 0,
"discount": 0,
"p_type": "HW"
}
]
}'
{}