GET api/FactuurStandaardTekstregels/VullenKeuzelijst?taalid={taalid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
taalid

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Factuur_Standaard_Tekstregel
NameDescriptionTypeAdditional information
Taal

Taal_ReadOnly

None.

ID

integer

None.

Factuur_Standaard_Tekstregel

string

None.

BTW_Code

string

None.

Gereserveerd_Uren

boolean

None.

Uren_Verwerken_Per

string

None.

Standaard_Rekening_nummer

string

None.

Gearchiveerd

boolean

None.

Gereserveerd_Producten

boolean

None.

Producten_Verwerken_Per

string

None.

Date_Modified

string

None.

Taal_ID

integer

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "Taal": {
      "ID": 1,
      "Code": "sample string 2",
      "Omschrijving": "sample string 3"
    },
    "ID": 1,
    "Factuur_Standaard_Tekstregel": "sample string 2",
    "BTW_Code": "sample string 3",
    "Gereserveerd_Uren": true,
    "Uren_Verwerken_Per": "sample string 5",
    "Standaard_Rekening_nummer": "sample string 6",
    "Gearchiveerd": true,
    "Gereserveerd_Producten": true,
    "Producten_Verwerken_Per": "sample string 9",
    "Date_Modified": "sample string 10",
    "Taal_ID": 11,
    "Method": "sample string 12",
    "Raadplegen": true,
    "Error_Description": "sample string 14"
  }
]