File input request:
curl -X POST https://api-eit.refinitiv.com/permid/match/file -H “Content-Type: multipart/form data” -H “x-openmatch-numberOfMatchesPerRecord: 1” -H “x-openmatch-datatype: Organization” -H “X-AG-Access-Token: A4ZnGkgtybkFYwh3rPaPAGyTw0694FzN” -F file=@OrgRecords.csv
I am getting following error message
{“error”: {“status”: {
“code”: “500”
“errorCode”: “Server Error”
“errorDescription”: “java.lang.NullPointerException”
}}}