Create Application

This endpoint creates an insurance application.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≤ 100

Partnership Product Id given to partner.

string
required
length ≤ 140

Unique identifier from the partner, this must be unique per application.

number
≥ 0

Amount of insurance premium paid in IDR.

number
≥ 0

Amount of admin fee paid in IDR.

date-time
required

Timestamp indicating when the booking created (ISO 8601 format with timezone).

date-time

Date time indicating insurance coverage started (ISO 8601 format with timezone).

date-time

Date time indicating insurance coverage ended (ISO 8601 format with timezone).

string
required
length ≤ 100

Full name of the contact order.

string
required
length ≤ 100

Email address of the contact order.

string
required
length ≤ 20

Phone Number of the contact order, format +[countryCode][phoneNo] e.g. +62817654321.

string
required
length ≤ 100

Ticket ID or itinerary ID.

passengers
array of objects
required
length ≤ 20

Passengers under the same order ID. Refer to Passenger Object. Max 20 passengers.

passengers*
trips
array of objects
required
length ≤ 10

List of trips included under the same order ID. A single trip may consist of at least 1 leg for transit flight, for trains this consist of 1 leg. Max 10 trips.

trips*
string
required
length ≤ 20

Type of the trip:

  • One-way,
  • Round-trip,
  • Multiple stops,
  • Smart trip
  • Other, please specify
origin
object
required

Location origin.

destination
object
required

Location destination.

overrideNotificationUrl
object

Override Notification URL.

number
required
≥ 0

Total price paid after discount for all passengers, trips, add-ons, and taxes (exclude premium) in IDR, amount >= 0.

number
required
≥ 0

Total discount in IDR, amount >= 0.

additionalParameters
object

Extra parameters applicable to the product. The expected fields depend on the product ID.

Response

Language
Credentials
Basic
base64
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json