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

<GetNewStudentCourseFeeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
  <Code>String</Code>
  <Year>String</Year>
</GetNewStudentCourseFeeData>
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length

<CourseFeeData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FeesInformationService.WebService">
  <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>