Fees Information Services

<back to all web services

GetStudentCourseFeeData

The following routes are available for this service:
GET/studentcoursefees/{Id}

To override the Content-type in your clients HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/reply/GetStudentCourseFeeData HTTP/1.1 
Host: coursefeeservice.uwe.ac.uk 
Content-Type: application/json
Content-Length: length

{"Id":"String"}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"StudentFeeID":"String","Code":"String","Title":"String","Faculty":"String","Level":"String","Cohort":"String","Year":"String","FullTimeHomeEU":0,"FullTimeHomeELQ":0,"FullTimeHomePlacement":0,"FullTimeHomePer15Credits":0,"PartTimeHomeEUPer15Credits":0,"PartTimeHomeEU":0,"FullTimeOffShore":0,"FullTimeOffShorePlacement":0,"PartTimeOffShorePer15Credits":0,"FullTimeInternational":0,"FullTimeInternationalPlacement":0,"PartTimeInternational":0,"PartTimeInternationalPer15Credits":0,"FullTimeInternationalPer15Credits":0,"HomeNotes":"String","InternationalNotes":"String","IsNewStudent":false,"IsHomeAvailable":false,"IsInternationalAvailable":false,"IsOffshoreAvailable":false}