POST api/RFCoreAPI/GetDemandByOraganizationId

Documentation for 'GetDemandByOraganizationId'.

Request Information

Parameters

NameDescriptionAdditional information
demandData
Documentation for 'demandData'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "ORGANIZATIONID": 1,
  "COLLEGE_NAME": "sample string 2",
  "RECIEPTTYPE": "sample string 3",
  "PAYMENTTYPE": "sample string 4",
  "PROGRAMNAME": "sample string 5",
  "SEMESTER": "sample string 6",
  "DEGREENAME": "sample string 7",
  "BRANCHNAME": "sample string 8"
}

application/xml, text/xml

Sample:
<RFCoreAPIController.DemandDcrFromBody xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RFCampus_WebAPI.Controllers">
  <BRANCHNAME>sample string 8</BRANCHNAME>
  <COLLEGE_NAME>sample string 2</COLLEGE_NAME>
  <DEGREENAME>sample string 7</DEGREENAME>
  <ORGANIZATIONID>1</ORGANIZATIONID>
  <PAYMENTTYPE>sample string 4</PAYMENTTYPE>
  <PROGRAMNAME>sample string 5</PROGRAMNAME>
  <RECIEPTTYPE>sample string 3</RECIEPTTYPE>
  <SEMESTER>sample string 6</SEMESTER>
</RFCoreAPIController.DemandDcrFromBody>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'FormUrlEncodedMediaTypeFormatterTracer' to write type 'DemandDcrFromBody'.