GET api/BestellingPrijsPeriodeStaffels/Vullen_BestellingPrijsPeriodeModule?bestellingprijsperiodemoduleid={bestellingprijsperiodemoduleid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bestellingprijsperiodemoduleid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Bestelling_Prijs_Periode_Staffel
NameDescriptionTypeAdditional information
ID

integer

None.

Bestelling_Prijs_Periode_Module_ID

integer

None.

Licentie_Aantal_Van

integer

None.

Licentie_Aantal_Tot_En_Met

integer

None.

Licentie_Prijs

decimal number

None.

Huur_Prijs

decimal number

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,
    "Bestelling_Prijs_Periode_Module_ID": 2,
    "Licentie_Aantal_Van": 3,
    "Licentie_Aantal_Tot_En_Met": 4,
    "Licentie_Prijs": 5.1,
    "Huur_Prijs": 6.1,
    "Date_Modified": "sample string 7",
    "Method": "sample string 8",
    "Raadplegen": true,
    "Error_Description": "sample string 10"
  }
]