Hello Fellow Creators,
I am trying to link my “blackbox” API to my WIX Collection to update/populate the data fields so that users can search for available staff to fill shifts or hire as a contractor under their own ABN. as well as adding a “shopping cart” so we can update staff availability as they are hired, let back into the open market or decide to remove themselves from availability. this needs to be a two way street so that as the WIX data collection is updated so will the “blackbox”. The way the API is designed (for security reasons) does not have a central “table” with all the information rather a collection of “tables” that are parsed to create a version of JSON. I have tested if I can even “get” the JSON and read it in the console, yes I can get the JSON and see it in console. however every attempt to then post from the JSON to the internal WIX data collection is met with either an error or nothing at all.
if anyone has any ideas on how to best rectify the situation I would be most appreciative.
Thank you in advance.