Skip to main content

Create a new SIM card data usage notification

POST 
/sim_card_data_usage_notifications

Creates a new SIM card data usage notification.

Request

Body

required

    sim_card_id uuidrequired

    The identification UUID of the related SIM card resource.

    threshold

    object

    required

    Data usage threshold that will trigger the notification.

    amount decimal
    unit string

    Possible values: [MB, GB]

    Data usage threshold that will trigger the notification.

Responses

201: Successful response

default: Unexpected error

Loading...