POST api/RapportageFacturatieOmzetten/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 Rapportage_Facturatie_Omzet
NameDescriptionTypeAdditional information
Jaar

integer

None.

Maand

integer

None.

Klant_Code

string

None.

Klant_Naam

string

None.

Holding_Code

string

None.

Holding_Naam

string

None.

Declarant_Code

string

None.

Declarant_Naam

string

None.

Bedrijf

string

None.

Omzet

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Jaar": 1,
    "Maand": 2,
    "Klant_Code": "sample string 3",
    "Klant_Naam": "sample string 4",
    "Holding_Code": "sample string 5",
    "Holding_Naam": "sample string 6",
    "Declarant_Code": "sample string 7",
    "Declarant_Naam": "sample string 8",
    "Bedrijf": "sample string 9",
    "Omzet": 10.1
  },
  {
    "Jaar": 1,
    "Maand": 2,
    "Klant_Code": "sample string 3",
    "Klant_Naam": "sample string 4",
    "Holding_Code": "sample string 5",
    "Holding_Naam": "sample string 6",
    "Declarant_Code": "sample string 7",
    "Declarant_Naam": "sample string 8",
    "Bedrijf": "sample string 9",
    "Omzet": 10.1
  }
]