PUT api/v2/socialdata/absence/profil
Met à jour un profil
Request Information
URI Parameters
None.
Body Parameters
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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "fac69280-8787-4553-be18-099b8339a8cc",
"Absences": [
{
"Id": "4413f99f-4571-440d-acfd-4f6431494655",
"ProfilId": "c26451c6-ee77-49db-bedd-0d3ee4123239",
"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": "03e7ac19-6541-4ea1-9c49-602877f6c0e9",
"AnalyticCode": "sample string 13",
"IsLinkedToAnyDriver": true
},
{
"Id": "4413f99f-4571-440d-acfd-4f6431494655",
"ProfilId": "c26451c6-ee77-49db-bedd-0d3ee4123239",
"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": "03e7ac19-6541-4ea1-9c49-602877f6c0e9",
"AnalyticCode": "sample string 13",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "31ba0b59-aa09-4f59-aaa9-88f19efb0df6",
"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>31ba0b59-aa09-4f59-aaa9-88f19efb0df6</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>03e7ac19-6541-4ea1-9c49-602877f6c0e9</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>c26451c6-ee77-49db-bedd-0d3ee4123239</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>4413f99f-4571-440d-acfd-4f6431494655</d2p1:Id>
</d2p1:AbsenceDefinitionDto>
<d2p1:AbsenceDefinitionDto>
<d2p1:AnalyticCode>sample string 13</d2p1:AnalyticCode>
<d2p1:AnalyticId>03e7ac19-6541-4ea1-9c49-602877f6c0e9</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>c26451c6-ee77-49db-bedd-0d3ee4123239</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>4413f99f-4571-440d-acfd-4f6431494655</d2p1:Id>
</d2p1:AbsenceDefinitionDto>
</Absences>
<Id>fac69280-8787-4553-be18-099b8339a8cc</Id>
</AbsenceProfileDefinitionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AbsenceProfileDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
identifiant |
globally unique identifier |
None. |
| Absences |
absences |
Collection of AbsenceDto |
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": "c8e68dd1-eb92-428f-8fab-eb46041a2f1c",
"Absences": [
{
"Id": "c50327d6-d5ba-4011-a8af-973da71003fb",
"ProfilId": "0bc66789-0fc3-42d8-86bf-7328eeae8b36",
"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": "e3c4efd8-2766-464e-933c-77af1eb85e64",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
},
{
"Id": "c50327d6-d5ba-4011-a8af-973da71003fb",
"ProfilId": "0bc66789-0fc3-42d8-86bf-7328eeae8b36",
"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": "e3c4efd8-2766-464e-933c-77af1eb85e64",
"AnalyticCode": "sample string 14",
"IsLinkedToAnyDriver": true
}
],
"CustomerId": "838f108f-5fea-4ea2-8966-7c65f7b6812e",
"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>838f108f-5fea-4ea2-8966-7c65f7b6812e</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>e3c4efd8-2766-464e-933c-77af1eb85e64</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>0bc66789-0fc3-42d8-86bf-7328eeae8b36</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>c50327d6-d5ba-4011-a8af-973da71003fb</d2p1:Id>
</d2p1:AbsenceDto>
<d2p1:AbsenceDto>
<d2p1:AnalyticCode>sample string 14</d2p1:AnalyticCode>
<d2p1:AnalyticId>e3c4efd8-2766-464e-933c-77af1eb85e64</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>0bc66789-0fc3-42d8-86bf-7328eeae8b36</d2p1:ProfilId>
<d2p1:Quota>true</d2p1:Quota>
<d2p1:Id>c50327d6-d5ba-4011-a8af-973da71003fb</d2p1:Id>
</d2p1:AbsenceDto>
</Absences>
<Id>c8e68dd1-eb92-428f-8fab-eb46041a2f1c</Id>
</AbsenceProfileDto>