GET api/BestellingPrijsPeriodeStaffels/Vullen_BestellingPrijsPeriodeModule?bestellingprijsperiodemoduleid={bestellingprijsperiodemoduleid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bestellingprijsperiodemoduleid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Bestelling_Prijs_Periode_StaffelName | Description | Type | Additional 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" } ]