Delivery Note Internal
AI Pedant Document Service API (proto file)
This document describes the gRPC API defined in the document_service.proto file for document-related internal communication functionalities.
Dependencies
google/protobuf/empty.proto: Used for empty response messages.
Services
The DeliveryNoteInternalService offers gRPC methods for updating delivery notes.
Functions:
UpdateDN: Updates a delivery note with the provided information.
Messages
UpdateDNRequest:
deliveryDate: Delivery date.deliveryNumber: Delivery number.customerNumber: Customer number.orderNumber: Order number.orderDate: Order date.recipientInfo: Recipient information.recipientName: Recipient name.recipientAddress: Recipient address.vendorInfo: Vendor information.vendorName: Vendor name.vendorAddress: Vendor address.costCenter: Cost center.subsequent: Subsequent cost.status: Status of the delivery note.
DNStatus:
processing: Delivery note is being processed.failed: Delivery note processing failed.uploaded: Delivery note has been uploaded.reviewed: Delivery note has been reviewed.exported: Delivery note has been exported.rejected: Delivery note has been rejected.archived: Delivery note has been archived.