Update a Sim Location API

Property Description
Title Update a sim location
Description Force the sim to re-attach to the network.
URL https://ws.borderlessm2m.com/UpdateSim/Location/{iccid}
Method PUT
Authentication Basic Auth
Body NIL
Return Message Example:
{
    "message": "Update Sim {iccid} Location=PENDING",
    "errors": [
        ""
    ]
}
							
Errors
Error Description Example
Wrong username or password
{
    "code": 500,
    "message": "There was an error processing your request. It has been logged (ID xxxxxxxxxxxxxxxx)."
}
										
Wrong iccid
{
    "message": "Bad Request",
    "errors": [
        "Could not find : {iccid}"
    ]
}