POST api/ExportFacturen/Post

Request Information

URI Parameters

None.

Body Parameters

SerializerObject
NameDescriptionTypeAdditional information
JSONString

string

None.

MilliSecondsSQLExecution

integer

None.

MilliSecondsClaims

integer

None.

MilliSecondsUserLicense

integer

None.

MilliSecondsConnection

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "JSONString": "sample string 1",
  "MilliSecondsSQLExecution": 2,
  "MilliSecondsClaims": 3,
  "MilliSecondsUserLicense": 4,
  "MilliSecondsConnection": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Export_Factuur
NameDescriptionTypeAdditional information
Factuur_ID

integer

None.

Factuur_DatumString

string

None.

Factuur_Nummer

string

None.

Factuur_Betaald

boolean

None.

Factuur_Datum_BetaaldString

string

None.

Factuur_Betalings_Termijn

integer

None.

Factuur_Verval_DatumString

string

None.

Factuur_Opmerking

string

None.

Factuur_Korting

decimal number

None.

Factuur_Opslag_Kantoorkosten

decimal number

None.

Factuur_Kredietbeperking

decimal number

None.

Relatie_Code

string

None.

Relatie_ID

integer

None.

Relatie_Naam

string

None.

Bedrag_Excl

decimal number

None.

Bedrag_BTW

decimal number

None.

Bedrag_Incl

decimal number

None.

BEDRAG_OPSLAG_KANTOORKOSTEN_EXCL

decimal number

None.

BEDRAG_OPSLAG_KANTOORKOSTEN_BTW

decimal number

None.

BEDRAG_OPSLAG_KANTOORKOSTEN_INCL

decimal number

None.

BEDRAG_FACTUURKORTING_EXCL

decimal number

None.

BEDRAG_FACTUURKORTING_BTW

decimal number

None.

BEDRAG_FACTUURKORTING_INCL

decimal number

None.

BEDRAG_KREDIETBEPERKING_EXCL

decimal number

None.

BEDRAG_KREDIETBEPERKING_BTW

decimal number

None.

BEDRAG_KREDIETBEPERKING_INCL

decimal number

None.

Error_Description

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Factuur_ID": 1,
    "Factuur_DatumString": "",
    "Factuur_Nummer": "sample string 3",
    "Factuur_Betaald": true,
    "Factuur_Datum_BetaaldString": "",
    "Factuur_Betalings_Termijn": 6,
    "Factuur_Verval_DatumString": "",
    "Factuur_Opmerking": "sample string 8",
    "Factuur_Korting": 9.1,
    "Factuur_Opslag_Kantoorkosten": 10.1,
    "Factuur_Kredietbeperking": 11.1,
    "Relatie_Code": "sample string 12",
    "Relatie_ID": 13,
    "Relatie_Naam": "sample string 14",
    "Bedrag_Excl": 15.1,
    "Bedrag_BTW": 16.1,
    "Bedrag_Incl": 17.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_EXCL": 18.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_BTW": 19.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_INCL": 20.1,
    "BEDRAG_FACTUURKORTING_EXCL": 21.1,
    "BEDRAG_FACTUURKORTING_BTW": 22.1,
    "BEDRAG_FACTUURKORTING_INCL": 23.1,
    "BEDRAG_KREDIETBEPERKING_EXCL": 24.1,
    "BEDRAG_KREDIETBEPERKING_BTW": 25.1,
    "BEDRAG_KREDIETBEPERKING_INCL": 26.1,
    "Error_Description": "sample string 27"
  },
  {
    "Factuur_ID": 1,
    "Factuur_DatumString": "",
    "Factuur_Nummer": "sample string 3",
    "Factuur_Betaald": true,
    "Factuur_Datum_BetaaldString": "",
    "Factuur_Betalings_Termijn": 6,
    "Factuur_Verval_DatumString": "",
    "Factuur_Opmerking": "sample string 8",
    "Factuur_Korting": 9.1,
    "Factuur_Opslag_Kantoorkosten": 10.1,
    "Factuur_Kredietbeperking": 11.1,
    "Relatie_Code": "sample string 12",
    "Relatie_ID": 13,
    "Relatie_Naam": "sample string 14",
    "Bedrag_Excl": 15.1,
    "Bedrag_BTW": 16.1,
    "Bedrag_Incl": 17.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_EXCL": 18.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_BTW": 19.1,
    "BEDRAG_OPSLAG_KANTOORKOSTEN_INCL": 20.1,
    "BEDRAG_FACTUURKORTING_EXCL": 21.1,
    "BEDRAG_FACTUURKORTING_BTW": 22.1,
    "BEDRAG_FACTUURKORTING_INCL": 23.1,
    "BEDRAG_KREDIETBEPERKING_EXCL": 24.1,
    "BEDRAG_KREDIETBEPERKING_BTW": 25.1,
    "BEDRAG_KREDIETBEPERKING_INCL": 26.1,
    "Error_Description": "sample string 27"
  }
]