sree
08/17/2022, 9:38 PMBad Request","status":400,"o:errorDetails":[{"detail":"Invalid value for the resource or sub-resource field 'line'. Provide a valid value.","o:errorPath":"line","o:errorCode":"INVALID_VALUE"}]}
What does this mean - Invalid value for the resource or sub-resource field 'line'
Here is what I am passing -
body=json.dumps({
"externalid":"sree",
"subsidiary":{"id":"1"},
"memo":"sree testing",
"transdate":"2022-08-17",
"tranid":"sree",
"line":{"count":1,
"items":{
"account":"sree",
"credit":200}
}
})
battk
08/17/2022, 9:39 PMbattk
08/17/2022, 9:40 PMbattk
08/17/2022, 9:41 PMsree
08/17/2022, 9:42 PMsree
08/17/2022, 11:13 PM