GET api/FactuurBijlageProductregels/Vullen?factuurid={factuurid}&relatieid={relatieid}&orderby1={orderby1}&orderby2={orderby2}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
factuurid

integer

Required

relatieid

integer

Required

orderby1

string

Required

orderby2

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Factuur_Bijlage_Productregel
NameDescriptionTypeAdditional information
Hoofd_Project_ID

integer

None.

Deel_Project_ID

integer

None.

Product_ID

integer

None.

Medewerker_ID

integer

None.

Productgroep_ID

integer

None.

Toelichting

string

None.

Factuur_Aantal

decimal number

None.

Factuur_Prijs

decimal number

None.

Factuur_Bedrag

decimal number

None.

Afdeling_Naam

string

None.

Relatie_Code

string

None.

Relatie_Naam

string

None.

Land

string

None.

Hoofd_Project_Nummer

string

None.

Hoofd_Project_Omschrijving

string

None.

Hoofd_Project_Omschrijving_Lijst

string

None.

Deel_Project_Nummer

string

None.

Deel_Project_Omschrijving

string

None.

Deel_Project_Omschrijving_Lijst

string

None.

Product_Code

string

None.

Product_Omschrijving

string

None.

Productgroep_Code

string

None.

Productgroep_Omschrijving

string

None.

Werkdag_DatumString

string

None.

Medewerker_Code

string

None.

Medewerker_Naam

string

None.

Medewerker_Naam_Formeel

string

None.

Medewerker_Achternaam

string

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Hoofd_Project_ID": 1,
    "Deel_Project_ID": 2,
    "Product_ID": 3,
    "Medewerker_ID": 4,
    "Productgroep_ID": 5,
    "Toelichting": "sample string 6",
    "Factuur_Aantal": 7.1,
    "Factuur_Prijs": 8.1,
    "Factuur_Bedrag": 9.1,
    "Afdeling_Naam": "sample string 10",
    "Relatie_Code": "sample string 11",
    "Relatie_Naam": "sample string 12",
    "Land": "sample string 13",
    "Hoofd_Project_Nummer": "sample string 14",
    "Hoofd_Project_Omschrijving": "sample string 15",
    "Hoofd_Project_Omschrijving_Lijst": "sample string 16",
    "Deel_Project_Nummer": "sample string 17",
    "Deel_Project_Omschrijving": "sample string 18",
    "Deel_Project_Omschrijving_Lijst": "sample string 19",
    "Product_Code": "sample string 20",
    "Product_Omschrijving": "sample string 21",
    "Productgroep_Code": "sample string 22",
    "Productgroep_Omschrijving": "sample string 23",
    "Werkdag_DatumString": "",
    "Medewerker_Code": "sample string 25",
    "Medewerker_Naam": "sample string 26",
    "Medewerker_Naam_Formeel": "sample string 27",
    "Medewerker_Achternaam": "sample string 28",
    "Error_Description": "sample string 29"
  },
  {
    "Hoofd_Project_ID": 1,
    "Deel_Project_ID": 2,
    "Product_ID": 3,
    "Medewerker_ID": 4,
    "Productgroep_ID": 5,
    "Toelichting": "sample string 6",
    "Factuur_Aantal": 7.1,
    "Factuur_Prijs": 8.1,
    "Factuur_Bedrag": 9.1,
    "Afdeling_Naam": "sample string 10",
    "Relatie_Code": "sample string 11",
    "Relatie_Naam": "sample string 12",
    "Land": "sample string 13",
    "Hoofd_Project_Nummer": "sample string 14",
    "Hoofd_Project_Omschrijving": "sample string 15",
    "Hoofd_Project_Omschrijving_Lijst": "sample string 16",
    "Deel_Project_Nummer": "sample string 17",
    "Deel_Project_Omschrijving": "sample string 18",
    "Deel_Project_Omschrijving_Lijst": "sample string 19",
    "Product_Code": "sample string 20",
    "Product_Omschrijving": "sample string 21",
    "Productgroep_Code": "sample string 22",
    "Productgroep_Omschrijving": "sample string 23",
    "Werkdag_DatumString": "",
    "Medewerker_Code": "sample string 25",
    "Medewerker_Naam": "sample string 26",
    "Medewerker_Naam_Formeel": "sample string 27",
    "Medewerker_Achternaam": "sample string 28",
    "Error_Description": "sample string 29"
  }
]