GET api/BestellingModuleUitsplitsingen/Vullen_Factuurregel?factuurregelid={factuurregelid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
factuurregelid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Bestelling_Module_UitsplitsingName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Prijs_Periode_Staffel_ID | integer |
None. |
|
Bestelling_Module_ID | integer |
None. |
|
Licentie_Aantal_Van | integer |
None. |
|
Licentie_Aantal_Tot_En_Met | integer |
None. |
|
Licentie_Prijs | decimal number |
None. |
|
Factuurregel_ID | integer |
None. |
|
Prijs_Periode_Naam | string |
None. |
|
Module_Naam | string |
None. |
|
Prijs_Periode_Staffel_Licentie_Prijs | decimal number |
None. |
|
Prijs_Periode_Staffel_Huur_Prijs | decimal number |
None. |
|
Bestelling_ID | 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, "Prijs_Periode_Staffel_ID": 2, "Bestelling_Module_ID": 3, "Licentie_Aantal_Van": 4, "Licentie_Aantal_Tot_En_Met": 5, "Licentie_Prijs": 6.1, "Factuurregel_ID": 7, "Prijs_Periode_Naam": "sample string 8", "Module_Naam": "sample string 9", "Prijs_Periode_Staffel_Licentie_Prijs": 10.1, "Prijs_Periode_Staffel_Huur_Prijs": 11.1, "Bestelling_ID": 12.0, "Date_Modified": "sample string 13", "Method": "sample string 14", "Raadplegen": true, "Error_Description": "sample string 16" } ]