POST api/Bajaj/getIntStatus?intimationNo={intimationNo}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
intimationNo
No documentation available.

Define this parameter in the request URI.

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>