Methods

  • get - Get Review (Single)
  • get - Get Reviews (Multiple)
  • post - Create Review
  • put - Update Review

Properties

{
    "customer": {
        "customerId": "int64",
        "customerName": "string"
    },
    "dateAdded": "string",
    "id": "int64",
    "languageId": "int64",
    "lastModified": "string",
    "productid": "int64",
    "rating": "int64",
    "readCount": "int64",
    "text": "string"
}
{
    "customer": {
        "customerId": 1,
        "customerName": "Ester Tester"
    },
    "dateAdded": "2016-01-03 12:07:30",
    "languageId": 2,
    "lastModified": "2016-05-18 15:20:03",
    "productId": 4,
    "rating": 5,
    "readCount": 8,
    "text": "This is an example review text!"
}
Name Type Description Additional
customer object GXReviewCustomer Required
customer.customerId int64 Optional , read only.
customer.customerName string Required
dateAdded string Required
id int64 Optional , read only.
languageId int64 Required
lastModified string Required
productid int64 Optional
rating int64 Required
readCount int64 Required
text string Required