POST Mobility/PostCustomerEmployeeDiagnostics

Request Information

URI Parameters

None.

Body Parameters

CustomerEmployeeDiagnostic
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

CustomerEmployeeID

globally unique identifier

Required

CellId

integer

None.

Lac

integer

None.

RSSI

integer

None.

Tac

integer

None.

PhyscialCellId

integer

None.

Level

integer

None.

Strength

integer

None.

EcNo

integer

None.

PRSRP

integer

None.

Code

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Accuracy

integer

None.

NetworkId

integer

None.

NetworkName

string

None.

PhoneAccountId

string

None.

IsDefault

boolean

Required

RSRP

integer

None.

DateTime

date

Required

Request Formats

application/json, text/json

Sample:
{
  "ID": "2c74ab23-944a-4d59-8d3a-1408cf099123",
  "CustomerEmployeeID": "daf58145-9f4c-4764-aa8a-457aeb7f0723",
  "CellId": 1,
  "Lac": 1,
  "RSSI": 1,
  "Tac": 1,
  "PhyscialCellId": 1,
  "Level": 1,
  "Strength": 1,
  "EcNo": 1,
  "PRSRP": 1,
  "Code": "sample string 3",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "Accuracy": 1,
  "NetworkId": 1,
  "NetworkName": "sample string 4",
  "PhoneAccountId": "sample string 5",
  "IsDefault": true,
  "RSRP": 1,
  "DateTime": "2025-12-05T09:27:58.1522786+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ServiceResponse
NameDescriptionTypeAdditional information
IsSuccess

boolean

None.

ErrorMessage

string

None.

Code

string

None.

StackTrace

string

None.

Response

ServiceItem

None.

Response Formats

application/json, text/json

Sample:

Sample not available.