POST api/{OrgKey}/cellulardatacontroller/editcellulardevice

Request Information

URI Parameters

NameDescriptionTypeAdditional information
OrgKey

integer

Required

Body Parameters

CellularDevices
NameDescriptionTypeAdditional information
CellularDeviceKey

integer

None.

CellularDeviceModel

CellularDeviceModels

None.

TelecomCarrier

TelecomCarriers

None.

CellularDeviceIMEI

string

None.

CellularDeviceESN

string

None.

CellularDeviceMSN

string

None.

CellularDeviceSIMNumber

string

None.

CellularDevicePIN

string

None.

CellularDeviceNote

string

None.

Branch

BranchModel

None.

CellularDeviceOriginalPhoneNumber

string

None.

CellularDeviceCreateDate

date

None.

CellularDeviceCreatedBy

UserModel

None.

CellularDeviceUpdateDate

date

None.

CellularDeviceUpdatedBy

UserModel

None.

CellularAssignment

CellularAssignments

None.

DeviceStatus

StatusModel

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PageViewModel
NameDescriptionTypeAdditional information
StatusCode

integer

None.

StatusMessage

string

None.

TotalCount

integer

None.

ModelObject

Object

None.

CurrentDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "statusCode": 1,
  "statusMessage": "sample string 2",
  "totalCount": 3,
  "modelObject": {},
  "currentDateTime": "2026-01-30T01:03:07.5098301+00:00"
}