CompanyLevelDocumentAIFeedbackInstructionRequestDto
scopestringrequired
The scope of the feedback, indicating whether it applies to the entire document or a specific rule. Possible values: Company, Vendor, Buyer
Example:
Vendor
feedbackTextstringrequired
Feedback text provided by the user regarding the OCR result.
Possible values: >= 10 characters
and <= 1000 characters
Example:
Split lines by quantity
userIdstringnullable
Optional user identifier for the feedback. This can be used to associate the feedback with a specific user or role.
Possible values: <= 100 characters
Example:
UserId
CompanyLevelDocumentAIFeedbackInstructionRequestDto
{
"scope": "Vendor",
"feedbackText": "Split lines by quantity",
"userId": "UserId"
}