The following are sample HTTP requests and responses.
The placeholders shown need to be replaced with actual values.
POST //reservations/create_from_assignments HTTP/1.1
Host: api.lsu.abodehms.com
Accept: application/json
Content-Type: application/json
Content-Length: length
{"termId":0,"reserveDt":"0001-01-01T00:00:00.0000000","overrideWarnings":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"result":{"reservationId":0,"studentId":0,"bedId":0,"termId":0,"appId":0,"mealPlanId":0,"roomRateId":0,"reserveStatus":"String","selfReserved":false,"expectedArrivalDt":"0001-01-01T00:00:00.0000000","reserveAsSingle":false,"locked":false,"requiresApproval":false,"approved":false,"approvalReason":"String","approvedBy":"String","approvedDt":"0001-01-01T00:00:00.0000000","requiresConfirm":false,"confirmed":false,"confirmedBy":"String","confirmedDt":"0001-01-01T00:00:00.0000000","comments":"String","createdDt":"0001-01-01T00:00:00.0000000","createdBy":"String","lastModifiedDt":"0001-01-01T00:00:00.0000000","lastModifiedBy":"String"},"responseStatus":{"errorCode":"String","message":"String","stackTrace":"String","errors":[{"errorCode":"String","fieldName":"String","message":"String","meta":{"String":"String"}}],"meta":{"String":"String"}}}