Overview
The documentation provided here can be used by existing clients and partners integrated with Blackhawk Network's Hawk Marketplace SOAP web service.
SOAP Support
SOAP is not supported for new client integrations. If you're looking to start a new integration please see our REST documentation.
Existing clients with a SOAP integration will continue to be supported at this time.
Methods
There is a single method available to submit XML files for processing via the Hawk Marketplace SOAP web service.
SubmitFile - Submit XML file to the server.
Calling Syntax
Return String=SubmitFile(_UserName As string, _Password As string, _Data As string, _FileFormat As FormatType, _FileType As GPPFileType,_QuoteID As string, _ApplicationId As string) As string
Updated 4 months ago