POST api/RFCoreAPI/GetDcrByOraganizationId
Documentation for 'GetDcrByOraganizationId'.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
dcrData | Documentation for 'dcrData'. |
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: