Error Calling REST API
Summary
Having difficulties posting data to Visual builderContent
Im attempting to post invoice data to my Visual builder business object.
I've used a 3rd party application to successfully define the JSON object and posted said object to my visual builder data table. I can even get the data from the 3rd party application so I know it's been successfully posted, plus I can view the data in my business object.
However when I attempt to use the REST api connection within my integration i get a 404 not found error code.
Did I mess up my JSON definition? or my adapter configuration? or both?
0