PUT api/Networks/AddressUpdate

Request Information

URI Parameters

None.

Body Parameters

Update_Address
NameDescriptionTypeAdditional information
ID

The Network's Unique Identifier (i.e. IMEI)

string

None.

SIM

SIM Identifier (i.e. Serial Number)

string

None.

SN

The Gateway's Serial Number

string

None.

R

Reason

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "ID": "sample string 1",
  "SIM": "sample string 2",
  "SN": "sample string 3",
  "R": "sample string 4"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

AddressUpdateResponse
NameDescriptionTypeAdditional information
Success

Integer indicating success

integer

None.

Messages

The messages

Collection of Message

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "Success": 1,
  "Messages": [
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    },
    {
      "Severity": 0,
      "MessageCode": 1,
      "CodeDesc": 2,
      "MessageText": "sample string 3",
      "RecordNumber": 4
    }
  ]
}