GET api/BTWPeriodes/Vullen_BTW_Code?btwcode={btwcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
btwcode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of BTW_Periode
NameDescriptionTypeAdditional information
BTW_Code

string

None.

Geldig_VanString

string

None.

Geldig_TotString

string

None.

Percentage

decimal number

None.

Date_Modified

string

None.

ID

integer

None.

Method

string

None.

Raadplegen

boolean

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "BTW_Code": "sample string 1",
    "Geldig_VanString": "2025-06-25T20:42:03.976Z",
    "Geldig_TotString": "2025-06-25T20:42:03.976Z",
    "Percentage": 6.1,
    "Date_Modified": "sample string 7",
    "ID": 8,
    "Method": "sample string 9",
    "Raadplegen": true,
    "Error_Description": "sample string 11"
  }
]