GET api/Selecties/Vullen?aantal={aantal}&naam={naam}&gearchiveerd={gearchiveerd}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aantal

integer

Required

naam

string

Required

gearchiveerd

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Selectie
NameDescriptionTypeAdditional information
ID

integer

None.

Naam_Tabel

string

None.

Naam

string

None.

Van

string

None.

Datum

date

None.

Plaats

string

None.

Land_Code

string

None.

Postcode_Van

string

None.

Postcode_Tot_En_Met

string

None.

Relatie_Code_Van

string

None.

Relatie_Code_Tot_En_Met

string

None.

Relatie_Soort_Code

string

None.

Branche

string

None.

Rechtsvorm

string

None.

Filter_Leverancier

boolean

None.

Leverancier

string

None.

Filter_Prospect

boolean

None.

Prospect

string

None.

Pad_Sjabloon

string

None.

Tekst_Email

string

None.

Onderwerp_Email

string

None.

Bijlagen_Email

string

None.

Relatie_Beheerder

string

None.

Uitnodigingscode

string

None.

Foldercode

string

None.

Gearchiveerd

boolean

None.

Persoon_Mailing_Adres_Keuze_ID

integer

None.

Filter_Klant

boolean

None.

Klant

string

None.

Declarant

string

None.

Jarig_In_Maand

string

None.

Pad_Sjabloon_Email

string

None.

Date_Modified

string

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ID": 0,
    "Naam_Tabel": null,
    "Naam": null,
    "Van": null,
    "Datum": "0001-01-01T00:00:00",
    "Plaats": null,
    "Land_Code": null,
    "Postcode_Van": null,
    "Postcode_Tot_En_Met": null,
    "Relatie_Code_Van": null,
    "Relatie_Code_Tot_En_Met": null,
    "Relatie_Soort_Code": null,
    "Branche": null,
    "Rechtsvorm": null,
    "Filter_Leverancier": false,
    "Leverancier": null,
    "Filter_Prospect": false,
    "Prospect": null,
    "Pad_Sjabloon": null,
    "Tekst_Email": null,
    "Onderwerp_Email": null,
    "Bijlagen_Email": null,
    "Relatie_Beheerder": null,
    "Uitnodigingscode": null,
    "Foldercode": null,
    "Gearchiveerd": false,
    "Persoon_Mailing_Adres_Keuze_ID": 0,
    "Filter_Klant": false,
    "Klant": null,
    "Declarant": null,
    "Jarig_In_Maand": null,
    "Pad_Sjabloon_Email": null,
    "Date_Modified": null,
    "Method": "",
    "Raadplegen": false,
    "Error_Description": ""
  }
]