GET api/LandCodes/Vullen?aantal={aantal}&codenaam={codenaam}&gearchiveerd={gearchiveerd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aantal

integer

Required

codenaam

string

Required

gearchiveerd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Land_Code
NameDescriptionTypeAdditional information
ISO_Land_Code

ISO_Land_Code_ReadOnly

None.

ID

integer

None.

Land_Code

string

None.

Land

string

None.

Positie_Huisnummer

string

None.

Positie_Postcode

string

None.

Gearchiveerd

boolean

None.

Date_Modified

string

None.

Land_ISO_Land_Code_ID

integer

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ISO_Land_Code": {
      "ID": 1,
      "ISO_Land_Code": "sample string 2",
      "ISO_Land_Naam": "sample string 3"
    },
    "ID": 1,
    "Land_Code": "sample string 2",
    "Land": "sample string 3",
    "Positie_Huisnummer": "sample string 4",
    "Positie_Postcode": "sample string 5",
    "Gearchiveerd": true,
    "Date_Modified": "sample string 7",
    "Land_ISO_Land_Code_ID": 8,
    "Method": "sample string 9",
    "Raadplegen": true,
    "Error_Description": "sample string 11"
  }
]