POST api/Insurance/plandetails
No documentation available.
Request Information
Parameters
Name | Description | Additional 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: