Create a callout rating item

Creates or updates a per-item rating against an existing overall callout rating. The response wrapper is calloutRatingItemResults.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
calloutRatingIdintegerRequired
The ID returned when the overall callout rating was submitted.
ratingItemDescriptionstringRequired

The rating item being scored (from the rating-items catalogue).

ratingItemIdintegerOptional

Optional catalogue rating-item ID (from the rating-items catalogue).

ratingItemstringOptional

Optional rating-item key.

sentimentstringOptional

Sentiment for the item, e.g. positive or negative.

Response

Successful.
calloutRatingItemResultsobject

Errors

400
Bad Request Error
401
Unauthorized Error