POST api/Insurance/PriceList

Search for an insurance product price list/ init insurance page

Request Information

URI Parameters

None.

Body Parameters

Insurance search request object

InsurancePriceListRequest
NameDescriptionTypeAdditional information
UserCurrencyCode

The user pre-defined ISO 4217 currency code (USD/EUR/ILS/...)

string

Required

Max length: 3

UserLanguageCode

The user pre-defined ISO 639-1 language code(en/he/...)

string

Required

Max length: 2

SourceReservationSystemIdentifier

The source system identifier(WEB-IL/WEB-US/WEB-UK/...)

string

Max length: 20

UserName

The provided user name.

string

Required

Salt

A random number(at least 9 digits)

integer

Required

Digest

A digest of the user credentials and the request

string

Required

Request Formats

application/json, text/json

Sample:
{
  "UserCurrencyCode": "ILS",
  "UserLanguageCode": "he",
  "SourceReservationSystemIdentifier": null,
  "UserName": "GTP",
  "Salt": 962402951,
  "Digest": "Fkup8ZRQ53/BdLjWT192O0+rzMuXSPGJjBTOfwnX+ay+noHAIial7dczo9DhI/sRtUvh7eiGYXHVW6St8UnlMQ=="
}

application/xml, text/xml

Sample:
<InsurancePriceListRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" UserName="GTP" Salt="962402951" Digest="Fkup8ZRQ53/BdLjWT192O0+rzMuXSPGJjBTOfwnX+ay+noHAIial7dczo9DhI/sRtUvh7eiGYXHVW6St8UnlMQ==">
  <UserCurrencyCode>ILS</UserCurrencyCode>
  <UserLanguageCode>he</UserLanguageCode>
</InsurancePriceListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Insurance search response object

InsurancePriceListResponse
NameDescriptionTypeAdditional information
OriginAvailableCountryCode

a list of all the origion countries supported an insurance product

Collection of string

None.

InsuranceProgramIdentifier

The identifier of the insurance program in the reservation system

string

None.

Description

A discription of the insurance policy (user language)

string

None.

InsuranceTerms

The terms of the insurance (user language)

string

None.

AdditionalInfoLink

A link to view policy details (usally PDF)

string

None.

Currency

The ISO 4217 currency code (USD/EUR/ILS/...)

string

None.

DisplayCurrency

The ISO 4217 currency code (USD/EUR/ILS/...)

string

None.

Success

Indicate if the operation was success

boolean

None.

Message

Return of errors or indicated return message/data

string

None.

Extra1

Additional info 1 to return

string

None.

Extra2

Additional info 2 to return

string

None.

Extra3

Additional info 3 to return

string

None.

Response Formats

application/json, text/json

Sample:
{
  "OriginAvailableCountryCode": [
    "IL"
  ],
  "InsuranceProgramIdentifier": "594",
  "Description": "ביטוח לבריאים בלבד שלא נוטלים תרופות, ללא אשפוז בחצי שנה האחרונה וללא הריון ( הביטוח כולל כבודה, כיסול לטלפון סלולרי,הטסה רפואית ועוד(.",
  "InsuranceTerms": "הביטוח נועד לישראלים בלבד.",
  "AdditionalInfoLink": "http://travelm.amsalem.com/Insurance/CPB.PDF",
  "Currency": "USD",
  "DisplayCurrency": "ILS",
  "Success": true,
  "Message": null,
  "Extra1": null,
  "Extra2": null,
  "Extra3": null
}

application/xml, text/xml

Sample:
<InsurancePriceListResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Success>true</Success>
  <OriginAvailableCountryCode>
    <string>IL</string>
  </OriginAvailableCountryCode>
  <InsuranceProgramIdentifier>594</InsuranceProgramIdentifier>
  <Description>ביטוח לבריאים בלבד שלא נוטלים תרופות, ללא אשפוז בחצי שנה האחרונה וללא הריון ( הביטוח כולל כבודה, כיסול לטלפון סלולרי,הטסה רפואית ועוד(.</Description>
  <InsuranceTerms>הביטוח נועד לישראלים בלבד.</InsuranceTerms>
  <AdditionalInfoLink>http://travelm.amsalem.com/Insurance/CPB.PDF</AdditionalInfoLink>
  <AgePricing>
    <InsuranceAgePrice>
      <MinAge>0</MinAge>
      <MaxAge>17</MaxAge>
      <Price>1.54</Price>
      <PriceInDisplayCurrency>10.78</PriceInDisplayCurrency>
    </InsuranceAgePrice>
    <InsuranceAgePrice>
      <MinAge>17</MinAge>
      <MaxAge>60</MaxAge>
      <Price>2.2</Price>
      <PriceInDisplayCurrency>8.8</PriceInDisplayCurrency>
    </InsuranceAgePrice>
    <InsuranceAgePrice>
      <MinAge>61</MinAge>
      <MaxAge>75</MaxAge>
      <Price>2.4</Price>
      <PriceInDisplayCurrency>9.6</PriceInDisplayCurrency>
    </InsuranceAgePrice>
  </AgePricing>
  <Additions>
    <InsuranceAddition>
      <ServiceCode>LAPTOP</ServiceCode>
      <ServiceName>Laptop</ServiceName>
      <ServiceNameLocalized>מחשב נישא</ServiceNameLocalized>
      <DatePicking>false</DatePicking>
      <StartDate>2025-04-26T00:03:30.4863191+00:00</StartDate>
      <EndDate>2025-04-26T00:03:30.4863191+00:00</EndDate>
      <Note1>LaptopType</Note1>
      <Note2>LaptopYear</Note2>
      <PriceForDay>
        <ClientPrice>2</ClientPrice>
        <PriceInDisplayCurrency>8</PriceInDisplayCurrency>
      </PriceForDay>
    </InsuranceAddition>
    <InsuranceAddition>
      <ServiceCode>SKI</ServiceCode>
      <ServiceName>Winter Sport(SKI)</ServiceName>
      <ServiceNameLocalized>ספורט חורף(סקי)</ServiceNameLocalized>
      <DatePicking>true</DatePicking>
      <StartDate>2025-04-26T00:03:30.4863191+00:00</StartDate>
      <EndDate>2025-04-26T00:03:30.4863191+00:00</EndDate>
      <PriceForDay>
        <ClientPrice>1</ClientPrice>
        <PriceInDisplayCurrency>4</PriceInDisplayCurrency>
      </PriceForDay>
    </InsuranceAddition>
    <InsuranceAddition>
      <ServiceCode>CHALANGE</ServiceCode>
      <ServiceName>Challanging Sport</ServiceName>
      <ServiceNameLocalized>ספורט אתגרי</ServiceNameLocalized>
      <DatePicking>false</DatePicking>
      <StartDate>2025-04-26T00:03:30.4863191+00:00</StartDate>
      <EndDate>2025-04-26T00:03:30.4863191+00:00</EndDate>
      <PriceForPeriod>
        <ClientPrice>15</ClientPrice>
        <PriceInDisplayCurrency>60</PriceInDisplayCurrency>
      </PriceForPeriod>
    </InsuranceAddition>
    <InsuranceAddition>
      <ServiceCode>COMPETITION</ServiceCode>
      <ServiceName>Competition Sport</ServiceName>
      <ServiceNameLocalized>ספורט תחרותי</ServiceNameLocalized>
      <DatePicking>true</DatePicking>
      <StartDate>2025-04-26T00:03:30.4863191+00:00</StartDate>
      <EndDate>2025-04-26T00:03:30.4863191+00:00</EndDate>
      <PriceForDay>
        <ClientPrice>2.2</ClientPrice>
        <PriceInDisplayCurrency>8.8</PriceInDisplayCurrency>
      </PriceForDay>
    </InsuranceAddition>
    <InsuranceAddition>
      <ServiceCode>DIVING</ServiceCode>
      <ServiceName>Diving</ServiceName>
      <ServiceNameLocalized>צלילה</ServiceNameLocalized>
      <DatePicking>true</DatePicking>
      <StartDate>2025-04-26T00:03:30.4863191+00:00</StartDate>
      <EndDate>2025-04-26T00:03:30.4863191+00:00</EndDate>
      <PriceForDay>
        <ClientPrice>4.5</ClientPrice>
        <PriceInDisplayCurrency>18</PriceInDisplayCurrency>
      </PriceForDay>
    </InsuranceAddition>
  </Additions>
  <Currency>USD</Currency>
  <DisplayCurrency>ILS</DisplayCurrency>
</InsurancePriceListResponse>