Function /buyer/rating
Function invocation
https://json.aftermarket.pl/buyer/rating
Function description
It gets buyer rating information.
Input parameters
This function takes the following input parameters:
Parameter | Type | Required | Default value | Description |
---|---|---|---|---|
buyerId | string | "" | Buyer identifier, if empty then rating for logged user will be returned |
Return value
Buyer rating information (structure with the following fields):
Field name | Type | Description |
---|---|---|
buyerId | string | Buyer identifier |
string | User nick (deprecated, value is given in 'buyerId' field) | |
paid | integer | Number of domains that have been paid within last 6 months |
integer | Number of paid domains where no other offers were made (deprecated and unused) | |
integer | Number of paid domains on auctions with other offers (deprecated and unused) | |
rating | integer | Rating value |
registered | integer | User registration time as Unix timestamp (year and month only) |
unpaid | integer | Number of domains that have been unpaid within last 6 months |
integer | Number of unpaid domains where no other offers were made (deprecated and unused) | |
integer | Number of unpaid domains on auctions with more offers (deprecated and unused) |