Fees Information Services

<back to all web services

Search

The following routes are available for this service:
GET/search

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/Search HTTP/1.1 
Host: az-uat-gw-feesintegration.uwe.ac.uk 
Content-Type: text/jsv
Content-Length: length

{
	Start: 0,
	ResultsPerPage: 0,
	NewStudent: False,
	Cohort: String,
	Year: String,
	FeeStatus: String,
	Level: String,
	Faculty: String,
	SearchText: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Total: 0,
	Results: 
	[
		{
			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
		}
	]
}