Sana Assistant (online)
Table of Contents

PunchoutPricesRequestContext reference

This article provides reference material about PunchoutPricesRequestContext record.

PunchoutPricesRequestContext record contains information needed to handle the prices request. It is available as a parameter in the OnPricesRequestReceivedAsync method of punchout extension.

Properties

PunchoutPricesRequestContext record

Request

The current HTTP request.

Response

The HTTP response.

GetPricesAsync

The delegate to retrieve prices. Extension should call this method and pass an instance of PunchoutPricesLoadOptions. The method returns an instance of PunchoutPricesResponse.

See also