Skip to main content
Javier_Sanchez1
Level 2
April 12, 2019
Question

Setting Program Cost via API does not update Cost

  • April 12, 2019
  • 0 replies
  • 909 views

we are trying to update the Cost following this API definition:

http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updateProgramUsingPOST

But the results come back unchanged. We submitted cost json object as follows:

{
"costs": [
{
"cost": 952,
"note": "test",
"startDate": "2019-01-01"
}
],
"costsDestructiveUpdate": true
}

but the results that came back showed no update.

Any help understanding what we should do differently?

http://developers.marketo.com/rest-api/endpoint-reference/asset-endpoint-reference/#!/Programs/updateProgramUsingPOST

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