Skip to main content

DocsSubscriptionLineCommission

data object[]
  • Array [
  • annual_feenumber
    annual_fee_invoice_datedatenullable
    createdbynullable
    createddatedate-timenullable
    effective_daterange object
    anyOf
    objectnullable
    fixednumbernullable
    idinteger
    modifiedbynullable
    modifieddatedate-timenullable
    parent_sales_entity object
    idinteger
    payout_typestring

    Possible values: <= 19 characters, [always, minimum_required, under_min_flat_rate, under_min_percent]

    pepmnumbernullable

    (Per Employee Per Month) Amount to compensate commissioned entity for each line.

    pepm_addonnumbernullable

    (Per Employee Per Month Addon) Added charge to each line to compensate commissioned entity.

    percentnumbernullable
    sales_entity object
    idinteger
    service_item object
    gl_accountstringnullable
    idinteger
    namestringrequired
    show_annual_fee_on_invoiceboolean
    show_fixed_on_invoicebooleanrequired
    show_pepm_addon_on_invoicebooleanrequired
    show_percent_on_invoicebooleanrequired
    subscription_line object
    idinteger
    under_min_flat_ratenumbernullable
    under_min_percentnumbernullable
  • ]
  • has_nextboolean
    has_prevboolean
    next_numinteger
    pageinteger
    pagesinteger
    per_pageinteger
    prev_numinteger
    totalinteger
    DocsSubscriptionLineCommission
    {
    "data": [
    {
    "annual_fee": 0,
    "annual_fee_invoice_date": "2024-07-29",
    "createddate": "2024-07-29T15:51:28.071Z",
    "effective_daterange": {},
    "fixed": 0,
    "id": 0,
    "modifieddate": "2024-07-29T15:51:28.071Z",
    "parent_sales_entity": {
    "id": 0
    },
    "pepm": 0,
    "pepm_addon": 0,
    "percent": 0,
    "sales_entity": {
    "id": 0
    },
    "service_item": {
    "gl_account": "string",
    "id": 0,
    "name": "string"
    },
    "show_annual_fee_on_invoice": true,
    "show_fixed_on_invoice": true,
    "show_pepm_addon_on_invoice": true,
    "show_percent_on_invoice": true,
    "subscription_line": {
    "id": 0
    },
    "under_min_flat_rate": 0,
    "under_min_percent": 0
    }
    ],
    "has_next": true,
    "has_prev": true,
    "next_num": 0,
    "page": 0,
    "pages": 0,
    "per_page": 0,
    "prev_num": 0,
    "total": 0
    }