POST restservice with collection instead of a single object

2
I am currently using the rest service from the appstore, my POST service request that I am trying to use requires me to supply an array/list of items to POST. Looking through the actions provided by the rest service module, I can only seem to find a post method which sends a single object. Is there a method in this module which exists where I can POST a list of objects?
asked
1 answers
0

Hey Christopher,

I am not sure if it is the same problem, but I have sent a string array in a REST POST by creating a new association between the parent object to the Primitive object in the REST module. Then before making the REST webservice call I create the needed Array by making a primitive object for each entry and linking this to the parent object.

Regards, Ralph

answered