Sana Assistant (online)
Table of Contents

PunchoutInvoicesRequestContext reference

This article provides reference material about PunchoutInvoicesRequestContext record.

PunchoutInvoicesRequestContext record contains information needed to handle the invoices request. It is available as a parameter in the OnInvoicesRequestReceivedAsync method of punchout extension.

Properties

PunchoutInvoicesRequestContext record

Request

The current HTTP request.

Response

The HTTP response.

GetInvoicesAsync

The delegate to retrieve invoices. Extension should call this method and pass an identifier of order which invoices should be retrieved from the ERP and the method returns an enumerable of instances of PunchoutInvoice.

See also