GET api/Bestellingen/Vullen_Relatie?relatieid={relatieid}&definitief={definitief}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
relatieid

integer

Required

definitief

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Bestelling
NameDescriptionTypeAdditional information
ID

integer

None.

Relatie_ID

integer

None.

DatumString

string

None.

Datum_Geldig_TotString

string

None.

Aanvraag_Soort_ID

integer

None.

Korting_Percentage

decimal number

None.

Ondertekening_Medewerker_ID

integer

None.

Inschatting_Verkoop

decimal number

None.

Scorings_Percentage

decimal number

None.

Definitief

boolean

None.

Afgewezen

boolean

None.

Gefactureerd

boolean

None.

Onderhoudscontract_Aantal_Jaren

integer

None.

Onderhoudscontract_Aantal_Telefoontjes

integer

None.

Onderhoudscontract_Percentage

decimal number

None.

Prijs_Periode_ID

integer

None.

Onderhoud_VanString

string

None.

Onderhoud_TotString

string

None.

Toelichting

string

None.

Licentie_Model_ID

integer

None.

Contactpersoon_ID

integer

None.

Conversie_Prijs

decimal number

None.

Datum_ImplementatieString

string

None.

Huur

boolean

None.

Date_Modified

string

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "ID": 1,
    "Relatie_ID": 2,
    "DatumString": "2025-07-02T00:40:04.116Z",
    "Datum_Geldig_TotString": "2025-07-02T00:40:04.116Z",
    "Aanvraag_Soort_ID": 7,
    "Korting_Percentage": 8.1,
    "Ondertekening_Medewerker_ID": 9,
    "Inschatting_Verkoop": 10.1,
    "Scorings_Percentage": 11.1,
    "Definitief": true,
    "Afgewezen": true,
    "Gefactureerd": true,
    "Onderhoudscontract_Aantal_Jaren": 15,
    "Onderhoudscontract_Aantal_Telefoontjes": 16,
    "Onderhoudscontract_Percentage": 17.1,
    "Prijs_Periode_ID": 18,
    "Onderhoud_VanString": "2025-07-02T00:40:04.116Z",
    "Onderhoud_TotString": "2025-07-02T00:40:04.116Z",
    "Toelichting": "sample string 23",
    "Licentie_Model_ID": 24,
    "Contactpersoon_ID": 25,
    "Conversie_Prijs": 26.1,
    "Datum_ImplementatieString": "2025-07-02T00:40:04.116Z",
    "Huur": true,
    "Date_Modified": "sample string 30",
    "Method": "sample string 31",
    "Raadplegen": true,
    "Error_Description": "sample string 33"
  }
]