Hi Michael! Thanks you! I'll test it. Best
On Tue, Aug 26, 2014 at 3:43 PM, Michael Kondratov < [email protected]> wrote: > Fred, > You could put the names into a URL parameter then process it in the create > section of rest controller. > Michael Kondratov > Aspire Auctions, Inc. > www.aspireauctions.com > 216-231-5515 > > On Aug 26, 2014, at 3:39 PM, Fred Opims <[email protected]> wrote: > > Hi Paul! > Hi Michael! > Thank you all for your responses. > By multiples entries, i mean multiples post request to create an entity. > For example, to create one entity with HTTP Client, i'm doing as shown in > this image: > -Creating one entity User with the body {"name":"Fred"}. > > <Screen Shot 2014-08-26 at 3.25.41 PM.png> > > But if i need to create 100 Users entities, i need to change the body 100 > times in HTTP client which is not optimal. > {"name":"Freddy"}, > {"name":"Eric"} > {"name":"Andre"} > ... > {"name":"Pascal"} > > Is there a way to create these 100 users in one time by putting theses 20 > post in a file or somewhere else ? > > Thank you. > > Fred > > > On Tue, Aug 26, 2014 at 12:49 PM, Paul Yu <[email protected]> wrote: > >> Fred >> >> What do you mean my multiple entries? Multiple master objects? or >> Master->>Detail objects? >> >> Paul >> On Aug 26, 2014, at 11:07 AM, Michael Kondratov < >> [email protected]> wrote: >> >> It could be possible by creating a custom Rest parser. >> >> Michael Kondratov >> Aspire Auctions, Inc. >> 216-231-5515 >> >> On Aug 26, 2014, at 7:50 AM, Fred Opims <[email protected]> wrote: >> >> Hello! >> I'm using ERRest and to create an entry, I'm using the POST HTTP method >> with JSON format. >> Is there a way to create multiple entries in one time with curl or any >> other http client ? >> >> Thank you! >> >> Best! >> >> Fred >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> >> https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com >> >> This email sent to [email protected] >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Webobjects-dev mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/webobjects-dev/pyu%40mac.com >> >> This email sent to [email protected] >> >> >> > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > > https://lists.apple.com/mailman/options/webobjects-dev/michael%40aspireauctions.com > > This email sent to [email protected] > > >
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
