API payload for checklist not passing

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tonytulak
    Junior Member
    • Jun 2023
    • 3

    API payload for checklist not passing

    Hi. I'm trying to pass a checklist from a form into Epso via API. The payload I'm passing to Epso is in the following in text format but it's not accepting it. Can anyone help?!?! Is this the correct format? I don't see any other details in the API doc.


    "products": [

    "Life",

    "Education",

    "Mortgage",

    "Health & Dental",

    "Home & Auto",

    "Will",

    "RDSP",

    "Disability"

    ]
  • yuri
    Member
    • Mar 2014
    • 8455

    #2
    Passing an array should work. Maybe you didn't wrap the JSON with {...}.
    If you find EspoCRM good, we would greatly appreciate if you could give the project a star on GitHub. We believe our work truly deserves more recognition. Thanks.

    Comment

    Working...