PunchoutImportOrderRequestContext reference
This article provides reference material about PunchoutImportOrderRequestContext
record.
PunchoutImportOrderRequestContext
record contains information needed to handle the import order request.
It is available as a parameter in the OnImportOrderRequestReceivedAsync
method of punchout extension.
Properties
Request
The current HTTP request.
Response
The HTTP response.
ImportOrderAsync
The delegate to import order. Extension should call this method and pass an instance of PunchoutOrderInput with order information that should be created in the ERP and the method returns an instance of PunchoutOrder with information of created order in the ERP.