API Create Constituent - POST to CRM/Constituents/Snapshot

Not sure if this is the right place to post, but...

I've done various things with Tessitura's API, including GETS and POST etc... POSTS I've done to Custom/Execute for hitting my stored procedures. The REST client testing site is great for the Custom/Execute, because is gives me a JSON sample of how to structure the POST. I'm not finding the same kind of help for how to structure the JSON for POST to CRM/Constituents/Snapshot.

I simply want to create a constituent from an electronicAddress... so maybe this is better: CRM/Constituents/Detail

Regardless, I only want to send in an email. Can anybody give me some sample JSON that should work? I'm getting an error such as:

stdClass Object ( [success] => [status] => Bad Request [error] => [ { "Code": "FIELD_CANNOT_BE_NULL", "Description": "Field 'constituentSnapshot' cannot be null or empty."

Is it something like this:

{
  "constituentSnapshot": {
    "electronicAddress": "billy.jack@gmail.com"
    }
}

Thanks!

Jason

Parents Reply Children
No Data