Skip to main content

Quote Event Host Cancellation Insurance

POST 

/v1/quote/event-host-cancellation

Quote Event Host Cancellation Insurance

Request

Body

required
    customer object
    email_address emailrequired
    state string

    2-character state code. Either state or postal_code is required when requesting a quote.

    country string

    Possible values: >= 2 characters and <= 2 characters, [US, CA]

    Default value: US

    2-character country code

    postal_code string

    Either state or postal_code is required when requesting a quote.

    first_name stringrequired
    last_name stringrequired
    phone_number string
    street string
    city string
    metadata object
    property name* string
    policy_attributes objectrequired
    number_of_events int32

    Possible values: >= 1

    contact object

    Contact information regarding policy if policy is being purchased on behalf of the policy holder.

    name stringrequired
    email_address string
    phone_number string
    quote_id string

    Reference an existing quote. Only required if attempting to update an existing quote.

    partner_id uuid

    This field overrides the partner associated with the policy. This is not required as we typically retrieve the partner information off of the provided credentials.

    email_quote boolean

    Default value: false

    Send an email to the customer with the quote and option to purchase. Not required.

Responses

Quote updated

Schema
    policy_holder object
    first_name string
    last_name string
    email_address string
    phone_number string
    customer object
    email_address emailrequired
    street string
    city string
    state_object object
    id uuidnullable
    name string
    abbreviation string
    country string
    default_timezone_offset string
    state object
    id uuidnullable
    name string
    abbreviation string
    country string
    default_timezone_offset string
    postal_code string
    country string
    premium_amount int64

    Possible values: >= 50

    The premium amount of the policy. This is typically considered a sub-total. Use total for charging payment methods and displaying amounts to the user.

    policy_number string
    policy_documents object[]
  • Array [
  • id uuidnullable
    master_policy_id uuid
    policy_id uuid
    document_type DocumentType

    Possible values: [POLICY, CERTIFICATE_OF_INSURANCE, OTHER]

    storage_bucket string
    storage_key string
  • ]
  • policy_status PolicyStatus

    Possible values: [ACTIVE, QUOTED, EXPIRED, PENDING_CANCELLATION, CANCELED, PENDING, REQUIRES_PAYMENT, BIND_FAILED]

    issued_date date-timenullable
    expiration_date yyyy-mm-ddnullable
    effective_date yyyy-mm-ddnullable
    quote_date date-time
    product object
    id uuidnullable
    name PolicyType

    Possible values: [event-participation-cancellation-insurance, event-host-liability, event-host-cancellation, pet-insurance, shipping, collectibles, medsaver, gap-medical, regsaver, travel, tuition, registration-cancellation, ticket-refund, season-interruption, team-registration]

    friendly_name string
    abbreviation string
    promotional_header string
    promotional_description string
    accept_action_text string
    decline_action_text string
    peril_heading string
    perils string[]
    descriptors string[]
    promotional_icon string
    legal_disclaimer string
    privacy_policy_url string
    terms_conditions_url string
    additional_policy_purchase_email_message string
    policy_attributes object
    number_of_events int32

    Possible values: >= 1

    contact object

    Contact information regarding policy if policy is being purchased on behalf of the policy holder.

    name stringrequired
    email_address string
    phone_number string
    subscription_premium object

    If this policy supports being billed as a monthly subscription instead of a one-time fee, this field will be present

    payments_required int64

    The number of monthly payments required for this subscription

    payment_amount int64

    The monthly premium to be paid for this subscription

    currency Currency

    Possible values: [USD, CAD]

    total int64

    Total cost of the policy in cents. This is the amount that should be displayed and charged during checkout if the user accepts the insurance purchase.

    taxes_and_fees object[]
  • Array [
  • amount int64
    description string
    type OrderItemTaxFee.Type

    Possible values: [fee, tax]

  • ]
  • quote_id string
    is_test boolean
    metadata object
    property name* string
    checkout_url url
Loading...