Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Thank you. This has been very helpful. To recap:A custom object must be defined/approved in the UI before I am able tocreate them or update them via the API. <> *Danielle Laforte| Sales Engineer*danielle@cloud-elements.comCloud Elements | www.cloud-elements.com3001 Brighton Blvd #642 Denver, CO 8021...
Yes, that is right. I'd like to define a whole new custom object that hasnot been defined/approved in the Marketo Admin area. Is that possible todo completely via the API?Also, if I were to add it just to the lead, as you say first, is thatpossible as well via just the API?
Thank you Erik, but I don't think I'm asking this correctly.The CreateOnly seems to only create one if the definition has already been made in the UI first.I get an error if the custom object was not already defined in the UI:{ “requestId”: “161bd#160230393df”, “success”: false, “errors”: [...
Is it possible that there is no way to create the custom object definition via the API?
the docs give this but this seems to only be for updating a custom object. Does anyone know how to create a custom object (that did not exist before) via the API?http://developers.marketo.com/rest-api/lead-database/custom-objects/#create_and_update 456789101112131415161718192021222324252627{ "act...