Create a callout rating

Creates the overall post-callout rating for a completed callout. The response wrapper is calloutRatingPostResult.

Authentication

AuthorizationBearer

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

Request

This endpoint expects an object.
calloutIdintegerRequired
ratingintegerRequired1-5
additionalDetailsstringOptional
customerAllowedToBeContactedbooleanOptional

Response

Successful.
calloutRatingPostResultobject

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error