POST api/Insurance/plandetails

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
travelPlanUser
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
[
  {
    "TransactionId": "sample string 1",
    "CountPlan": 2,
    "Plan": "sample string 3"
  },
  {
    "TransactionId": "sample string 1",
    "CountPlan": 2,
    "Plan": "sample string 3"
  },
  {
    "TransactionId": "sample string 1",
    "CountPlan": 2,
    "Plan": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTravelPlanUser xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <TravelPlanUser>
    <TransactionId>sample string 1</TransactionId>
    <CountPlan>2</CountPlan>
    <Plan>sample string 3</Plan>
  </TravelPlanUser>
  <TravelPlanUser>
    <TransactionId>sample string 1</TransactionId>
    <CountPlan>2</CountPlan>
    <Plan>sample string 3</Plan>
  </TravelPlanUser>
  <TravelPlanUser>
    <TransactionId>sample string 1</TransactionId>
    <CountPlan>2</CountPlan>
    <Plan>sample string 3</Plan>
  </TravelPlanUser>
</ArrayOfTravelPlanUser>

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 'List`1'.