POST Assistance/GetLoanType

Request Information

URI Parameters

None.

Body Parameters

loantypefilter
NameDescriptionTypeAdditional information
modeofstudy

integer

None.

levelofstudy

integer

None.

localoroverseas

integer

None.

institute

globally unique identifier

None.

race

string

None.

Request Formats

application/json, text/json

Sample:
{
  "modeofstudy": 1,
  "levelofstudy": 2,
  "localoroverseas": 3,
  "institute": "40e1a208-d874-4151-9a0e-5febf3dc9b5f",
  "race": "sample string 5"
}

application/xml, text/xml

Sample:
<loantypefilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Caresenz.Model.Assistance">
  <institute>40e1a208-d874-4151-9a0e-5febf3dc9b5f</institute>
  <levelofstudy>2</levelofstudy>
  <localoroverseas>3</localoroverseas>
  <modeofstudy>1</modeofstudy>
  <race>sample string 5</race>
</loantypefilter>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.