HTTP + JSV
The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST /jsv/reply/FundRequest HTTP/1.1
Host: ratingsapi.citywireinsight.com
Content-Type: text/jsv
Content-Length: length
{
ISIN: String,
AuthorizationInfo:
{
GroupIDs:
[
0
],
Inserted: 0001-01-01,
Hosts:
[
String
],
Notes: String,
Expiration: 0001-01-01,
Application:
{
ID: 00000000000000000000000000000000,
Name: String
},
Key: 00000000000000000000000000000000,
HostsOverride: False
},
Width: 0,
ApiKey: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
ISIN: String,
Managers:
[
{
FirstName: String,
LastName: String,
ID: 0,
Rating:
{
RatingValue: 0,
Description: String,
ImageSrc: String,
Disclaimer: String
}
}
],
SummaryDisclaimer: String,
RatingDate: 0001-01-01,
PublishDate: 0001-01-01
}