{
"expAccountMvcDTOS": [
{
"invoiceId": "string",
"invoiceClassify": "string",
"orderInfoSerialNum": 0
}
],
"personCode": "string",
"flag": "string",
"purchaseType": "string"
}
curl --location --request POST '/app/exp/delExpAccounting' \
--header 'Content-Type: application/json' \
--data-raw '{
"expAccountMvcDTOS": [
{
"invoiceId": "string",
"invoiceClassify": "string",
"orderInfoSerialNum": 0
}
],
"personCode": "string",
"flag": "string",
"purchaseType": "string"
}'
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}