Flex API & AI Automation - Reservations / Bookings / Inventory Check?

Comments

2 comments

  • Norm Schaeffer

    I am beginning to start work on a similar project. The API appears to have a number of good methods for use. The tough part about it so far is figuring out what methods generate what information. (Right now I am pulling my information by using the backup history and writing SQL queries against it, so I'm always 24 hours behind) I believe using the API will provide the real-time information I need.

    Do you have rights to use the API and have you generated an authorization code to get into the Swagger UI / playground?

    Specifically, I'm working on a lightweight warehouse location app for our staff. Eventually it will also have pricing information for our owner to use for on-the-road estimates.

    If you send an email to norm@inspirmedia.com, I'll provide a document which lists some notes and methods I'm exploring.

    Thanks.

    2
    Comment actions Permalink
  • Reid Strange

    One thing I've found really helpful while building things using the Flex API is that the Flex 5 UI actually uses the API to retrieve data and perform actions while you're using the UI.  So for example, if you're looking for the endpoints that are related to Inventory, you might be able to find what you're looking for by opening Flex in your browser, opening your browser's dev tools, and then watching the network activity while you perform actions related to the information you're trying to get.  (I haven't used the API for inventory-related tasks just yet, so I don't know which endpoints would be useful for you off the top of my head.)

    4
    Comment actions Permalink

Please sign in to leave a comment.