
Globalnet API - Change Log
Back to the Globalnet API Developer Page
Version 2.10.0.0
Case 14492 - Equipment listing method: allow filtering by "Active", "Deactivated", or "All". Defaults to "Active" as per the previous version.
Case 14493 - FIX: the Get Equipment by ICCID method does not work for SIMs that have been deactivated.
Version 2.9.0.0
Case 14160 - Added a customer reference field to the SIM top-up request.
Version 2.8.0.0
Case 13913 - Added new method to list prepaid voucher products suitable for an active SIM: /api/v1/Equipment/{id}/vouchers
Case 13363 - SIM activation request validation includes a new check for a null or missing "WatchAlerts" property.
Case 10852 - Added support for deactivating a SIM or equipment item.
Version 2.7.0.0
Case 13364 - Added extra documentation comments to the model classes with details of possible values, etc.
Version 2.6.0.0
Case 13323 - Fix: flagged the CustomerContactDetail.CountryId as required.
Case 12900 - Added extra documentation comments for product options like Vessel Type, Industry Code, Service Plan, Data Streaming, Subscription Plan, etc.
Case 13342 - Added extra details to the product options response, including: vessel types, industry codes, service plan options, etc.
Case 13343 - Added extra validation for the Iridium classic SIM activation request prepaid voucher" property.
Case 13357 - Added PIN1, PIN2, PUK1, and PUK2 numbers to the response of GET /api/v1/equipment/{id-iccid}.
Case 13360 - Added ProductId to the prepaid voucher options listing for Iridium Classic Prepaid activations.
Case 13360 - Iridium Classic Prepaid activations now accepts "PrepaidVoucherId" (int) instead of "PrepaidVoucher" (string).
Version 2.5.0.0
Case 13220 - Set the route prefix back to "api/v1" for each controller action. Replaced "v1/api/" with "api/v1". This should ensure the release of the next production version does not affect existing users.
Version 2.4.0.0
Case 12624 - The API path prefix is changed from "api/v1/" to "v1/api/".
Case 12868 - The product listing now includes the SIM activation URL for each activation product.
Case 12871 - Added a new method to get a list of SIM activation products available to an ICCID.
Case 12866 - The Email property of the customer details model is now required. This is used in SIM activation requests.
Case 12869 - Added a validation method for SIM ICCID, taking ICCID, ProductId, and ClientId: POST /api/activations/validateiccid
Case 12869 - Added a validation method for equipment IMEI, taking IMEI, ProductId, and ClientId: POST /api/activations/validateimei
Case 12866 - The Inmarsat ISAT Phone post-paid and prepaid SIM activation methods are combined.
Case 12866 - The Iridium Classic post-paid and prepaid SIM activations combined.
Case 12865 - FIX: null Terminal property in an activation request causes a HTTP 500 error when validating the request.
Case 12866 - FIX: added some missing comments for the ICCID and IMEI properties on the activation request models for Inmarsat, Iridium, and Thuraya.
Case 12868 - The service plan property is validated for SIM activation requests.
Case 12868 - The subscription plan property is validated for SIM activation requests.
Case 12868 - The industry code property is validated for Inmarsat SIM activation requests.
Case 12868 - The method called for SIM activations is validated against the Activation Type for the product. This stops the client calling the BGAN activation method with an FBB product for example.