n4.cuwo.messages.printbusinessdocument.PrintBusinessDocumentOperation
The PrintBusinessDocumentOperation
message is used to trigger the printing of a business document by referencing the business entity the document belongs to and the document type.
The message has the following structure:
{
"@type": "n4.cuwo.messages.printbusinessdocument.PrintBusinessDocumentOperation",
"id": "...",
"businessEntity": { ... },
"documentType": { ... },
"printerType": { ... }
}
The various member provide the information necessary for the operation:
id
- The ID of the operation. Will be used as part of the acknowledgement and result messagesbusinessEntity
- ABusinessEntityReference
specifying the business entity whose document to printdocumentType
- The type of document to print. Available types are specific to each type of business entity.printerType
- The type of printer to print the document on.