GET api/v2/socialdata/absence/profil/driver/{driverId}?DateStart={DateStart}&DateEnd={DateEnd}
Retourne le profil d'un conducteur
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| driverId | globally unique identifier |
Required |
|
| DateStart | date |
None. |
|
| DateEnd | date |
None. |
Body Parameters
None.
Response Information
Resource Description
AbsenceProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Absences | Collection of AbsenceDto |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Description | string |
None. |
|
| IsEditable | boolean |
None. |
|
| NbMonthlyHours | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "15e9faf4-6d62-4587-89e6-c2f9b039fdda",
"Absences": [
{
"Id": "16c7bb03-1fee-4fda-a6e9-3ad786144642",
"ProfilId": "0c423e8b-a56a-4660-8552-c71a9ff9eb53",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "3566257f-70cd-4aab-939e-eb16d501042b",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
},
{
"Id": "16c7bb03-1fee-4fda-a6e9-3ad786144642",
"ProfilId": "0c423e8b-a56a-4660-8552-c71a9ff9eb53",
"Name": "sample string 3",
"DayTime": 4,
"HalfDayTime": 5,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 11,
"Color": "sample string 12",
"EditableHour": true,
"AnalyticId": "3566257f-70cd-4aab-939e-eb16d501042b",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "6a381f20-ca97-4d49-8245-2a77769898c6",
"Name": "sample string 2",
"Description": "sample string 3",
"IsEditable": true,
"NbMonthlyHours": 5
}
application/xml, text/xml
Sample:
<AbsenceProfileDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Absence">
<CustomerId>6a381f20-ca97-4d49-8245-2a77769898c6</CustomerId>
<Description>sample string 3</Description>
<IsEditable>true</IsEditable>
<Name>sample string 2</Name>
<NbMonthlyHours>5</NbMonthlyHours>
<Absences xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contract">
<d2p1:AbsenceDto>
<d2p1:AnalyticCode>sample string 14</d2p1:AnalyticCode>
<d2p1:AnalyticId>3566257f-70cd-4aab-939e-eb16d501042b</d2p1:AnalyticId>
<d2p1:CR>true</d2p1:CR>
<d2p1:Color>sample string 12</d2p1:Color>
<d2p1:DayTime>4</d2p1:DayTime>
<d2p1:EditableHour>true</d2p1:EditableHour>
<d2p1:ExtraHour>true</d2p1:ExtraHour>
<d2p1:HalfDayTime>5</d2p1:HalfDayTime>
<d2p1:IsLinkedToAnyDriver>true</d2p1:IsLinkedToAnyDriver>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:NightCR>true</d2p1:NightCR>
<d2p1:Order>11</d2p1:Order>
<d2p1:Payd>true</d2p1:Payd>
<d2p1:ProfilId>0c423e8b-a56a-4660-8552-c71a9ff9eb53</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>16c7bb03-1fee-4fda-a6e9-3ad786144642</d2p1:Id>
</d2p1:AbsenceDto>
<d2p1:AbsenceDto>
<d2p1:AnalyticCode>sample string 14</d2p1:AnalyticCode>
<d2p1:AnalyticId>3566257f-70cd-4aab-939e-eb16d501042b</d2p1:AnalyticId>
<d2p1:CR>true</d2p1:CR>
<d2p1:Color>sample string 12</d2p1:Color>
<d2p1:DayTime>4</d2p1:DayTime>
<d2p1:EditableHour>true</d2p1:EditableHour>
<d2p1:ExtraHour>true</d2p1:ExtraHour>
<d2p1:HalfDayTime>5</d2p1:HalfDayTime>
<d2p1:IsLinkedToAnyDriver>true</d2p1:IsLinkedToAnyDriver>
<d2p1:Name>sample string 3</d2p1:Name>
<d2p1:NightCR>true</d2p1:NightCR>
<d2p1:Order>11</d2p1:Order>
<d2p1:Payd>true</d2p1:Payd>
<d2p1:ProfilId>0c423e8b-a56a-4660-8552-c71a9ff9eb53</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>16c7bb03-1fee-4fda-a6e9-3ad786144642</d2p1:Id>
</d2p1:AbsenceDto>
</Absences>
<Id>15e9faf4-6d62-4587-89e6-c2f9b039fdda</Id>
</AbsenceProfileDto>