DELETE Mobility/DeleteCustomerEmployeeDiagnostics
Request Information
URI Parameters
None.
Body Parameters
CustomerEmployeeDiagnostic| Name | Description | Type | Additional 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": "8eccc0cb-7f01-4cbd-acdb-ae2db3ac8fe5",
"CustomerEmployeeID": "1ada906d-d0c9-4bba-a8be-76bc2bf67ecd",
"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.3896183+00:00"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional 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.