Running the command "$Body = New-AutotaskBody -Resource TimeEntries" gives the error "New-AutotaskBody : Getting object failed: The remote server returned an error: (404) Not Found."
Creating the body in powershell directly and then running "New-AutotaskAPIResource -Resource TimeEntries -Body $Body" fails with the same error.
I have reproduced this on 2 devices, while it works on another 2. One of the ones that's not working is Azure Automate and I've tried powershell 5.1 as well as 7.2 with the same results in Azure. I've tried forcefully uninstalling and re-installing the module on my local computer.
Running the command "$Body = New-AutotaskBody -Resource TimeEntries" gives the error "New-AutotaskBody : Getting object failed: The remote server returned an error: (404) Not Found."
Creating the body in powershell directly and then running "New-AutotaskAPIResource -Resource TimeEntries -Body $Body" fails with the same error.
I have reproduced this on 2 devices, while it works on another 2. One of the ones that's not working is Azure Automate and I've tried powershell 5.1 as well as 7.2 with the same results in Azure. I've tried forcefully uninstalling and re-installing the module on my local computer.