Skip to content

Structure "Offer owner rating"

This structure describes the rating of the owner of an offer. It can be found in the "Offer owner" structure under the name rating.

Field description

Name Description Data type Required
positiveCommentCount Number of positive opinions. Number +
negativeCommentCount Number of negative opinions. Number +

Sample

{
    "positiveCommentCount": 136,
    "negativeCommentCount ": 0
}