I have been getting this error when trying to POST data from Teamdesk into Manager:
System.ArgumentException: The value 'employee-form' is not a valid GUID.
Please provide a valid GUID in the correct format, for example: 'FA896E59-5EAF-450E-AA6B-E2321D96026B'. (Parameter 'input')
at Manager.GuidExtensions.ToGuid(String input) in /home/runner/work/Manager/Manager/Manager/GuidExtensions.cs:line 20
at ManagerServer.HttpHandlers.Api2.Api2.ProcessRequest() in /home/runner/work/Manager/Manager/ManagerServer/HttpHandlers/Api2/Api2.cs:line 330
This is the full request:
I don’t see anything wrong with the url, and I have tried the request elsewhere and it works no problem.
See this earlier post:
