Quality

qualityAnalysis

put

This method provides the quality analysis result for a given transaction.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

Body
Responses
200

OK

application/json
put
/people/transactions/{tguid}/qualityAnalysis

unassignPendingEnroll

delete

This method removes the assignment of a user to quality analysis.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

Responses
delete
/people/transactions/{tguid}/qualityAnalysis/users

assignPendingEnroll

put

This method assigns a quality analysis operation to a given user.

Path parameters
tguidstringRequired

Global unique ID of the transaction.

userNamestringRequired

ID of the user.

Responses
200

OK

*/*
Responseobject
put
/people/transactions/{tguid}/qualityAnalysis/users/{userName}

Last updated

Was this helpful?