Does REST API "Update Landing Page Template Content by Id" still work? | Community
Skip to main content
March 30, 2016
Solved

Does REST API "Update Landing Page Template Content by Id" still work?

  • March 30, 2016
  • 3 replies
  • 2175 views

I tried to make use of the PHP sample snippet on Update Landing Page Template Content by Id » Marketo Developers​ with substituting my REST API URL, client_id, client_secret, and a simple template file. It simply produces bool(false) as a result.

When I used a slightly different equivelent, I found that my REST call results in... object(stdClass)#3 (3) { ["requestId"]=> string(16) "e714#153c7bf644f" ["success"]=> bool(false) ["errors"]=> array(1) { [0]=> object(stdClass)#4 (2) { ["code"]=> string(3) "611" ["message"]=> string(12) "System error" } } }

What's up with the mysterious error code 611?

// Victor

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by

It was a simple programming error on my part. All is well in the world. Thanks!

3 replies

April 1, 2016

Interestingly, the C# snippet works like a charm; as a "Console Application" created using Visual Studio 2015 in Windows 8.1

Kenny_Elkington
Adobe Employee
Adobe Employee
April 7, 2016

I responded on StackOverflow as well, but could you provide what exactly you're posting?  You can just add some debug statements inside the postData for $url and $this->content?  Please redact your access token as well.

April 7, 2016

I shall endeavour to do this ASAP, thanks!

Accepted solution
April 8, 2016

It was a simple programming error on my part. All is well in the world. Thanks!