getAaaRatingWithHistory
TEST request - https://in.bisnode.ee/rest_dev/getAaaRatingWithHistory
getAaaRatingWithHistory
Query Parameters
Name
Type
Description
{
"aaa_rating": {
"operation_rating": {
"code": "A-EST",
"status": "Established",
"color": "green",
"description": null
},
"background_rating": {
"code": "D-POSI",
"status": "Positive",
"color": "green",
"description": null
},
"finance_rating": {
"code": "F-GOOD",
"status": "Good",
"color": "green",
"description": null
},
"atp_rating": {
"code": "A-NONE",
"status": "Not negative",
"color": "green",
"description": null
},
"aaa_rating": {
"code": "AA",
"status": "Good Creditworthiness",
"color": "green",
"description": null
},
"credit_limit": {
"code": 111111.9,
"status": "111112 EUR",
"color": "green",
"description": null
}
},
"aaa_rating_history":
{
"id": "1111",
"company_id": "1111",
"operation_rating": "A-EST",
"background_rating": "D-POSI",
"finance_rating": "F-GOOD",
"atp_rating": "A-NONE",
"aaa_rating": "AA",
"credit_limit": "111111",
"end_date": null,
"log": "log",
"created_at": "2017-10-02 22:07:48",
"updated_at": "2018-01-18 15:11:06"
}
}Last updated