Skip to main content

Create or update existing compliance data

POST 

/v1/partners/compliance

This endpoint creates or updates compliance data for different sections.

Request

Body

required

Details of the compliance data for the selected section

    oneOf
    support_levels object[]

    An array of support levels.

  • Array [
  • section string

    Possible values: [sla]

    The section of the compliance document

    email email

    The email address of the support team member.

    level integer

    The support level.

    last_name string

    The last name of the support team member.

    first_name string

    The first name of the support team member.

  • ]
  • child_partner_id string

    If you are creating this claim for a child partner, add the partner key to the request

Responses

OK

Schema
    data object

    Credit Note

    code string

    The unique identifier for credit note

    status string

    Current status of the policy

    premium number

    The credit note premium

    premium_due_date date

    Date when premium will be due

    current_date date

    Date of creation

    customer object

    The the customer's information

    ref stringrequired

    Unique identifier for the customer on your system

    email stringrequired

    The customer's email address

    phone string
    first_name stringrequired
    last_name stringrequired
    insurer object

    An insurance provider

    code string

    The unique code of the insurer

    name string

    The name of the insurer

    logo_url string

    A link to the Insurer's logo

    terms_conditions string

    Insurer's terms and conditions

    product object

    An individual insurance product or plan

    title string

    The name of the product

    code string

    The unique identifier for technical purposes

    id integer

    Unique Id of the product.

    insurer object

    An insurance provider

    code string

    The unique code of the insurer

    name string

    The name of the insurer

    logo_url string

    A link to the Insurer's logo

    terms_conditions string

    Insurer's terms and conditions

    product type object

    A major category of insurance e.g Health, Automobile, Life, Gadget, Goods in transit, etc

    name string

    The generally accepted human friendly name

    slug string

    The unique identifier for technical purposes

    cover-benefits object

    list of the nefits covered.

    created-at string

    Date of product creation

    price integer

    Price of product

    premium-type string

    Define the product premium tier.

    premium-rate-unit integer
    premium-rate number
    premium number
    partner-commision-rate number
    min-premium string
    premium-rules string
    premium_frequency string

    Possible values: [monthly, quarterly, annually]

    Default value: annually

Loading...