GET api/ExportInstellingen/VullenKeuzelijst?formaatid={formaatid}&soort={soort}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
formaatid | integer |
Required |
|
soort | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Export_InstellingName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
Omschrijving | string |
None. |
|
Formaat_ID | integer |
None. |
|
Facturen | boolean |
None. |
|
Factuurregels | boolean |
None. |
|
Mutaties | boolean |
None. |
|
Relaties | boolean |
None. |
|
Facturen_Koptekst | boolean |
None. |
|
Factuurregels_Koptekst | boolean |
None. |
|
Mutaties_Koptekst | boolean |
None. |
|
Relaties_Koptekst | boolean |
None. |
|
Date_Modified | string |
None. |
|
Method | string |
None. |
|
Raadplegen | boolean |
None. |
|
Error_Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[ null, { "ID": 1, "Omschrijving": "sample string 2", "Formaat_ID": 3, "Facturen": true, "Factuurregels": true, "Mutaties": true, "Relaties": true, "Facturen_Koptekst": true, "Factuurregels_Koptekst": true, "Mutaties_Koptekst": true, "Relaties_Koptekst": true, "Date_Modified": "sample string 12", "Method": "sample string 13", "Raadplegen": true, "Error_Description": "sample string 15" } ]