GET api/RapportageTarievenPerTarief/Vullen?tariefid={tariefid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
tariefid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Rapportage_Tarief_Per_TariefName | Description | Type | Additional information |
---|---|---|---|
Soort | string |
None. |
|
Tarief_ID | integer |
None. |
|
Relatie_ID | integer |
None. |
|
Relatie_Code | string |
None. |
|
Relatie_Naam | string |
None. |
|
Hoofd_Project_ID | integer |
None. |
|
Hoofd_Project_Nummer | string |
None. |
|
Hoofd_Project_Omschrijving | string |
None. |
|
Deel_Project_ID | integer |
None. |
|
Deel_Project_Nummer | string |
None. |
|
Deel_Project_Omschrijving | string |
None. |
|
Medewerker_Code | string |
None. |
|
Activiteit_Code | string |
None. |
|
Product_Code | string |
None. |
|
Begin_Datum | string |
None. |
|
Eind_Datum | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "Soort": "", "Tarief_ID": 0, "Relatie_ID": 0, "Relatie_Code": "", "Relatie_Naam": "", "Hoofd_Project_ID": 0, "Hoofd_Project_Nummer": "", "Hoofd_Project_Omschrijving": "", "Deel_Project_ID": 0, "Deel_Project_Nummer": "", "Deel_Project_Omschrijving": "", "Medewerker_Code": "", "Activiteit_Code": "", "Product_Code": "", "Begin_Datum": "", "Eind_Datum": "" } ]