The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/Funds HTTP/1.1
Host: services.prismalife.com
Content-Type: text/jsv
Content-Length: length
{
login:
{
username: String,
password: String
},
identifier:
{
productKey: 00000000000000000000000000000000,
avbKey: 00000000000000000000000000000000
}
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}
]
}
}