I receive 404 - NotFound every time I try to create a new course offer like:
{"Name":"COURSE-0001 (107664) My Course", "Code":"107664", "Path":"/content/course_offer/107664/", "CourseTemplateId":10889, "SemesterId":47878, "StartDate":"2015-02-02T06:00:00Z", "EndDate":"2015-07-14T05:00:00Z", "LocaleId":null, "ForceLocale":false, "ShowAddressBook":true}
Posted to: /d2l/api/lp/1.4/courses/
I was assuming it was because I was passing a null for LocaleId but I have no idea. The course template id and semester id are both valid. 404 isn't exactly the most friendly error message. Where do I go from here to track down this issue?