The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /json/reply/Funds HTTP/1.1
Host: services.prismalife.com
Content-Type: application/json
Content-Length: length
{"login":{"username":"String","password":"String"},"identifier":{"productKey":"00000000000000000000000000000000","avbKey":"00000000000000000000000000000000"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"funds":[{"wkn":"String","isin":"String","fundName":"String","riskClassNo":0,"srri":0,"morningStarSecId":"String","downloadLink":"String","kiiD_Link":"/Document/KIID/String/String/KIID_String_String","isESG":false,"esG_FactSheet_Link":"String","fundType_EU_SFDRId":"String","fundType_EU_SFDRName":"String","morningstarCategoryId":"String","morningstarCategoryName":"String","taxonomyCompliancePercentage":0,"sustainableInvestmentPercentage":0,"paI_Consideration":false,"languageKey":"String"}],"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String"}]}}