Breadcrumbs

API - Landing Types


Overview

The list page that contains the Processing Stages.

Endpoint name

landingTypes

Source table

WiFi Landing Type

Fixed view

Discarded = false

Requests allowed

GET, POST, PATCH, DELETE

Primary key

Code

Record ID

code

Procedures

None


Data

Field List

Property

Type

Max Len

Description


systemId

string (UUID)


System ID. This is really not needed because the code is the record ID.

non-editable

code

string 

20

The unique id of this entry.

Record ID

primary key

description

string

100

The description of this landing type

mandatory

discarded

boolean



optional

lastModified

string (datetime)



non-editable


Example Object

An example of one object :

JSON
{
    "@odata.etag": "W/\"JzE5OzgyNzg2MTMxODY5ODk5OTMwOTUxOzAwOyc=\"",
    "systemId": "6f603927-1603-f011-b01d-f992b2580806",
    "code": "01",
    "description": "normal",
    "discarded": false,
    "lastModified": "2025-03-17T10:12:08.083Z"
}