VeloeSIM API
    • VeloeSIM
      • Plans
        • getAllPlans
        • getOnePlan
      • Organizations
        • getMyOrganization
      • Orders
        • orderOne
      • Esims
        • getAllEsims
        • getOneEsim
        • getEsimTopUpPlans
        • topUpEsim
    • Schemas
      • Plan
      • PlansListResponse
      • Organization
      • OrderRequest
      • TopUpRequest
      • Esim
      • EsimsListResponse
      • Area
      • Network
      • AssignedPlan
      • AreaSimple

    AssignedPlan

    {
        "id": 89,
        "planId": 5,
        "initialQuantityInBytes": 1000000000,
        "remainingQuantityInBytes": 1000000000,
        "startTime": "2019-08-24T14:15:22.123Z",
        "endTime": "2019-08-24T14:15:22.123Z",
        "isExpired": false,
        "areas": [
            {
                "id": 49,
                "name": "Greece",
                "region": "Europe",
                "iso": "GR"
            }
        ]
    }
    Built with