List user Package

GET https://us-central1-appgregator.cloudfunctions.net/api/education/edutama/frontend/package/list-user-package/

Query Parameters

Name
Type
Description

name*

String

qantor.co.id

platform_id*

Number

4

connection_name*

String

entrepreneurs.id-02

Headers

Name
Type
Description

x-api-key*

String

wkFBUJNQV;C

Authorization*

String

930|Ndz5qsqDbk8HmZkUKVoER9vESdzWV0xPEQMKmCJ7

[
    {
        "id": 359,
        "user_id": 269,
        "invoice_number": "ACC359",
        "package_name": "test",
        "package_price": "10000.00",
        "image": "",
        "paid_at": null,
        "paid_with": "",
        "is_active": 0,
        "payment_id": "",
        "created_at": "06-Jun-2022 13:15:05",
        "updated_at": "2022-06-06T06:15:05.000000Z",
        "package_fee": 0
    },
    {
        "id": 423,
        "user_id": 269,
        "invoice_number": "ACC423",
        "package_name": "Basic",
        "package_price": "100000.00",
        "image": "",
        "paid_at": null,
        "paid_with": "",
        "is_active": 0,
        "payment_id": "",
        "created_at": "07-Jun-2022 14:46:55",
        "updated_at": "2022-06-07T07:46:55.000000Z",
        "package_fee": 0
    },
    {
        "id": 426,
        "user_id": 269,
        "invoice_number": "ACC426",
        "package_name": "testing 3",
        "package_price": "100000.00",
        "image": "",
        "paid_at": null,
        "paid_with": "",
        "is_active": 0,
        "payment_id": "",
        "created_at": "07-Jun-2022 16:15:13",
        "updated_at": "2022-06-07T09:15:13.000000Z",
        "package_fee": 0
    }
]

Last updated