ABVendorEvaluationAPI web service

This web service provides methods used by ClaimCenter to communicate with ContactManager about service provider performance review information.

This web service provides the following methods:

Method

Parameters

Description

addNewReviewSummary

reviewInfo – The new review summary, an ABVendorEvaluationAPIReviewSummary object. The review summary sent to ContactManager must not have a LinkID set.

Adds a new review summary based on the ABVendorEvaluationAPIReviewSummary object passed in.

Returns the created review summary, an ABVendorEvaluationAPIReviewSummary object, complete with LinkID.

deleteReviewSummary

linkID – The LinkID of the review summary as a String.

Deletes the review summary that has the passed-in LinkID.

Returns a Boolean indicating if the review summary was successfully deleted.

updateReviewScoresForContact

linkID – The LinkID of the associated vendor contact, as a String.

Updates the scores for all the reviews for the contact whose LinkID is passed in.

Returns an int indicating the current score.