GET api/Producten/VullenKeuzelijst?id={id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductName | Description | Type | Additional information |
---|---|---|---|
Productgroep | Productgroep_ReadOnly |
None. |
|
StandaardEenheid | Eenheid_ReadOnly |
None. |
|
ID | integer |
None. |
|
Code | string |
None. |
|
Omschrijving | string |
None. |
|
Productgroep_ID | integer |
None. |
|
Standaard_Prijs | decimal number |
None. |
|
Standaard_Eenheid_ID | integer |
None. |
|
Standaard_BTW_Code | string |
None. |
|
Standaard_Rekening_nummer | string |
None. |
|
Gearchiveerd | boolean |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "Productgroep": { "ID": 1, "Code": "sample string 2", "Omschrijving": "sample string 3", "Gearchiveerd": true }, "StandaardEenheid": { "ID": 1, "Code": "sample string 2", "Omschrijving": "sample string 3", "Gearchiveerd": true }, "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, "Date_Modified": "sample string 10", "Method": "sample string 11", "Raadplegen": true, "Error_Description": "sample string 13" } ]