GET api/BenchmarkUurtarief
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| api_key |
api_key is een verplicht veld |
string | |
| type |
type is een verplicht veld |
string |
Mogelijke keuzes: - maat - maatschap |
| id |
id is een verplicht veld |
string |
Hier moet een id van het meegegeven type worden meegegeven - voor maat is dit medewerkerid - voor maatschap is dit een tekstuele waarde van 3 cijfers |
Body Parameters
None.
Response Information
Resource Description
BenchmarkUurtarief| Name | Description | Type | Additional information |
|---|---|---|---|
| Resultaat | Resultaat | ||
| Gemiddelde | decimal number |
Response Formats
application/json, text/json
Sample:
{
"Resultaat": {
"Resultaat": "sample string 1",
"Melding": "sample string 2"
},
"Gemiddelde": 1.0
}
application/xml, text/xml
Sample:
<BenchmarkUurtarief xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TFGService.Models.Controllers">
<Gemiddelde>1</Gemiddelde>
<Resultaat xmlns:d2p1="http://schemas.datacontract.org/2004/07/TFGService.Models">
<d2p1:Melding>sample string 2</d2p1:Melding>
<d2p1:Resultaat>sample string 1</d2p1:Resultaat>
</Resultaat>
</BenchmarkUurtarief>