{
"list_save_data": [
{
"id": 0,
"donedate": "",
"country_id": 1,
"doneby_id": 1,
"ob": 1000,
"sale_value": 8500,
"expense_value": 6000,
"profit_value": 2500,
"profit_company": 1500,
"profit_to_s_holder": 1000,
"remarks": "January profit summary"
}
]
}curl --location --request POST '/vds_app/profit_analysis/save_profit_analysis' \
--header 'Authorization: vimpapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"list_save_data": [
{
"id": 0,
"donedate": "",
"country_id": 1,
"doneby_id": 1,
"ob": 1000,
"sale_value": 8500,
"expense_value": 6000,
"profit_value": 2500,
"profit_company": 1500,
"profit_to_s_holder": 1000,
"remarks": "January profit summary"
}
]
}'{}