GET api/BudgetModelProductDetails/Vullen_By_Budget_Model?budgetmodelid={budgetmodelid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
budgetmodelid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Budget_Model_Product_DetailName | Description | Type | Additional information |
---|---|---|---|
Product | Product_ReadOnly |
None. |
|
ID | integer |
None. |
|
Budget_Model_ID | integer |
None. |
|
Product_ID | integer |
None. |
|
Aantal | 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, { "Product": { "ID": 1, "Code": "sample string 2", "Omschrijving": "sample string 3", "Productgroep_ID": 4, "Standaard_Prijs": 5.1, "Standaard_Eenheid_ID": 6, "Standaard_BTW_Code": "sample string 7", "Standaard_Rekening_nummer": "sample string 8", "Gearchiveerd": true }, "ID": 1, "Budget_Model_ID": 2, "Product_ID": 3, "Aantal": 4.1, "Date_Modified": "sample string 5", "Method": "sample string 6", "Raadplegen": true, "Error_Description": "sample string 8" } ]