rcklewis

Comments

  • With auto assignment it would make things easier to assign the request type to a specific tech, only issue from our group is that there are multiple people in my team's "tech group" and auto assign is only set for our group as a whole by our WHD admin (hard set on this function by the higher ups, will not change). As for…
  • Try this and see if it works. Powershell is VERY picky about the syntax. $json=@" { "clientTech": { "id": "3", "type": "Tech", "displayName": "Tech Name", } } "@ Invoke-RestMethod -Uri "Helpdesk api stuff" -Method PUT -Body $json -ContentType "application/json"