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 .xml suffix or ?format=xml

HTTP + XML

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

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

<Search xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
  <Cohort>String</Cohort>
  <Faculty>String</Faculty>
  <FeeStatus>String</FeeStatus>
  <Level>String</Level>
  <NewStudent>false</NewStudent>
  <ResultsPerPage>0</ResultsPerPage>
  <SearchText>String</SearchText>
  <Start>0</Start>
  <Year>String</Year>
</Search>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CourseFeeSearchResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
  <Results>
    <CourseFeeData>
      <Code>String</Code>
      <Cohort>String</Cohort>
      <Faculty>String</Faculty>
      <FullTimeHomeELQ>0</FullTimeHomeELQ>
      <FullTimeHomeEU>0</FullTimeHomeEU>
      <FullTimeHomePer15Credits>0</FullTimeHomePer15Credits>
      <FullTimeHomePlacement>0</FullTimeHomePlacement>
      <FullTimeInternational>0</FullTimeInternational>
      <FullTimeInternationalPer15Credits>0</FullTimeInternationalPer15Credits>
      <FullTimeInternationalPlacement>0</FullTimeInternationalPlacement>
      <FullTimeOffShore>0</FullTimeOffShore>
      <FullTimeOffShorePlacement>0</FullTimeOffShorePlacement>
      <HomeNotes>String</HomeNotes>
      <InternationalNotes>String</InternationalNotes>
      <IsHomeAvailable>false</IsHomeAvailable>
      <IsInternationalAvailable>false</IsInternationalAvailable>
      <IsNewStudent>false</IsNewStudent>
      <IsOffshoreAvailable>false</IsOffshoreAvailable>
      <Level>String</Level>
      <PartTimeHomeEU>0</PartTimeHomeEU>
      <PartTimeHomeEUPer15Credits>0</PartTimeHomeEUPer15Credits>
      <PartTimeInternational>0</PartTimeInternational>
      <PartTimeInternationalPer15Credits>0</PartTimeInternationalPer15Credits>
      <PartTimeOffShorePer15Credits>0</PartTimeOffShorePer15Credits>
      <StudentFeeID>String</StudentFeeID>
      <Title>String</Title>
      <Year>String</Year>
    </CourseFeeData>
  </Results>
  <Total>0</Total>
</CourseFeeSearchResponse>