GET api/v2/socialdata/absence/profil/add/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
AbsenceProfileDefinitionDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
identifiant |
globally unique identifier |
None. |
| Absences |
Absences |
Collection of AbsenceDefinitionDto |
None. |
| CustomerId |
identifiant du client |
globally unique identifier |
None. |
| Name |
Nom |
string |
None. |
| Description |
Description |
string |
None. |
| IsEditable |
indique si il est éditable |
boolean |
None. |
| NbMonthlyHours | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "1ebd0ba4-d216-4638-b94e-bd2ae0450b9c",
"Absences": [
{
"Id": "bda9be01-a36e-4538-bc67-c86065b483a8",
"ProfilId": "610deed7-e339-40bd-9a7a-305f1f83086b",
"Name": "sample string 2",
"DayTime": 3,
"HalfDayTime": 4,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 10,
"Color": "sample string 11",
"EditableHour": true,
"AnalyticId": "f10fb772-26a1-40c1-892d-ef6ed1e5eea7",
"AnalyticCode": "sample string 13",
"IsLinkedToAnyDriver": true
},
{
"Id": "bda9be01-a36e-4538-bc67-c86065b483a8",
"ProfilId": "610deed7-e339-40bd-9a7a-305f1f83086b",
"Name": "sample string 2",
"DayTime": 3,
"HalfDayTime": 4,
"Payd": true,
"ExtraHour": true,
"Quota": true,
"CR": true,
"NightCR": true,
"Order": 10,
"Color": "sample string 11",
"EditableHour": true,
"AnalyticId": "f10fb772-26a1-40c1-892d-ef6ed1e5eea7",
"AnalyticCode": "sample string 13",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "c5c91338-34d4-47f6-8196-56473ed7c462",
"Name": "sample string 1",
"Description": "sample string 2",
"IsEditable": true,
"NbMonthlyHours": 4
}
application/xml, text/xml
Sample:
<AbsenceProfileDefinitionDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Absence">
<CustomerId>c5c91338-34d4-47f6-8196-56473ed7c462</CustomerId>
<Description>sample string 2</Description>
<IsEditable>true</IsEditable>
<Name>sample string 1</Name>
<NbMonthlyHours>4</NbMonthlyHours>
<Absences xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.Contract">
<d2p1:AbsenceDefinitionDto>
<d2p1:AnalyticCode>sample string 13</d2p1:AnalyticCode>
<d2p1:AnalyticId>f10fb772-26a1-40c1-892d-ef6ed1e5eea7</d2p1:AnalyticId>
<d2p1:CR>true</d2p1:CR>
<d2p1:Color>sample string 11</d2p1:Color>
<d2p1:DayTime>3</d2p1:DayTime>
<d2p1:EditableHour>true</d2p1:EditableHour>
<d2p1:ExtraHour>true</d2p1:ExtraHour>
<d2p1:HalfDayTime>4</d2p1:HalfDayTime>
<d2p1:IsLinkedToAnyDriver>true</d2p1:IsLinkedToAnyDriver>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NightCR>true</d2p1:NightCR>
<d2p1:Order>10</d2p1:Order>
<d2p1:Payd>true</d2p1:Payd>
<d2p1:ProfilId>610deed7-e339-40bd-9a7a-305f1f83086b</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>bda9be01-a36e-4538-bc67-c86065b483a8</d2p1:Id>
</d2p1:AbsenceDefinitionDto>
<d2p1:AbsenceDefinitionDto>
<d2p1:AnalyticCode>sample string 13</d2p1:AnalyticCode>
<d2p1:AnalyticId>f10fb772-26a1-40c1-892d-ef6ed1e5eea7</d2p1:AnalyticId>
<d2p1:CR>true</d2p1:CR>
<d2p1:Color>sample string 11</d2p1:Color>
<d2p1:DayTime>3</d2p1:DayTime>
<d2p1:EditableHour>true</d2p1:EditableHour>
<d2p1:ExtraHour>true</d2p1:ExtraHour>
<d2p1:HalfDayTime>4</d2p1:HalfDayTime>
<d2p1:IsLinkedToAnyDriver>true</d2p1:IsLinkedToAnyDriver>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:NightCR>true</d2p1:NightCR>
<d2p1:Order>10</d2p1:Order>
<d2p1:Payd>true</d2p1:Payd>
<d2p1:ProfilId>610deed7-e339-40bd-9a7a-305f1f83086b</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>bda9be01-a36e-4538-bc67-c86065b483a8</d2p1:Id>
</d2p1:AbsenceDefinitionDto>
</Absences>
<Id>1ebd0ba4-d216-4638-b94e-bd2ae0450b9c</Id>
</AbsenceProfileDefinitionDto>