PxPlus User Forum

Main Board => Discussions => Off Topic => Topic started by: edjack on October 11, 2018, 10:33:28 AM

Title: ITACIT interface
Post by: edjack on October 11, 2018, 10:33:28 AM
Has anyone done any integration with the ITACIT information system.
They use a REST interface to upload data.

Title: Re: ITACIT interface
Post by: Mike King on October 12, 2018, 08:15:14 AM
You should be able to use the *plus/web/request to submit requests to their service if they are using REST.  The challenge is knowing the correct URL and parameters to send along with formatting/parsing any data which likely will be JSON or XML -- both of which PxPlus has built-in generators/parsers for.