Need more info or you couldn't find what you were looking for, let us know by sending an email to: support@dancik.com.

RADAR Web Services

Web services provide access to the RADAR database. Gaining access to this information allows you to write your own programs to manipulate and save information, outside of the RADAR portal. Using these web services you can extract the requested information and then save it in numerous formats such as a spreadsheet, PDF, or XML. You could even build your own interface similar to RADAR.

Using these web services does require some programming knowledge. Being knowledgeable of XML and/or JSON is very helpful.

getSalesAnalysisData

getInvoice - Returns Invoice Info

sendInvoice - Email Invoice

sendOrder - Email Order

Security

Dancik authorized WebServices utilize Basic Authentication for security, configured in your Apache server.  This explains the  gray login box that asks for your iSeries' User and Password before entering an application.  What this means is that to properly utilize the Dancik authorized WebServices, your 3rd party application must adhere to the use of Basic Authentication, else the Apache server will not grant acceptance to the application.   This security message was installed so that the iSeries user can be maintained for use within each WebService, for Control User validation.

There are steps to avoiding the gray login box, and that is to associate the user/password on each webservice call. Click here for more information.