PUT api/v2/socialdata/absence/profil
Met à jour un profile
Request Information
URI Parameters
None.
Body Parameters
AbsenceProfileDefinitionDtoName | 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": "720e725b-33fa-4643-b9d4-61894c6ff530", "Absences": [ { "Id": "9ac687f4-f8a2-4808-b991-6867e9fe0db2", "ProfilId": "fd7cc359-55bc-4797-9085-a7aa47e56665", "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": "3958dc08-1eb5-42f5-80f6-bf89bd503fb8", "AnalyticCode": "sample string 13", "IsLinkedToAnyDriver": true }, { "Id": "9ac687f4-f8a2-4808-b991-6867e9fe0db2", "ProfilId": "fd7cc359-55bc-4797-9085-a7aa47e56665", "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": "3958dc08-1eb5-42f5-80f6-bf89bd503fb8", "AnalyticCode": "sample string 13", "IsLinkedToAnyDriver": true } ], "CustomerId": "e5787da3-b964-49f9-9456-3ab2ea927da4", "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>e5787da3-b964-49f9-9456-3ab2ea927da4</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>3958dc08-1eb5-42f5-80f6-bf89bd503fb8</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>fd7cc359-55bc-4797-9085-a7aa47e56665</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>9ac687f4-f8a2-4808-b991-6867e9fe0db2</d2p1:Id> </d2p1:AbsenceDefinitionDto> <d2p1:AbsenceDefinitionDto> <d2p1:AnalyticCode>sample string 13</d2p1:AnalyticCode> <d2p1:AnalyticId>3958dc08-1eb5-42f5-80f6-bf89bd503fb8</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>fd7cc359-55bc-4797-9085-a7aa47e56665</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>9ac687f4-f8a2-4808-b991-6867e9fe0db2</d2p1:Id> </d2p1:AbsenceDefinitionDto> </Absences> <Id>720e725b-33fa-4643-b9d4-61894c6ff530</Id> </AbsenceProfileDefinitionDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
AbsenceProfileDtoName | 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": "de13ff0e-6f39-478b-88a5-01a1e24d53de", "Absences": [ { "Id": "a626bce0-a2ce-49a3-b732-37031887e9e2", "ProfilId": "b1892abb-6fc2-4962-a5a4-57318fa84018", "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": "510ae9ee-36c6-4f93-b111-89cbc0510166", "AnalyticCode": "sample string 14", "IsLinkedToAnyDriver": true }, { "Id": "a626bce0-a2ce-49a3-b732-37031887e9e2", "ProfilId": "b1892abb-6fc2-4962-a5a4-57318fa84018", "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": "510ae9ee-36c6-4f93-b111-89cbc0510166", "AnalyticCode": "sample string 14", "IsLinkedToAnyDriver": true } ], "CustomerId": "761981cd-3ed8-4c02-a810-1e0dae09a7e2", "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>761981cd-3ed8-4c02-a810-1e0dae09a7e2</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>510ae9ee-36c6-4f93-b111-89cbc0510166</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>b1892abb-6fc2-4962-a5a4-57318fa84018</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>a626bce0-a2ce-49a3-b732-37031887e9e2</d2p1:Id> </d2p1:AbsenceDto> <d2p1:AbsenceDto> <d2p1:AnalyticCode>sample string 14</d2p1:AnalyticCode> <d2p1:AnalyticId>510ae9ee-36c6-4f93-b111-89cbc0510166</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>b1892abb-6fc2-4962-a5a4-57318fa84018</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>a626bce0-a2ce-49a3-b732-37031887e9e2</d2p1:Id> </d2p1:AbsenceDto> </Absences> <Id>de13ff0e-6f39-478b-88a5-01a1e24d53de</Id> </AbsenceProfileDto>