I'm having a weird issue with a restlet. I have se...
# suitetalkapi
m
I'm having a weird issue with a restlet. I have setup my post function as postRecord and the get function as getRecord. In each function I have an audit log that respectively shows which function is being hit. When I send a POST request to the restlet, the get function is logging the data. Can anyone help me figure out how that might be happening? My connection is configured using oAuth 2.0, I'm not sure if that's part of the issue or not, but I know it's a newer feature so I thought it would be worth mentioning.
UPDATE: In case others run in to this issue, I updated the integration record to use both restlets and res web services saved that update and got a new token and things seemed to start working. Not sure if that is a 100% fix, but hopefully this will help someone.