Using DSS API to perform a data extraction for 0#USDSBQLZ=R using the following request but get an error: Using API on Python
The response error I get is:
Out[24]: b'{"error":{"message":"Malformed request payload: For the property name \\"IdentifierList\\" in the JSON request the value could not be parsed successfully. Please check the casing or spelling of the property."}}'
Please help. This is new user on Trial.
Could you provide full request message?
Anyway, the issue might be the same as this question. The @odata.type position is strict. It must before other parameters. The OrderedDict from collections should be used.