Hi everyone,
I'm trying to make a Data Action for updating our internal Master DNC List.
I really thought POST was the way to go, however, If I use the POST method, then I got a 400 malformed error.
If I use PATCH /api/v2/outbound/dncLists/${input.dncListId}/phonenumbers this works fine.
If I use POST /api/v2/outbound/dncLists/${input.dncListId}/phonenumbers then I get a 400 malformed syntax error
Execute: The request could not be understood by the server due to malformed syntax.
- REST call for action execute failed. Message: Request to backend service failed. Response from web service: {"message":"The request could not be understood by the server due to malformed syntax.","code":"bad.request","status":400,
For those that have worked with Data Actions, Is PATCH the preferred way ? I just really thought I was supposed to use POST, but I can't seem to get that to work.
Thanks in advance for any advice you have,
Bill W
#API/Integrations#Outbound------------------------------
William Wyszomirski
Application Administrator
------------------------------