GET api/BestellingModulesPerRelaties/Vullen?relatieid={relatieid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
relatieid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Bestelling_Modules_Per_RelatieName | Description | Type | Additional information |
---|---|---|---|
Relatie_ID | integer |
None. |
|
Module_ID | integer |
None. |
|
Module_Naam | string |
None. |
|
Aantal_Licenties | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Relatie_ID": 1, "Module_ID": 2, "Module_Naam": "sample string 3", "Aantal_Licenties": 4 }, { "Relatie_ID": 1, "Module_ID": 2, "Module_Naam": "sample string 3", "Aantal_Licenties": 4 } ]