Few mins back I was trying to make api post method request thru MVC5 Application URL: https://api.constantcontact.com/v2/emailmarketing/campaigns/1129304050440/schedules?api_key=8d6pv****jb7gax****v7fne My request body was like such below: "{\"scheduled_date\" : \"2017-12-01T17:50:31Z\"}" and I received an error like below: {StatusCode: 400, ReasonPhrase: 'Bad Request', Version: 1.1, Content: System.Net.Http.StreamContent, Headers: { X-Mashery-Responder: prod-j-worker-us-east-1e-130.mashery.com Connection: keep-alive Date: Fri, 01 Dec 2017 17:48:18 GMT Server: Apache Content-Length: 115 Content-Type: application/json; charset=UTF-8 }} I could not understand what mistake did I made, would any one suggest me whats going wrong there
... View more