Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Tried setting endDate using following payload but it doesn't seem to be updating endDate. There is no endDate in the response and tried approving after that but I am getting "709 - Unable to approve program"costs=[{"startDate":"2019-05-15","endDate":"2019-05-15","cost":2000}]&costsDestructiveUpdate=...
Hi,I am trying to schedule a program using REST api after cloning it using an API call. The update operation is successful but I don't see the start date populated on the front-end. Can programs be scheduled and sent out using REST API? Here is the end point I am using:https://456-QRK-012.mktorest.c...
Hi,I am trying to update a program using REST api. The api call seems to be working because program name does get updated but tokens are not getting added. Is there any issue with way I am sending token information?URL: https://456-QRK-012.mktorest.com/rest/asset/v1/programs.jsonPayload:name=Test 1...