POST api/Bajaj/saveIntimationDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
surveyorClaimIntimation
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "intimationId": "sample string 1",
  "applicationNumber": "sample string 2",
  "landRecord_no": "sample string 3",
  "insuredArea": "sample string 4",
  "mobileNo": "sample string 5",
  "crop": "sample string 6",
  "affectedArea": "sample string 7",
  "accountNo": "sample string 8",
  "bankName": "sample string 9",
  "bankBranch": "sample string 10",
  "causeOfLoss": "sample string 11",
  "dateOfLoss": "sample string 12",
  "stringval1": "sample string 13",
  "stringval2": "sample string 14",
  "lossPercent": "sample string 15",
  "reason": "sample string 16",
  "postHarvestlosstype": "sample string 17",
  "postHarvestDate": "sample string 18",
  "sowingDate": "sample string 19"
}

text/html

Sample:
{"intimationId":"sample string 1","applicationNumber":"sample string 2","landRecord_no":"sample string 3","insuredArea":"sample string 4","mobileNo":"sample string 5","crop":"sample string 6","affectedArea":"sample string 7","accountNo":"sample string 8","bankName":"sample string 9","bankBranch":"sample string 10","causeOfLoss":"sample string 11","dateOfLoss":"sample string 12","stringval1":"sample string 13","stringval2":"sample string 14","lossPercent":"sample string 15","reason":"sample string 16","postHarvestlosstype":"sample string 17","postHarvestDate":"sample string 18","sowingDate":"sample string 19"}

application/xml, text/xml

Sample:
<SurveyorClaimIntimation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <accountNo>sample string 8</accountNo>
  <affectedArea>sample string 7</affectedArea>
  <applicationNumber>sample string 2</applicationNumber>
  <bankBranch>sample string 10</bankBranch>
  <bankName>sample string 9</bankName>
  <causeOfLoss>sample string 11</causeOfLoss>
  <crop>sample string 6</crop>
  <dateOfLoss>sample string 12</dateOfLoss>
  <insuredArea>sample string 4</insuredArea>
  <intimationId>sample string 1</intimationId>
  <landRecord_no>sample string 3</landRecord_no>
  <lossPercent>sample string 15</lossPercent>
  <mobileNo>sample string 5</mobileNo>
  <postHarvestDate>sample string 18</postHarvestDate>
  <postHarvestlosstype>sample string 17</postHarvestlosstype>
  <reason>sample string 16</reason>
  <sowingDate>sample string 19</sowingDate>
  <stringval1>sample string 13</stringval1>
  <stringval2>sample string 14</stringval2>
</SurveyorClaimIntimation>

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Error_Code": 1,
  "Error_Message": "sample string 2",
  "intimateStatus": "sample string 3"
}

text/html

Sample:
{"Error_Code":1,"Error_Message":"sample string 2","intimateStatus":"sample string 3"}

application/xml, text/xml

Sample:
<IntimationStatusResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeatherInsuranceCCEWebAPIServices.Models">
  <Error_Code>1</Error_Code>
  <Error_Message>sample string 2</Error_Message>
  <intimateStatus>sample string 3</intimateStatus>
</IntimationStatusResponse>