2 hours ago
I'm using the UKG Pro (SOAP) connector, Delete Record action and keep getting this 415 error. I've done a ton of troubleshooting with my inputs, e.g. varying date formats, employee number vs employee id, yes vs true for the boolean fields - all with no change.
I looked into the source code to see what line is throwing the error, but I'm not sure what it means.
The connector action says that it requires 'delete' permission for the Terminate Employee service, but my site admin confirmed that delete isn't an available option for any service account, and the account has all available permissions granted, so I don't think that's the culprit.
Any suggestions or guidance is appreciated! If anyone has worked with this UKG Pro connector specifically, I'd be grateful for any advice. I haven't worked with SOAP before. Thank you!
2 hours ago
Screenshots:
2 hours ago
Since it's a POST, I'm assuming the endpoint is expecting a JSON. But dig doesn't result in a JSON, it results in a single value.
{"hello":"pal"}.dig("hello")
## outputs => "pal"Can you provide a sample payload of what the API is expecting?