Send booking feedback
Your accountant adjusts an account or VAT code on the proposal. Product-wise the ledger stays yours; Docpier records the correction. Architecturally this is a batch POST of complete booking resources keyed by bookingJobId, not by a Docmind documentId.
HTTP status is 200; each item has SUCCESS or ERROR.
/api/docbooks/v1/feedbackresourceId is the Docbooks bookingJobId (not a Docmind
documentId). resource is the complete corrected area, same
shape as the GET.
Authentication
AuthorizationstringheaderrequiredBearer token with scope docbooks.bookings.
Body
dataFeedbackItem[]bodyrequiredOne to 100 items. resourceId must be unique in the batch.
data[].resourceIdstringbodyrequiredbookingJobId from submit / GET.
data[].resourceobjectbodyrequiredComplete corrected booking payload.
data[].reasonsFieldReason[]bodyOptional per-field codes (MISSING, INCORRECT_VALUE, OTHER, and the other
values on the released enum).
Schema: Docbooks API reference (Feedback). Docmind extraction feedback is a different POST — Send extraction feedback.