Skip to main content

Create SIM card group

POST 

/wireless/sim_card_groups

Creates a new SIM card group. The SIM card group name must be unique.

Request

Body

required

Create SIM card payload

    name string

    The name of the SIM card group.

    billing_plan_id uuid

    The UUID of the billing plan that should be associated with this SIM card group.

Responses

200: Successful response

Schema

    data

    object

    id string

    The id of the SIM card group

    data_allocation string

    The total data allocation for the group in GB

    ingress_site_id string

    The id of the site where data will enter the network

    egress_site_id string

    The id of the site where data will exit the network

    created_at string

    Timestamp for when the order was created

    updated_at string

    Timestamp for when the order was last updated

401: Authentication error

Schema

    errors

    object[]

  • Array [

  • code string

    an application-specific error code, expressed as a stringified integer.

    title string

    a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization. Do not include punctuation in the title.

    detail string

    a human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized.

    pointer string

    JSON pointer to the field which is causing the error.

  • ]

403: Authorization error

Schema

    errors

    object[]

  • Array [

  • code string

    an application-specific error code, expressed as a stringified integer.

    title string

    a short, human-readable summary of the problem that SHOULD NOT change from occurrence to occurrence of the problem, except for purposes of localization. Do not include punctuation in the title.

    detail string

    a human-readable explanation specific to this occurrence of the problem. Like title, this field’s value can be localized.

    pointer string

    JSON pointer to the field which is causing the error.

  • ]

Loading...