How to send multi-dimensional array with "API by Pabbly"

auguk

Member
Hello,

I am working on this automation:
https://connect.pabbly.com/workflow/mapping/IjM0MDQ4OSI_3D

I need to send a multidimensional array to Vendus Api, and I am using "API by Pabbly" integration.

API by pabbly.jpg


Here is an example of what PHP Array Vendus API is expecting:
https://www.vendus.pt/ws/v1.1/documents.doc
> see example for the Create (POST) call explanation.

My question to you is:

How can I pass the multi-dimensional array values?

E.g. 2-dimensions for "client"

2 dimensions.png



Also 3-dimensions array for "payments" and "items"?

3 dimensions.png




How shall I write these values in the "Set Parameters" fields?


set parameters.png.jpg



Thank you very much for your help in advance.
 

Pabbly

Administrator
Staff member
Consider using Custom POST Request as shown below for your requirment. Let us know if that works for you.

1650889253684.png
 
Top