PUT api/v2/CustomerGroup
mise à jour d'un groupe
Request Information
URI Parameters
None.
Body Parameters
CustomerGroupDtoName | Description | Type | Additional information |
---|---|---|---|
Id |
identifiant ( null = create ) |
globally unique identifier |
None. |
CustomerId |
client id |
globally unique identifier |
None. |
Name |
nom |
string |
None. |
ProfilEcoDriveId |
Identifiant du profi éco-conduite |
globally unique identifier |
None. |
Vehicles |
List de vehicle |
Collection of VehicleLightDto |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "fbf02985-d49e-43e6-9735-f8370198cc80", "CustomerId": "ac0c0af5-155b-4218-8bbb-e8b5c9a90a06", "Name": "sample string 2", "ProfilEcoDriveId": "c2399c59-9ea5-4e7d-933b-f8c78a746f68", "Vehicles": [ { "IdWS": 1, "AgencyAffiliationName": "sample string 2", "AgencyAffiliationId": "15cd5682-cf3d-4df0-9bc7-95d72e924b1f", "CustomerGroupId": "10c52f65-9754-4687-943f-65ce64e0d70f", "CustomerGroupName": "sample string 3", "VIN": "sample string 4", "ExternalInterfaceId": "976a3f11-6bdd-42f2-947b-50b62c5dc39c", "InitialEntryIntoService": "2025-07-01T14:41:55.1162972+00:00", "ExternalInterfaces": [ { "Id": "4f9405f5-d85c-4f7a-8518-b43e4ba575a5", "CustomerId": "16b11d9e-e5f3-4408-9898-a2e62b8ce021", "Name": "sample string 3" }, { "Id": "4f9405f5-d85c-4f7a-8518-b43e4ba575a5", "CustomerId": "16b11d9e-e5f3-4408-9898-a2e62b8ce021", "Name": "sample string 3" } ], "JobActivity": "sample string 6", "Renting": true, "UtcEndOfLease": "2025-07-01T14:41:55.1162972+00:00", "TheoreticalConsumption": 1.1, "ReservoirVolume": 1, "Tolerance": 8, "MobileUnitId": "d9649e77-2ae3-4e7d-b8d5-c1c2addba898", "MobileUnitName": "sample string 9", "Imei": "sample string 10", "TotalFuelUsed": 11.1, "CANFuelReportUtc": "2025-07-01T14:41:55.1162972+00:00", "Milestone": 12, "UtcMileageReport": "2025-07-01T14:41:55.1162972+00:00", "MilestoneAtAssignment": 13, "TachySpeedLimit": 1, "CameraType": 0, "VehicleId": "03cac6be-aa3e-4257-bbe0-47061c39aaf7", "CustomerId": "cfbc4b0d-6459-4a90-8e4a-ed61ef36be58", "LicencePlate": "sample string 15", "Name": "sample string 16", "VehicleType": "sample string 17", "Brand": "sample string 18", "Model": "sample string 19", "State": 0, "FuelName": "sample string 20", "FullName": "sample string 16 (sample string 15)", "Utility": "Porteur", "FuelTypeId": 1, "FuelTypeIdSynthesis": 1, "IsFuelTypeConflict": true, "IsActive": true, "CompatibleDownload": true }, { "IdWS": 1, "AgencyAffiliationName": "sample string 2", "AgencyAffiliationId": "15cd5682-cf3d-4df0-9bc7-95d72e924b1f", "CustomerGroupId": "10c52f65-9754-4687-943f-65ce64e0d70f", "CustomerGroupName": "sample string 3", "VIN": "sample string 4", "ExternalInterfaceId": "976a3f11-6bdd-42f2-947b-50b62c5dc39c", "InitialEntryIntoService": "2025-07-01T14:41:55.1162972+00:00", "ExternalInterfaces": [ { "Id": "4f9405f5-d85c-4f7a-8518-b43e4ba575a5", "CustomerId": "16b11d9e-e5f3-4408-9898-a2e62b8ce021", "Name": "sample string 3" }, { "Id": "4f9405f5-d85c-4f7a-8518-b43e4ba575a5", "CustomerId": "16b11d9e-e5f3-4408-9898-a2e62b8ce021", "Name": "sample string 3" } ], "JobActivity": "sample string 6", "Renting": true, "UtcEndOfLease": "2025-07-01T14:41:55.1162972+00:00", "TheoreticalConsumption": 1.1, "ReservoirVolume": 1, "Tolerance": 8, "MobileUnitId": "d9649e77-2ae3-4e7d-b8d5-c1c2addba898", "MobileUnitName": "sample string 9", "Imei": "sample string 10", "TotalFuelUsed": 11.1, "CANFuelReportUtc": "2025-07-01T14:41:55.1162972+00:00", "Milestone": 12, "UtcMileageReport": "2025-07-01T14:41:55.1162972+00:00", "MilestoneAtAssignment": 13, "TachySpeedLimit": 1, "CameraType": 0, "VehicleId": "03cac6be-aa3e-4257-bbe0-47061c39aaf7", "CustomerId": "cfbc4b0d-6459-4a90-8e4a-ed61ef36be58", "LicencePlate": "sample string 15", "Name": "sample string 16", "VehicleType": "sample string 17", "Brand": "sample string 18", "Model": "sample string 19", "State": 0, "FuelName": "sample string 20", "FullName": "sample string 16 (sample string 15)", "Utility": "Porteur", "FuelTypeId": 1, "FuelTypeIdSynthesis": 1, "IsFuelTypeConflict": true, "IsActive": true, "CompatibleDownload": true } ] }
application/xml, text/xml
Sample:
<CustomerGroupDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.CustomerGroup"> <CustomerId>ac0c0af5-155b-4218-8bbb-e8b5c9a90a06</CustomerId> <Id>fbf02985-d49e-43e6-9735-f8370198cc80</Id> <Name>sample string 2</Name> <ProfilEcoDriveId>c2399c59-9ea5-4e7d-933b-f8c78a746f68</ProfilEcoDriveId> <Vehicles xmlns:d2p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto"> <d2p1:VehicleLightDto> <d2p1:Brand>sample string 18</d2p1:Brand> <d2p1:CompatibleDownload>true</d2p1:CompatibleDownload> <d2p1:CustomerId>cfbc4b0d-6459-4a90-8e4a-ed61ef36be58</d2p1:CustomerId> <d2p1:FuelName>sample string 20</d2p1:FuelName> <d2p1:FuelTypeId>1</d2p1:FuelTypeId> <d2p1:FuelTypeIdSynthesis>1</d2p1:FuelTypeIdSynthesis> <d2p1:IsActive>true</d2p1:IsActive> <d2p1:IsFuelTypeConflict>true</d2p1:IsFuelTypeConflict> <d2p1:LicencePlate>sample string 15</d2p1:LicencePlate> <d2p1:Model>sample string 19</d2p1:Model> <d2p1:Name>sample string 16</d2p1:Name> <d2p1:State>Active</d2p1:State> <d2p1:VehicleId>03cac6be-aa3e-4257-bbe0-47061c39aaf7</d2p1:VehicleId> <d2p1:VehicleType>sample string 17</d2p1:VehicleType> <d2p1:AgencyAffiliationId>15cd5682-cf3d-4df0-9bc7-95d72e924b1f</d2p1:AgencyAffiliationId> <d2p1:AgencyAffiliationName>sample string 2</d2p1:AgencyAffiliationName> <d2p1:CANFuelReportUtc>2025-07-01T14:41:55.1162972+00:00</d2p1:CANFuelReportUtc> <d2p1:CameraType>WITHOUT_CAMERA</d2p1:CameraType> <d2p1:CustomerGroupId>10c52f65-9754-4687-943f-65ce64e0d70f</d2p1:CustomerGroupId> <d2p1:CustomerGroupName>sample string 3</d2p1:CustomerGroupName> <d2p1:ExternalInterfaceId>976a3f11-6bdd-42f2-947b-50b62c5dc39c</d2p1:ExternalInterfaceId> <d2p1:ExternalInterfaces xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface"> <d4p1:ExternalInterfaceHeaderDto> <d4p1:CustomerId>16b11d9e-e5f3-4408-9898-a2e62b8ce021</d4p1:CustomerId> <d4p1:Id>4f9405f5-d85c-4f7a-8518-b43e4ba575a5</d4p1:Id> <d4p1:Name>sample string 3</d4p1:Name> </d4p1:ExternalInterfaceHeaderDto> <d4p1:ExternalInterfaceHeaderDto> <d4p1:CustomerId>16b11d9e-e5f3-4408-9898-a2e62b8ce021</d4p1:CustomerId> <d4p1:Id>4f9405f5-d85c-4f7a-8518-b43e4ba575a5</d4p1:Id> <d4p1:Name>sample string 3</d4p1:Name> </d4p1:ExternalInterfaceHeaderDto> </d2p1:ExternalInterfaces> <d2p1:IdWS>1</d2p1:IdWS> <d2p1:Imei>sample string 10</d2p1:Imei> <d2p1:InitialEntryIntoService>2025-07-01T14:41:55.1162972+00:00</d2p1:InitialEntryIntoService> <d2p1:JobActivity>sample string 6</d2p1:JobActivity> <d2p1:Milestone>12</d2p1:Milestone> <d2p1:MilestoneAtAssignment>13</d2p1:MilestoneAtAssignment> <d2p1:MobileUnitId>d9649e77-2ae3-4e7d-b8d5-c1c2addba898</d2p1:MobileUnitId> <d2p1:MobileUnitName>sample string 9</d2p1:MobileUnitName> <d2p1:Renting>true</d2p1:Renting> <d2p1:ReservoirVolume>1</d2p1:ReservoirVolume> <d2p1:TachySpeedLimit>1</d2p1:TachySpeedLimit> <d2p1:TheoreticalConsumption>1.1</d2p1:TheoreticalConsumption> <d2p1:Tolerance>8</d2p1:Tolerance> <d2p1:TotalFuelUsed>11.1</d2p1:TotalFuelUsed> <d2p1:UtcEndOfLease>2025-07-01T14:41:55.1162972+00:00</d2p1:UtcEndOfLease> <d2p1:UtcMileageReport>2025-07-01T14:41:55.1162972+00:00</d2p1:UtcMileageReport> <d2p1:VIN>sample string 4</d2p1:VIN> </d2p1:VehicleLightDto> <d2p1:VehicleLightDto> <d2p1:Brand>sample string 18</d2p1:Brand> <d2p1:CompatibleDownload>true</d2p1:CompatibleDownload> <d2p1:CustomerId>cfbc4b0d-6459-4a90-8e4a-ed61ef36be58</d2p1:CustomerId> <d2p1:FuelName>sample string 20</d2p1:FuelName> <d2p1:FuelTypeId>1</d2p1:FuelTypeId> <d2p1:FuelTypeIdSynthesis>1</d2p1:FuelTypeIdSynthesis> <d2p1:IsActive>true</d2p1:IsActive> <d2p1:IsFuelTypeConflict>true</d2p1:IsFuelTypeConflict> <d2p1:LicencePlate>sample string 15</d2p1:LicencePlate> <d2p1:Model>sample string 19</d2p1:Model> <d2p1:Name>sample string 16</d2p1:Name> <d2p1:State>Active</d2p1:State> <d2p1:VehicleId>03cac6be-aa3e-4257-bbe0-47061c39aaf7</d2p1:VehicleId> <d2p1:VehicleType>sample string 17</d2p1:VehicleType> <d2p1:AgencyAffiliationId>15cd5682-cf3d-4df0-9bc7-95d72e924b1f</d2p1:AgencyAffiliationId> <d2p1:AgencyAffiliationName>sample string 2</d2p1:AgencyAffiliationName> <d2p1:CANFuelReportUtc>2025-07-01T14:41:55.1162972+00:00</d2p1:CANFuelReportUtc> <d2p1:CameraType>WITHOUT_CAMERA</d2p1:CameraType> <d2p1:CustomerGroupId>10c52f65-9754-4687-943f-65ce64e0d70f</d2p1:CustomerGroupId> <d2p1:CustomerGroupName>sample string 3</d2p1:CustomerGroupName> <d2p1:ExternalInterfaceId>976a3f11-6bdd-42f2-947b-50b62c5dc39c</d2p1:ExternalInterfaceId> <d2p1:ExternalInterfaces xmlns:d4p1="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto.ExternalInterface"> <d4p1:ExternalInterfaceHeaderDto> <d4p1:CustomerId>16b11d9e-e5f3-4408-9898-a2e62b8ce021</d4p1:CustomerId> <d4p1:Id>4f9405f5-d85c-4f7a-8518-b43e4ba575a5</d4p1:Id> <d4p1:Name>sample string 3</d4p1:Name> </d4p1:ExternalInterfaceHeaderDto> <d4p1:ExternalInterfaceHeaderDto> <d4p1:CustomerId>16b11d9e-e5f3-4408-9898-a2e62b8ce021</d4p1:CustomerId> <d4p1:Id>4f9405f5-d85c-4f7a-8518-b43e4ba575a5</d4p1:Id> <d4p1:Name>sample string 3</d4p1:Name> </d4p1:ExternalInterfaceHeaderDto> </d2p1:ExternalInterfaces> <d2p1:IdWS>1</d2p1:IdWS> <d2p1:Imei>sample string 10</d2p1:Imei> <d2p1:InitialEntryIntoService>2025-07-01T14:41:55.1162972+00:00</d2p1:InitialEntryIntoService> <d2p1:JobActivity>sample string 6</d2p1:JobActivity> <d2p1:Milestone>12</d2p1:Milestone> <d2p1:MilestoneAtAssignment>13</d2p1:MilestoneAtAssignment> <d2p1:MobileUnitId>d9649e77-2ae3-4e7d-b8d5-c1c2addba898</d2p1:MobileUnitId> <d2p1:MobileUnitName>sample string 9</d2p1:MobileUnitName> <d2p1:Renting>true</d2p1:Renting> <d2p1:ReservoirVolume>1</d2p1:ReservoirVolume> <d2p1:TachySpeedLimit>1</d2p1:TachySpeedLimit> <d2p1:TheoreticalConsumption>1.1</d2p1:TheoreticalConsumption> <d2p1:Tolerance>8</d2p1:Tolerance> <d2p1:TotalFuelUsed>11.1</d2p1:TotalFuelUsed> <d2p1:UtcEndOfLease>2025-07-01T14:41:55.1162972+00:00</d2p1:UtcEndOfLease> <d2p1:UtcMileageReport>2025-07-01T14:41:55.1162972+00:00</d2p1:UtcMileageReport> <d2p1:VIN>sample string 4</d2p1:VIN> </d2p1:VehicleLightDto> </Vehicles> </CustomerGroupDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseDto
ResponseDtoName | Description | Type | Additional information |
---|---|---|---|
IsValid |
Valdie ? |
boolean |
None. |
Errors |
liste d'erreurs |
Collection of string |
None. |
Data |
Objet à retourner |
Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsValid": true, "Errors": [ "sample string 1", "sample string 2" ], "Data": {} }
application/xml, text/xml
Sample:
<ResponseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vehizen.Domain.Dto"> <Data /> <Errors xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:string>sample string 1</d2p1:string> <d2p1:string>sample string 2</d2p1:string> </Errors> <IsValid>true</IsValid> </ResponseDto>