v1

latestOpenAPI 3.0.1Proprietary2026-07-146923125.8 KB
Customer Review

Submit a new Comment

post/comment

Request body

idinteger
selfstring
userNamestring

The username of the commenting User

realNamestring

The real name of the commenting User

ratinginteger

Product rating

commentstring

The actual comment

datestring date-time

Comment date

availableOperationsstring[]

Example request

{
  "self": "subscription/123",
  "product": {
    "url": "resourceName/ID"
  }
}

Response

Created

idinteger
selfstring
userNamestring

The username of the commenting User

realNamestring

The real name of the commenting User

ratinginteger

Product rating

commentstring

The actual comment

datestring date-time

Comment date

availableOperationsstring[]

Example response

{
  "self": "subscription/123",
  "product": {
    "url": "resourceName/ID"
  }
}