For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
204

Deleted

*/*
objectOptional
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

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

Last updated

Was this helpful?