API Documentation - Jaze ISP Manager Section J - Change billing cycle API
Initializing search
    • Section A - Authentication steps
    • Section B - Add user API
    • Section C - Edit user API
    • Section D - Get all users of an account API
    • Section E - Get user details API
    • Section F - Session data API
    • Section G - Get balance API
    • Section H - Make payment API
    • Section I - Get user session details API
    • Section J - Change billing cycle API
    • Section K - Add FUP quota to user API
    • Section L - Check user exists by ID API
    • Section M - Check user exsists by name API
    • Section N - Get previous duration cycle API
    • Section O - Get previous data cycle API
    • Section P - Reset password API
    • Section Q - Send password API
    • Section S - Payment details API
    • Section T - Invoice details API
    • Section U - Renew API
    • Section V - Tickets API
    • Section W - Accounts API
    • Section X - Profiles details API
    • Section Y - Webhook API
    • Section Z - Lead API
    • Section AA - Voice billing
    • Errorcode Messages

    Section J - Change billing cycle API

    J1 General Information

    GET Method :

    /api/v1/change_billing_cycle/< user _id > with the following data:

    Input :

    Argument Mandatory Value
    userId yes Numeric < Id of the user >

    GET Method :

    /api/v1/change_billing_cycle/< user _id >/< billing_period>/ with the following data:

    Input :

    Argument Mandatory Value
    userId yes Numeric < Id of the user >
    billingPeriod yes Text < monthly, weekly, daily >
    Value yes Numeric

    J2 Sample Output

    {
     "status":“success”,
     "errorCode" = 200,
     “message”:”billing cycle updated”
    }
    
    Previous Section I - Get user session details API
    Next Section K - Add FUP quota to user API
    Made with Material for MkDocs