Unable to create custom object through Marketo UI and REST API
Hi,
I am trying to create the Custom Object from UI but unable to get the options for it. As per the online documents, custom object can be created from
"Click Admin, and in the tree, select Database Management > Marketo Custom Objects."
But we are not getting Database Management option on UI. Do we need extra permissions to view this option?.
We have marketo test instance and having Admin user role. Can able to create the Custom fields but not custom objects.
As per the developer link, "You must contact Marketo Consulting Services to enable this feature for your account prior to use." (Marketo REST APIs: Custom Objects » Marketo Developers )
So do we need to raised extra request to activate this feature?
Also tried to create custom object from REST API
URL: https://748-QNP-012.mktorest.com/rest/v1/customobjects.json
Method: POST
Request Body:
{
"action":"createonly",
"name":"customeobject_new",
"input":
[
{
"displayname":"BMW"
}
]
}
but here also getting message as
code: "605"
message: "Request method 'POST' not supported"
Any pointers will be helpful to us to move further
Thanks