I am looking for help in setting up an API that looks at Unit4 Financials by Coda and their API’s / WSDL’s?
Not entirely sure where to start…
I am looking for help in setting up an API that looks at Unit4 Financials by Coda and their API’s / WSDL’s?
Not entirely sure where to start…
Short answer is with the API documentation from the supplier for the specific API you want to consume.
If you have never used Postman before, you should also head over to the Learning Centre.
Learning Center | Postman Learning Center
I would also recommend the “Postman Training” links under Resources.
You can no longer earn badges, but I would recommend the “Galaxy APIs 101” course first as it gets you used to the application features.
Then the “Galaxy Testing and Automation” course which teaches you how to assert the responses.
If the API is using WSDL’s. It means that the API is SOAP/XML based, so you will need to look that up to understand it properly. Postman is just a tool, if you don’t understand the basic concepts, then you will struggle.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.