Skip to main content

Update a SIM card

PATCH 
/sim_cards/:id

Updates SIM card data

Request

Path Parameters

    id uuidrequired

    Identifies the resource.

Body

required

    status

    object

    sim_card_group_id uuid

    The group SIMCardGroup identification. This attribute can be null when it's present in an associated resource.

    tags string[]

    Searchable tags associated with the SIM card

    authorized_imeis int64[]

    List of IMEIs authorized to use a given SIM card.

    data_limit

    object

    The SIM card individual data limit configuration.

    amount decimal
    unit string

    Possible values: [MB, GB]

    The SIM card individual data limit configuration.

    current_billing_period_consumed_data

    object

    The SIM card consumption so far in the current billing cycle.

    amount decimal
    unit string

    Default value: MB

    The SIM card consumption so far in the current billing cycle.

    current_device_location

    object

    Current physical location data of a given SIM card. Accuracy is given in meters.

    latitude float
    longitude float
    accuracy integer
    accuracy_unit string

    Default value: m

    Current physical location data of a given SIM card. Accuracy is given in meters.

Responses

200: Successful response

default: Unexpected error

Loading...