I’m trying to Create an Appointment Using Post. I have tried the ‘Try’ feature on that page with every conceivable input permutation. It always returns ‘0’ no response from server. From my app I get ‘400’ Bad Request.
From my app I have tried putting the access token in the query string ‘?access_token=’ as well as in the ‘Authorization’ header. I can GET and PUT without issue.
{“contact_id”:17,“description”:“Cutout stuff on the laser.”,“end_date”:“2020-02-07T17:00:00.000Z”,“location”:“Shop”,“remind_time”:0,“start_date”:“2020-02-07T20:00:00.000Z”,“title”:“Laser Shenanigans”,“user”:1}
.Status.Code=400
.Status.Text=BadRequest
.ErrorString=WEX: ProtocolError The remote server returned an error: (400) Bad Request.
Any help would be appreciated.