DriverGroup


Service URLs:


JSON Response Example

{
  "Id": 1,
  "Name": "StringValue",
  "DivisionId": 1
}

XML Response Example

<?xml version="1.0" encoding="utf-8"?>
<DriverGroup xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Id>1</Id>
  <Name>StringValue</Name>
  <DivisionId>1</DivisionId>
</DriverGroup>