The information contained in this document is subject to change. This document contains proprietary information, which is protected by copyright
laws. All rights are reserved. No part of this document may be photocopied, reproduced or translated to another language or program language
without prior written consent of RFI Engineering B.V.
RefGuide_U-routerNGW_v1.01.docx
Page: 49(
57)
As an example, to change the APN settings on the mobile connection:
curl -X POST https://192.168.168.1/api/mobile -u rfi:rfi123 -d
"apn=office.vodafone.nl&apnUser=vodafone&apnPass=vodafone"
Returns:
{
"status": "OK"
}
As an example, to change the PIN code settings to access the SIM card:
curl -X POST https://192.168.168.1/api/mobile -u rfi:rfi123 -d "simPin=1234"
Returns:
{
"status": "OK"
}