POST api/Mobile_LoanAddEdit

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
objMobile_LoanAddEdit
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "loanid": 1,
  "schoolid": 2,
  "loantype": 3,
  "loanamount": "sample string 4",
  "Purposeofloan": "sample string 5",
  "fullname": "sample string 6",
  "fathername": "sample string 7",
  "mothername": "sample string 8",
  "currentaddress": "sample string 9",
  "emailid": "sample string 10",
  "primarymobile": "sample string 11",
  "schoolName": "sample string 12",
  "schooladdress": "sample string 13",
  "schoolemailid": "sample string 14",
  "schoolNo": "sample string 15",
  "bankname": "sample string 16",
  "IFSCCode": "sample string 17",
  "accountno": "sample string 18",
  "studentid": 19,
  "schooltypeid": 20,
  "loanstatus": 21
}

text/html

Sample:
{"loanid":1,"schoolid":2,"loantype":3,"loanamount":"sample string 4","Purposeofloan":"sample string 5","fullname":"sample string 6","fathername":"sample string 7","mothername":"sample string 8","currentaddress":"sample string 9","emailid":"sample string 10","primarymobile":"sample string 11","schoolName":"sample string 12","schooladdress":"sample string 13","schoolemailid":"sample string 14","schoolNo":"sample string 15","bankname":"sample string 16","IFSCCode":"sample string 17","accountno":"sample string 18","studentid":19,"schooltypeid":20,"loanstatus":21}

application/xml, text/xml

Sample:
<Mobile_LoanAddEdit xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/preschoolwebservicewebapi.Models">
  <IFSCCode>sample string 17</IFSCCode>
  <Purposeofloan>sample string 5</Purposeofloan>
  <accountno>sample string 18</accountno>
  <bankname>sample string 16</bankname>
  <currentaddress>sample string 9</currentaddress>
  <emailid>sample string 10</emailid>
  <fathername>sample string 7</fathername>
  <fullname>sample string 6</fullname>
  <loanamount>sample string 4</loanamount>
  <loanid>1</loanid>
  <loanstatus>21</loanstatus>
  <loantype>3</loantype>
  <mothername>sample string 8</mothername>
  <primarymobile>sample string 11</primarymobile>
  <schoolName>sample string 12</schoolName>
  <schoolNo>sample string 15</schoolNo>
  <schooladdress>sample string 13</schooladdress>
  <schoolemailid>sample string 14</schoolemailid>
  <schoolid>2</schoolid>
  <schooltypeid>20</schooltypeid>
  <studentid>19</studentid>
</Mobile_LoanAddEdit>

application/x-www-form-urlencoded

Sample:

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