Table of Contents

GetOrderConfirmation Procedure

Codeunit WS Sales Document API

Gets the Order Confirmation report saved as a PDF.

Signature

GetOrderConfirmation(SystemId: Text; SystemReferenceId: Text; DocumentNo: Code[20]) PDFAsBase64: Text

Parameters

SystemId Text

The code of the External System. This External System must be configured in BC.

SystemReferenceId Text

A unique external Id that identifies this order in the External System.

DocumentNo Code[20]

The Document No. of the Sales Order.

Returns

Text

The Order Confirmation report saved as a PDF, encoded as Base64.

This documentation is generated from Spider v27.2