POST api/RapportageOHWPerMedewerkerOntwikkelingen/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_OHW_Per_Medewerker_Ontwikkeling
NameDescriptionTypeAdditional information
Relatie_ID

integer

None.

Relatie_Code

string

None.

Relatie_Naam

string

None.

Activiteit_ID

integer

None.

Activiteit_Code

string

None.

Activiteit_Omschrijving

string

None.

Medewerker_ID

integer

None.

Medewerker_Code

string

None.

Medewerker_Naam

string

None.

Medewerker_Afdeling_ID

integer

None.

Relatie_Declarant

integer

None.

Bedrijf_ID

integer

None.

OHW_Uren_Aantal_Stand1

decimal number

None.

OHW_Uren_Stand1

decimal number

None.

Uren_Besteed_Aantal

decimal number

None.

Uren_Besteed

decimal number

None.

Uren_Gefactureerd_Aantal

decimal number

None.

Uren_Gefactureerd

decimal number

None.

Uren_Bij_Afgeboekt_Aantal

decimal number

None.

Uren_Bij_Afgeboekt

decimal number

None.

OHW_Uren_Aantal_Stand2

decimal number

None.

OHW_Uren_Stand2

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Relatie_ID": 1,
    "Relatie_Code": "sample string 2",
    "Relatie_Naam": "sample string 3",
    "Activiteit_ID": 4,
    "Activiteit_Code": "sample string 5",
    "Activiteit_Omschrijving": "sample string 6",
    "Medewerker_ID": 7,
    "Medewerker_Code": "sample string 8",
    "Medewerker_Naam": "sample string 9",
    "Medewerker_Afdeling_ID": 10,
    "Relatie_Declarant": 11,
    "Bedrijf_ID": 12,
    "OHW_Uren_Aantal_Stand1": 13.1,
    "OHW_Uren_Stand1": 14.1,
    "Uren_Besteed_Aantal": 15.1,
    "Uren_Besteed": 16.1,
    "Uren_Gefactureerd_Aantal": 17.1,
    "Uren_Gefactureerd": 18.1,
    "Uren_Bij_Afgeboekt_Aantal": 19.1,
    "Uren_Bij_Afgeboekt": 20.1,
    "OHW_Uren_Aantal_Stand2": 21.1,
    "OHW_Uren_Stand2": 22.1
  },
  {
    "Relatie_ID": 1,
    "Relatie_Code": "sample string 2",
    "Relatie_Naam": "sample string 3",
    "Activiteit_ID": 4,
    "Activiteit_Code": "sample string 5",
    "Activiteit_Omschrijving": "sample string 6",
    "Medewerker_ID": 7,
    "Medewerker_Code": "sample string 8",
    "Medewerker_Naam": "sample string 9",
    "Medewerker_Afdeling_ID": 10,
    "Relatie_Declarant": 11,
    "Bedrijf_ID": 12,
    "OHW_Uren_Aantal_Stand1": 13.1,
    "OHW_Uren_Stand1": 14.1,
    "Uren_Besteed_Aantal": 15.1,
    "Uren_Besteed": 16.1,
    "Uren_Gefactureerd_Aantal": 17.1,
    "Uren_Gefactureerd": 18.1,
    "Uren_Bij_Afgeboekt_Aantal": 19.1,
    "Uren_Bij_Afgeboekt": 20.1,
    "OHW_Uren_Aantal_Stand2": 21.1,
    "OHW_Uren_Stand2": 22.1
  }
]