Adding tokens to a program using REST API
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.json
Payload:
name=Test 1(Updated)&tokens:[{"name":"Subject","value":"Test Email"},{"name":"FromEmail","value":"nilesh@homeunion.com"},{"name":"FromName","value":"Nilesh D"}]
Thanks
Nilesh