What is the best way todo call REST POST?

0
I'm trying to connect to the REST API of Moneybird to generate an invoice. I've made a JSON_structure and an Export_mapping: Now I want to test it with some test data, so I created a microflow. But what is the best way to define the (test) data for the Call REST (POST)?
asked
2 answers
2

You would have to use the Create Object action, to create all 4 objects, and link them together, by assigning them as values for the associations. Then you can pass the parent object, GenerateInvoice, to your Rest call action.

answered
0

See https://developer.moneybird.com/

When you get an developer account you can test your call against a test environment.

Regards,

Ronald

 

answered