To get Unauthorized records

get

/service/lmx/preEODCheck/{branchCodeId}

This endpoint is used to get unauthorized maintenance,structure and sweep pending records.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : LmxTbPreEODCheckResponseCollection
Type: object
Collection of unauthorised structures, pending sweeps.
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : LmxTbPreEODCheckResponseDTO
Type: object
Show Source
Nested Schema : adhoc
Type: array
Show Source
Nested Schema : cmcMaintenance
Type: array
Show Source
Nested Schema : oblmMaintenance
Type: array
Show Source
Nested Schema : smsMaintenance
Type: array
Show Source
Nested Schema : structure
Type: array
Show Source
Nested Schema : sweep
Type: array
Show Source
Nested Schema : LmbAdhocSweepListDTO
Type: object
Show Source
Nested Schema : MaintenanceRecordDTO
Type: object
Show Source
Nested Schema : LmxTbStructureDTO
Type: object
Show Source
Nested Schema : LmbSweepListDTO
Type: object
Show Source

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top