KelvinTegelaar / AutotaskAPI

Autotask 2020.2 REST API PowerShell wrapper
https://cyberdrain.com
MIT License
67 stars 25 forks source link

[BUG] Contacts not valid for New or Set commands. #27

Closed DaPandaMan closed 2 years ago

DaPandaMan commented 3 years ago

The "Contacts" resource is not valid for New-AutoTaskAPIResource or Set-AutoTaskAPIResource

If you attempt to use "Contacts" as the resource parameter for either command, it returns a server 404 error. If you attempt to use "Contacts" as the resource parameter for New-AutoTaskBody, it will respond with Valid parameters, and Contacts is not listed.

"Contacts" does work as a valid resource parameter for Get-AutotaskAPIResource. From what I can tell, I don't think the POST information is listed correctly in the V1.json

Thanks!

KelvinTegelaar commented 3 years ago

Yup! Requested an update at Autotask for this. ETA is the next minor release.