Returns a paginated list of customer ratings.
RESPONSE
[
{
"CustomerRatingID": 3232,
"TransactionID": 2321321,
"CustomerID": 2323,
"DateTime": "2017-09-23T12:23:23",
"Rating": 4,
"Comment": null,
"Source": null
}
]
Returns a single customer rating.
RESPONSE
{
"CustomerRatingID": 3232,
"TransactionID": 2321321,
"CustomerID": 2323,
"DateTime": "2017-09-23T12:23:23",
"Rating": 4,
"Comment": null,
"Source": null
}
Returns a single new customer rating.
RESPONSE
{
"CustomerRatingID": 3232,
"TransactionID": 2321321,
"CustomerID": 2323,
"DateTime": "2017-09-23T12:23:23",
"Rating": 4,
"Comment": null,
"Source": null
}
Returns a single updated customer rating.
RESPONSE
{
"CustomerRatingID": 3232,
"TransactionID": 2321321,
"CustomerID": 2323,
"DateTime": "2017-09-23T12:23:23",
"Rating": 4,
"Comment": null,
"Source": null
}