Announcement

Collapse
No announcement yet.

Creating multiple records in one POST call

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating multiple records in one POST call

    Hi,
    I have been trying to use POST with a json array to create multiple entries at once, but I always get an 400 error. Is that normal?

    I tried something as simple as
    Code:
    [{"name":"Name1"},{"name":"name2"}]
    I also tried:
    Code:
    { "list":[
    {"name":"name1"},
    {"name":"name2"}
    ],
    "total":2
    }
    But even that did not work.
    Thanks.

  • #2
    Yes it is normal, there is no such api as I know !
    CEO & Founder of Eblasoft.
    Professional EspoCRM development & extensions.

    Comment

    Working...
    X