POST api/UMANG/umang_get_rcdetails

Documentation for 'umang_get_rcdetails'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Statecode": "sample string 1",
  "Districtcode": "sample string 2",
  "rationCard_no": "sample string 3",
  "hofnName": "sample string 4",
  "hofName": "sample string 5",
  "fatherName": "sample string 6",
  "Gender": "sample string 7",
  "Dob": "sample string 8",
  "Aadhaar_no": "sample string 9",
  "beneficiary_consent": "sample string 10",
  "transactionToken_no": "sample string 11",
  "accessToken_no": "sample string 12"
}

application/xml, text/xml

Sample:
<UmangRequestModelGetRC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Umang">
  <Aadhaar_no>sample string 9</Aadhaar_no>
  <Districtcode>sample string 2</Districtcode>
  <Dob>sample string 8</Dob>
  <Gender>sample string 7</Gender>
  <Statecode>sample string 1</Statecode>
  <accessToken_no>sample string 12</accessToken_no>
  <beneficiary_consent>sample string 10</beneficiary_consent>
  <fatherName>sample string 6</fatherName>
  <hofName>sample string 5</hofName>
  <hofnName>sample string 4</hofnName>
  <rationCard_no>sample string 3</rationCard_no>
  <transactionToken_no>sample string 11</transactionToken_no>
</UmangRequestModelGetRC>

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 'UmangRequestModelGetRC'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "rationCard_no": "sample string 1",
  "transactionToken_no": "sample string 2",
  "OutputFile": "sample string 3",
  "fileName": "sample string 4",
  "fileSize": "sample string 5",
  "Filetype": "sample string 6",
  "lastUpdated_datetime": "sample string 7",
  "Status": "sample string 8",
  "Remarks": "sample string 9"
}

application/xml, text/xml

Sample:
<UmangResponseGetRC xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLL.Umang">
  <Filetype>sample string 6</Filetype>
  <OutputFile>sample string 3</OutputFile>
  <Remarks>sample string 9</Remarks>
  <Status>sample string 8</Status>
  <fileName>sample string 4</fileName>
  <fileSize>sample string 5</fileSize>
  <lastUpdated_datetime>sample string 7</lastUpdated_datetime>
  <rationCard_no>sample string 1</rationCard_no>
  <transactionToken_no>sample string 2</transactionToken_no>
</UmangResponseGetRC>