Searching...

Matching results

    Product Reference

    An product reference represents a kind of resource you can order through AirVantage.

    Field Description Read Only Type
    uid Product reference's unique identifier. true uid
    name Name of the product reference. true string
    type The type of resources the product references refer to.
    Can be one of the followings: SIM, SMB, R2C or BUNDLE
    true string

    This is a complete representation of a Product reference.

    {
        "uid": "02ff02ff-02ff-c01e-c01e-c01ec01ec01e",
        "name": "Ruggedized plug-in 2FF",
        "type": "SIM"
    }

    /accounts/ui/api/v1/productReferences

    Returns a list of product references

    Request

    GET https://na.airvantage.net/accounts/ui/api/v1/productReferences

    Response
    200 OK

    HTTP/1.1 200 OK
    Content-Type: application/json
    [{
        "uid": "02ff02ff-02ff-c01e-c01e-c01ec01ec01e",
        "name": "Ruggedized plug-in 2FF",
        "type": "SIM"
    },{
        "uid": "03ff03ff-03ff-c01e-c01e-c01ec01ec01e",
        "name": "Ruggedized plug-in 2FF",
        "type": "SIM"
    }]
    Name Description Use Default Type Operand
    company Set the context company. optional caller's company uid =
    HTTP Method GET
    Requires Authentication Yes
    Rate Limited Yes
    Headers None
    Permissions accounts.ordering.read
    TOP