POST api/v2/socialdata/absence/profil
Ajoute 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": "6d952b8c-0e0d-4ca6-81c5-dce8aa47c4fe", "Absences": [ { "Id": "23d014e2-27c7-4cb5-84bf-aec735d66f58", "ProfilId": "9e9baa51-67a9-4967-b36c-6e4ec0d307ed", "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": "aa2c7b12-382d-4159-8a4c-3b2c08b18503" }, { "Id": "23d014e2-27c7-4cb5-84bf-aec735d66f58", "ProfilId": "9e9baa51-67a9-4967-b36c-6e4ec0d307ed", "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": "aa2c7b12-382d-4159-8a4c-3b2c08b18503" } ], "CustomerId": "f33ad650-4f4f-4797-993d-7060fd63896a", "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>f33ad650-4f4f-4797-993d-7060fd63896a</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:AnalyticId>aa2c7b12-382d-4159-8a4c-3b2c08b18503</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:Name>sample string 2</d2p1:Name> <d2p1:NightCR>true</d2p1:NightCR> <d2p1:Order>10</d2p1:Order> <d2p1:Payd>true</d2p1:Payd> <d2p1:ProfilId>9e9baa51-67a9-4967-b36c-6e4ec0d307ed</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>23d014e2-27c7-4cb5-84bf-aec735d66f58</d2p1:Id> </d2p1:AbsenceDefinitionDto> <d2p1:AbsenceDefinitionDto> <d2p1:AnalyticId>aa2c7b12-382d-4159-8a4c-3b2c08b18503</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:Name>sample string 2</d2p1:Name> <d2p1:NightCR>true</d2p1:NightCR> <d2p1:Order>10</d2p1:Order> <d2p1:Payd>true</d2p1:Payd> <d2p1:ProfilId>9e9baa51-67a9-4967-b36c-6e4ec0d307ed</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>23d014e2-27c7-4cb5-84bf-aec735d66f58</d2p1:Id> </d2p1:AbsenceDefinitionDto> </Absences> <Id>6d952b8c-0e0d-4ca6-81c5-dce8aa47c4fe</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": "6dcdd6a0-d9b8-44af-912b-32e79a04f973", "Absences": [ { "Id": "3a7ce7ee-1804-48c8-abcc-d794227ab449", "ProfilId": "085f3f55-df43-48ac-b101-e2aea326b899", "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": "473715f9-3f44-4e1a-aa46-4b6997debf18" }, { "Id": "3a7ce7ee-1804-48c8-abcc-d794227ab449", "ProfilId": "085f3f55-df43-48ac-b101-e2aea326b899", "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": "473715f9-3f44-4e1a-aa46-4b6997debf18" } ], "CustomerId": "a3108053-6c71-4660-9cc3-33e6b21e2447", "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>a3108053-6c71-4660-9cc3-33e6b21e2447</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:AnalyticId>473715f9-3f44-4e1a-aa46-4b6997debf18</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:Name>sample string 3</d2p1:Name> <d2p1:NightCR>true</d2p1:NightCR> <d2p1:Order>11</d2p1:Order> <d2p1:Payd>true</d2p1:Payd> <d2p1:ProfilId>085f3f55-df43-48ac-b101-e2aea326b899</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>3a7ce7ee-1804-48c8-abcc-d794227ab449</d2p1:Id> </d2p1:AbsenceDto> <d2p1:AbsenceDto> <d2p1:AnalyticId>473715f9-3f44-4e1a-aa46-4b6997debf18</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:Name>sample string 3</d2p1:Name> <d2p1:NightCR>true</d2p1:NightCR> <d2p1:Order>11</d2p1:Order> <d2p1:Payd>true</d2p1:Payd> <d2p1:ProfilId>085f3f55-df43-48ac-b101-e2aea326b899</d2p1:ProfilId> <d2p1:Quota>true</d2p1:Quota> <d2p1:Id>3a7ce7ee-1804-48c8-abcc-d794227ab449</d2p1:Id> </d2p1:AbsenceDto> </Absences> <Id>6dcdd6a0-d9b8-44af-912b-32e79a04f973</Id> </AbsenceProfileDto>