For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“„getCurrentModules

Description

Retrieves all the modules that the customer has subscribed to.

Header parameters

Name
Info
Required

customerID

ID of customer

language

Language in ISO standard

lngID

Language ID

currencyID

ID off currency

Response

array [
    struct {
        "includedInCurrentPlan": boolean,
        "moduleData": struct {
            "itsFree": number,
            "vat_text_onetime": string,
            "bookingLinkY": string,
            "vatType": number,
            "priceYearly": number,
            "name": string,
            "includedInPlans": array [],
            "picture": string,
            "priceYearlyAfterVAT": string,
            "description": string,
            "priceMonthlyAfterVAT": string,
            "currencySign": string,
            "isNet": number,
            "shortdescription": string,
            "bookingLinkO": string,
            "vat_text_monthly": string,
            "vat_text_yearly": string,
            "bookingLinkM": string,
            "priceOnetime": number,
            "table_prefix": string,
            "moduleID": number,
            "testDays": number,
            "vat": number,
            "bookable": number,
            "priceMonthly": number,
            "active": number,
            "priceOneTimeAfterVAT": string,
            "settingPath": string,
            "currency": string,
            "currencyID": number
        },
        "invoiceID": string,
        "modulStatus": struct {
            "endDate": string,
            "recurring": string,
            "startDate": string,
            "statusText": string,
            "status": string,
            "bookingID": number,
            "statusTitle": string,
            "fontColor": string
        },
        "moduleID": number
    }
]

Last updated