When we pass array of objects in request by post it gives error
I pass the data in this format:
{
"data": [
{
"journalTemplateName": "GENERAL",
"lineNumber": 154,
"journalBatchName": "DEFAULT"
},
{
"journalTemplateName": "GENERAL",
"lineNumber": 155,
"journalBatchName": "DEFAULT"
}
]
}
but gives error:
{
"error": {
"code": "BadRequest",
"message": "Invalid Request Body CorrelationId: a196f7c9-c767-4783-9ac9-be3c6b885184."
}
}