Ratings

Defines a possible rating that a credit agency can issue.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
int32

RatingId is the unique identifying number for records within the Rating table, and is of data type int. RatingId serves as the primary key for the table, and each RatingId record is unique and cannot be duplicated.

string
required
length between 1 and 32

RatingAgencyId is an nvarchar field in the Rating table with a maximum length of 32 characters. This field stores identification numbers for rating agencies assigned to ratings in the table. Ratings are used to give an overall score to certain entities such as companies, products, movies, etc.

string
required
length between 1 and 256

This field, called Description, is an nvarchar field that can store up to 256 characters of text in a table called Rating. This field is used to store a brief description of the rating that has been given.

string
required
length between 1 and 16

The LongTerm field in the Rating table is a nvarchar data type field with a maximum length of 16 characters. It stores information related to the long-term trend of the rating under consideration.

string
required
length between 1 and 16

The ShortTerm field of type nvarchar (maximum length of 16) in the Rating table is used to store short-term ratings given by customers or employees. These ratings will provide insight into overall customer satisfaction or employee performance.

int32

The Sequence field in the Rating table is an integer data type that is used to store the order of ratings from the most recent to the oldest. This allows for data to be pulled from the database in sequential order.

string | null

Miscellaneous notes and information for the entry or record.

Headers
string
enum
Defaults to application/json;odata.metadata=minimal;odata.streaming=true

Generated from available request content types

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!