Fees Information Services

<back to all web services

GetNewStudentCourseFeeData

The following routes are available for this service:
GET/newstudentcoursefees/{Code}/{Year}

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

HTTP + JSV

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

POST /jsv/reply/GetNewStudentCourseFeeData HTTP/1.1 
Host: az-uat-gw-feesintegration.uwe.ac.uk 
Content-Type: text/jsv
Content-Length: length

{
	Code: String,
	Year: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
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
}