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:
VendorfeedbackTextstringrequired
Feedback text provided by the user regarding the OCR result.
Possible values: >= 10 characters and <= 1000 characters
Example:
Split lines by quantityuserIdstringnullable
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:
UserIdCompanyLevelDocumentAIFeedbackInstructionRequestDto
{
"scope": "Vendor",
"feedbackText": "Split lines by quantity",
"userId": "UserId"
}