Reference for http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/GetGeoDeviceTrackFromId

Récupère la trace d'un boitier gps a partir de son ID

Url: http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/GetGeoDeviceTrackFromId

HTTP Method: POST

Message direction Format Body
Request Xml Example,Schema
Request Json Example
Response Xml Example,Schema
Response Json Example

The following is an example request Xml body:

<GetGeoDeviceTrackFromIdRequest xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request">
  <Credential xmlns="EurekaTechnology.DispatchWeb.API.Business">
    <License>String content</License>
    <Login>String content</Login>
    <Password>String content</Password>
    <EMail>String content</EMail>
    <Language>String content</Language>
    <ConnectionToken>String content</ConnectionToken>
    <OrdererCode>String content</OrdererCode>
    <DelegateToken>String content</DelegateToken>
    <ConsumerOrdererCode>String content</ConsumerOrdererCode>
    <ConsumerKey>String content</ConsumerKey>
    <Sso>
      <SsoConfigurationCode>String content</SsoConfigurationCode>
      <SsoAuthCode>String content</SsoAuthCode>
      <SsoRedirectUri>String content</SsoRedirectUri>
      <SsoSamlContent>String content</SsoSamlContent>
      <SsoSamlHttpMethod>String content</SsoSamlHttpMethod>
    </Sso>
  </Credential>
  <GeoDeviceId>2147483647</GeoDeviceId>
  <StartTrackUtcDate>1999-05-31T11:20:00</StartTrackUtcDate>
  <EndTrackUtcDate>1999-05-31T11:20:00</EndTrackUtcDate>
  <SmoothRoad>true</SmoothRoad>
  <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
</GetGeoDeviceTrackFromIdRequest>

The following is an example request Json body:

{
	"Credential":{
		"License":"String content",
		"Login":"String content",
		"Password":"String content",
		"EMail":"String content",
		"Language":"String content",
		"ConnectionToken":"String content",
		"OrdererCode":"String content",
		"DelegateToken":"String content",
		"ConsumerOrdererCode":"String content",
		"ConsumerKey":"String content",
		"Sso":{
			"SsoConfigurationCode":"String content",
			"SsoAuthCode":"String content",
			"SsoRedirectUri":"String content",
			"SsoSamlContent":"String content",
			"SsoSamlHttpMethod":"String content"
		}
	},
	"GeoDeviceId":2147483647,
	"StartTrackUtcDate":"\/Date(928142400000+0200)\/",
	"EndTrackUtcDate":"\/Date(928142400000+0200)\/",
	"SmoothRoad":true,
	"GeoDeviceGuid":"1627aea5-8e0a-4371-9022-9b504344e724"
}

The following is an example response Xml body:

<GetGeoDeviceTrackFromIdResponse xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response">
  <Errors xmlns="EurekaTechnology.DispatchWeb.API.Business">
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
    <string xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">String content</string>
  </Errors>
  <Status xmlns="EurekaTechnology.DispatchWeb.API.Business">OK</Status>
  <DailyTrackHistory>
    <DailyTrackHistory xmlns="EurekaTechnology.DispatchWeb.API.Business">
      <GeoDeviceId>2147483647</GeoDeviceId>
      <CustomLabel>String content</CustomLabel>
      <Day>
        <Value>1999-05-31T11:20:00</Value>
        <StringFullDate>String content</StringFullDate>
        <StringDate>String content</StringDate>
        <StringHour>String content</StringHour>
        <JsonDateTime>String content</JsonDateTime>
        <Tick>9223372036854775807</Tick>
        <UnixTimeSpan>String content</UnixTimeSpan>
        <IsDateWithoutHour>true</IsDateWithoutHour>
      </Day>
      <Distance>1.26743233E+15</Distance>
      <DrivingDurationString>String content</DrivingDurationString>
      <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
      <StopDurationString>String content</StopDurationString>
      <StopDurationInMinutes>2147483647</StopDurationInMinutes>
      <StopCount>2147483647</StopCount>
      <Track>
        <GeoDeviceId xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</GeoDeviceId>
        <Distance xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">1.26743233E+15</Distance>
        <DrivingDurationInSec xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</DrivingDurationInSec>
        <StopDurationInSec xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</StopDurationInSec>
        <StopCount xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</StopCount>
        <FromLocalDate xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
          <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
          <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
          <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
          <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
          <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
          <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
          <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
        </FromLocalDate>
        <ToLocalDate xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
          <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
          <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
          <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
          <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
          <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
          <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
          <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
        </ToLocalDate>
        <CleanedGpsPoints xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <CleanedGpsPoints>
            <PositionId>18446744073709551615</PositionId>
            <GeoDeviceId>2147483647</GeoDeviceId>
            <UtcAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </UtcAcquisitionDate>
            <LocalTimeLastPositionAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </LocalTimeLastPositionAcquisitionDate>
            <Precision>2147483647</Precision>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
            <Heading>2147483647</Heading>
            <Altitude>2147483647</Altitude>
            <Speed>2147483647</Speed>
            <CountryCode>String content</CountryCode>
            <PostalCode>String content</PostalCode>
            <City>String content</City>
            <StreetNumber>String content</StreetNumber>
            <Street>String content</Street>
            <Address>String content</Address>
            <Odometre>2147483647</Odometre>
            <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
          </CleanedGpsPoints>
          <CleanedGpsPoints>
            <PositionId>18446744073709551615</PositionId>
            <GeoDeviceId>2147483647</GeoDeviceId>
            <UtcAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </UtcAcquisitionDate>
            <LocalTimeLastPositionAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </LocalTimeLastPositionAcquisitionDate>
            <Precision>2147483647</Precision>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
            <Heading>2147483647</Heading>
            <Altitude>2147483647</Altitude>
            <Speed>2147483647</Speed>
            <CountryCode>String content</CountryCode>
            <PostalCode>String content</PostalCode>
            <City>String content</City>
            <StreetNumber>String content</StreetNumber>
            <Street>String content</Street>
            <Address>String content</Address>
            <Odometre>2147483647</Odometre>
            <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
          </CleanedGpsPoints>
        </CleanedGpsPoints>
        <TrackSteps xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <TrackStep>
            <StepId>2147483647</StepId>
            <StopLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </StopLocalDate>
            <GoLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </GoLocalDate>
            <Address>String content</Address>
            <StepKm>1.26743233E+15</StepKm>
            <DailyKm>1.26743233E+15</DailyKm>
            <WaitingDurationString>String content</WaitingDurationString>
            <WaitingDurationInMinutes>2147483647</WaitingDurationInMinutes>
            <DrivingDurationString>String content</DrivingDurationString>
            <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
          </TrackStep>
          <TrackStep>
            <StepId>2147483647</StepId>
            <StopLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </StopLocalDate>
            <GoLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </GoLocalDate>
            <Address>String content</Address>
            <StepKm>1.26743233E+15</StepKm>
            <DailyKm>1.26743233E+15</DailyKm>
            <WaitingDurationString>String content</WaitingDurationString>
            <WaitingDurationInMinutes>2147483647</WaitingDurationInMinutes>
            <DrivingDurationString>String content</DrivingDurationString>
            <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
          </TrackStep>
        </TrackSteps>
        <GeoDeviceGuid xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
      </Track>
      <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
    </DailyTrackHistory>
    <DailyTrackHistory xmlns="EurekaTechnology.DispatchWeb.API.Business">
      <GeoDeviceId>2147483647</GeoDeviceId>
      <CustomLabel>String content</CustomLabel>
      <Day>
        <Value>1999-05-31T11:20:00</Value>
        <StringFullDate>String content</StringFullDate>
        <StringDate>String content</StringDate>
        <StringHour>String content</StringHour>
        <JsonDateTime>String content</JsonDateTime>
        <Tick>9223372036854775807</Tick>
        <UnixTimeSpan>String content</UnixTimeSpan>
        <IsDateWithoutHour>true</IsDateWithoutHour>
      </Day>
      <Distance>1.26743233E+15</Distance>
      <DrivingDurationString>String content</DrivingDurationString>
      <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
      <StopDurationString>String content</StopDurationString>
      <StopDurationInMinutes>2147483647</StopDurationInMinutes>
      <StopCount>2147483647</StopCount>
      <Track>
        <GeoDeviceId xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</GeoDeviceId>
        <Distance xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">1.26743233E+15</Distance>
        <DrivingDurationInSec xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</DrivingDurationInSec>
        <StopDurationInSec xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</StopDurationInSec>
        <StopCount xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">2147483647</StopCount>
        <FromLocalDate xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
          <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
          <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
          <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
          <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
          <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
          <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
          <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
        </FromLocalDate>
        <ToLocalDate xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
          <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
          <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
          <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
          <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
          <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
          <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
          <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
        </ToLocalDate>
        <CleanedGpsPoints xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <CleanedGpsPoints>
            <PositionId>18446744073709551615</PositionId>
            <GeoDeviceId>2147483647</GeoDeviceId>
            <UtcAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </UtcAcquisitionDate>
            <LocalTimeLastPositionAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </LocalTimeLastPositionAcquisitionDate>
            <Precision>2147483647</Precision>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
            <Heading>2147483647</Heading>
            <Altitude>2147483647</Altitude>
            <Speed>2147483647</Speed>
            <CountryCode>String content</CountryCode>
            <PostalCode>String content</PostalCode>
            <City>String content</City>
            <StreetNumber>String content</StreetNumber>
            <Street>String content</Street>
            <Address>String content</Address>
            <Odometre>2147483647</Odometre>
            <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
          </CleanedGpsPoints>
          <CleanedGpsPoints>
            <PositionId>18446744073709551615</PositionId>
            <GeoDeviceId>2147483647</GeoDeviceId>
            <UtcAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </UtcAcquisitionDate>
            <LocalTimeLastPositionAcquisitionDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </LocalTimeLastPositionAcquisitionDate>
            <Precision>2147483647</Precision>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
            <Heading>2147483647</Heading>
            <Altitude>2147483647</Altitude>
            <Speed>2147483647</Speed>
            <CountryCode>String content</CountryCode>
            <PostalCode>String content</PostalCode>
            <City>String content</City>
            <StreetNumber>String content</StreetNumber>
            <Street>String content</Street>
            <Address>String content</Address>
            <Odometre>2147483647</Odometre>
            <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
          </CleanedGpsPoints>
        </CleanedGpsPoints>
        <TrackSteps xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">
          <TrackStep>
            <StepId>2147483647</StepId>
            <StopLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </StopLocalDate>
            <GoLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </GoLocalDate>
            <Address>String content</Address>
            <StepKm>1.26743233E+15</StepKm>
            <DailyKm>1.26743233E+15</DailyKm>
            <WaitingDurationString>String content</WaitingDurationString>
            <WaitingDurationInMinutes>2147483647</WaitingDurationInMinutes>
            <DrivingDurationString>String content</DrivingDurationString>
            <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
          </TrackStep>
          <TrackStep>
            <StepId>2147483647</StepId>
            <StopLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </StopLocalDate>
            <GoLocalDate>
              <Value xmlns="EurekaTechnology.DispatchWeb.API.Business">1999-05-31T11:20:00</Value>
              <StringFullDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringFullDate>
              <StringDate xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringDate>
              <StringHour xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</StringHour>
              <JsonDateTime xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</JsonDateTime>
              <Tick xmlns="EurekaTechnology.DispatchWeb.API.Business">9223372036854775807</Tick>
              <UnixTimeSpan xmlns="EurekaTechnology.DispatchWeb.API.Business">String content</UnixTimeSpan>
              <IsDateWithoutHour xmlns="EurekaTechnology.DispatchWeb.API.Business">true</IsDateWithoutHour>
            </GoLocalDate>
            <Address>String content</Address>
            <StepKm>1.26743233E+15</StepKm>
            <DailyKm>1.26743233E+15</DailyKm>
            <WaitingDurationString>String content</WaitingDurationString>
            <WaitingDurationInMinutes>2147483647</WaitingDurationInMinutes>
            <DrivingDurationString>String content</DrivingDurationString>
            <DrivingDurationInMinutes>2147483647</DrivingDurationInMinutes>
            <Latitude>1.26743233E+15</Latitude>
            <Longitude>1.26743233E+15</Longitude>
          </TrackStep>
        </TrackSteps>
        <GeoDeviceGuid xmlns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking">1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
      </Track>
      <GeoDeviceGuid>1627aea5-8e0a-4371-9022-9b504344e724</GeoDeviceGuid>
    </DailyTrackHistory>
  </DailyTrackHistory>
</GetGeoDeviceTrackFromIdResponse>

The following is an example response Json body:

{
	"Errors":["String content"],
	"Status":0,
	"DailyTrackHistory":[{
		"GeoDeviceId":2147483647,
		"CustomLabel":"String content",
		"Day":{
			"Value":"\/Date(928142400000+0200)\/",
			"StringFullDate":"String content",
			"StringDate":"String content",
			"StringHour":"String content",
			"JsonDateTime":"String content",
			"Tick":9223372036854775807,
			"UnixTimeSpan":"String content",
			"IsDateWithoutHour":true
		},
		"Distance":1.26743233E+15,
		"DrivingDurationString":"String content",
		"DrivingDurationInMinutes":2147483647,
		"StopDurationString":"String content",
		"StopDurationInMinutes":2147483647,
		"StopCount":2147483647,
		"Track":{
			"GeoDeviceId":2147483647,
			"Distance":1.26743233E+15,
			"DrivingDurationInSec":2147483647,
			"StopDurationInSec":2147483647,
			"StopCount":2147483647,
			"FromLocalDate":{
				"Value":"\/Date(928142400000+0200)\/",
				"StringFullDate":"String content",
				"StringDate":"String content",
				"StringHour":"String content",
				"JsonDateTime":"String content",
				"Tick":9223372036854775807,
				"UnixTimeSpan":"String content",
				"IsDateWithoutHour":true
			},
			"ToLocalDate":{
				"Value":"\/Date(928142400000+0200)\/",
				"StringFullDate":"String content",
				"StringDate":"String content",
				"StringHour":"String content",
				"JsonDateTime":"String content",
				"Tick":9223372036854775807,
				"UnixTimeSpan":"String content",
				"IsDateWithoutHour":true
			},
			"CleanedGpsPoints":[{
				"PositionId":18446744073709551615,
				"GeoDeviceId":2147483647,
				"UtcAcquisitionDate":{
					"Value":"\/Date(928142400000+0200)\/",
					"StringFullDate":"String content",
					"StringDate":"String content",
					"StringHour":"String content",
					"JsonDateTime":"String content",
					"Tick":9223372036854775807,
					"UnixTimeSpan":"String content",
					"IsDateWithoutHour":true
				},
				"LocalTimeLastPositionAcquisitionDate":{
					"Value":"\/Date(928142400000+0200)\/",
					"StringFullDate":"String content",
					"StringDate":"String content",
					"StringHour":"String content",
					"JsonDateTime":"String content",
					"Tick":9223372036854775807,
					"UnixTimeSpan":"String content",
					"IsDateWithoutHour":true
				},
				"Precision":2147483647,
				"Latitude":1.26743233E+15,
				"Longitude":1.26743233E+15,
				"Heading":2147483647,
				"Altitude":2147483647,
				"Speed":2147483647,
				"CountryCode":"String content",
				"PostalCode":"String content",
				"City":"String content",
				"StreetNumber":"String content",
				"Street":"String content",
				"Address":"String content",
				"Odometre":2147483647,
				"GeoDeviceGuid":"1627aea5-8e0a-4371-9022-9b504344e724"
			}],
			"TrackSteps":[{
				"StepId":2147483647,
				"StopLocalDate":{
					"Value":"\/Date(928142400000+0200)\/",
					"StringFullDate":"String content",
					"StringDate":"String content",
					"StringHour":"String content",
					"JsonDateTime":"String content",
					"Tick":9223372036854775807,
					"UnixTimeSpan":"String content",
					"IsDateWithoutHour":true
				},
				"GoLocalDate":{
					"Value":"\/Date(928142400000+0200)\/",
					"StringFullDate":"String content",
					"StringDate":"String content",
					"StringHour":"String content",
					"JsonDateTime":"String content",
					"Tick":9223372036854775807,
					"UnixTimeSpan":"String content",
					"IsDateWithoutHour":true
				},
				"Address":"String content",
				"StepKm":1.26743233E+15,
				"DailyKm":1.26743233E+15,
				"WaitingDurationString":"String content",
				"WaitingDurationInMinutes":2147483647,
				"DrivingDurationString":"String content",
				"DrivingDurationInMinutes":2147483647,
				"Latitude":1.26743233E+15,
				"Longitude":1.26743233E+15
			}],
			"GeoDeviceGuid":"1627aea5-8e0a-4371-9022-9b504344e724"
		},
		"GeoDeviceGuid":"1627aea5-8e0a-4371-9022-9b504344e724"
	}]
}

The following is the request Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Request" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" />
  <xs:complexType name="GetGeoDeviceTrackFromIdRequest">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" base="q1:RequestType">
        <xs:sequence>
          <xs:element minOccurs="0" name="GeoDeviceId" type="xs:int" />
          <xs:element name="StartTrackUtcDate" type="xs:dateTime" />
          <xs:element name="EndTrackUtcDate" type="xs:dateTime" />
          <xs:element minOccurs="0" name="SmoothRoad" type="xs:boolean" />
          <xs:element minOccurs="0" name="GeoDeviceGuid" type="ser:guid" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="GetGeoDeviceTrackFromIdRequest" nillable="true" type="tns:GetGeoDeviceTrackFromIdRequest" />
</xs:schema>

Additional request Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="EurekaTechnology.DispatchWeb.API.Business" elementFormDefault="qualified" targetNamespace="EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="RequestType">
    <xs:sequence>
      <xs:element name="Credential" nillable="true" type="tns:Credential" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="RequestType" nillable="true" type="tns:RequestType" />
  <xs:complexType name="Credential">
    <xs:sequence>
      <xs:element name="License" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Login" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EMail" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConnectionToken" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="OrdererCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DelegateToken" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConsumerOrdererCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="ConsumerKey" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Sso" nillable="true" type="tns:SsoAuthentication" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Credential" nillable="true" type="tns:Credential" />
  <xs:complexType name="SsoAuthentication">
    <xs:sequence>
      <xs:element name="SsoConfigurationCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SsoAuthCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SsoRedirectUri" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SsoSamlContent" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="SsoSamlHttpMethod" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="SsoAuthentication" nillable="true" type="tns:SsoAuthentication" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>

The following is the response Xml Schema:

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Response" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" />
  <xs:complexType name="GetGeoDeviceTrackFromIdResponse">
    <xs:complexContent mixed="false">
      <xs:extension xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" base="q1:ResponseType">
        <xs:sequence>
          <xs:element minOccurs="0" name="DailyTrackHistory" nillable="true" type="q1:ArrayOfDailyTrackHistory" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="GetGeoDeviceTrackFromIdResponse" nillable="true" type="tns:GetGeoDeviceTrackFromIdResponse" />
</xs:schema>

Additional response Xml Schemas:

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:element name="anyType" nillable="true" type="xs:anyType" />
  <xs:element name="anyURI" nillable="true" type="xs:anyURI" />
  <xs:element name="base64Binary" nillable="true" type="xs:base64Binary" />
  <xs:element name="boolean" nillable="true" type="xs:boolean" />
  <xs:element name="byte" nillable="true" type="xs:byte" />
  <xs:element name="dateTime" nillable="true" type="xs:dateTime" />
  <xs:element name="decimal" nillable="true" type="xs:decimal" />
  <xs:element name="double" nillable="true" type="xs:double" />
  <xs:element name="float" nillable="true" type="xs:float" />
  <xs:element name="int" nillable="true" type="xs:int" />
  <xs:element name="long" nillable="true" type="xs:long" />
  <xs:element name="QName" nillable="true" type="xs:QName" />
  <xs:element name="short" nillable="true" type="xs:short" />
  <xs:element name="string" nillable="true" type="xs:string" />
  <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" />
  <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" />
  <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" />
  <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" />
  <xs:element name="char" nillable="true" type="tns:char" />
  <xs:simpleType name="char">
    <xs:restriction base="xs:int" />
  </xs:simpleType>
  <xs:element name="duration" nillable="true" type="tns:duration" />
  <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
      <xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" />
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S" />
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S" />
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="guid" nillable="true" type="tns:guid" />
  <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" />
    </xs:restriction>
  </xs:simpleType>
  <xs:attribute name="FactoryType" type="xs:QName" />
  <xs:attribute name="Id" type="xs:ID" />
  <xs:attribute name="Ref" type="xs:IDREF" />
</xs:schema>

<xs:schema xmlns:tns="EurekaTechnology.DispatchWeb.API.Business" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="EurekaTechnology.DispatchWeb.API.Business" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:import namespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking" />
  <xs:complexType name="ResponseType">
    <xs:sequence>
      <xs:element minOccurs="0" name="Errors" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" />
      <xs:element name="Status" type="tns:ResponseStatus" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ResponseType" nillable="true" type="tns:ResponseType" />
  <xs:simpleType name="ResponseStatus">
    <xs:restriction base="xs:string">
      <xs:enumeration value="OK">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">200</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Created">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">201</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Accepted">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">202</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NoContent">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">204</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotModified">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">304</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="BadRequest">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">400</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="Unauthorized">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">401</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="MethodNotAllowed">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">405</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="RequestTimeout">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">408</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NoEquivalence">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">420</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NOK">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">421</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="InternalServerError">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">500</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="NotImplemented">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">501</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
      <xs:enumeration value="ServiceUnavailable">
        <xs:annotation>
          <xs:appinfo>
            <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">503</EnumerationValue>
          </xs:appinfo>
        </xs:annotation>
      </xs:enumeration>
    </xs:restriction>
  </xs:simpleType>
  <xs:element name="ResponseStatus" nillable="true" type="tns:ResponseStatus" />
  <xs:complexType name="ArrayOfDailyTrackHistory">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="DailyTrackHistory" nillable="true" type="tns:DailyTrackHistory" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfDailyTrackHistory" nillable="true" type="tns:ArrayOfDailyTrackHistory" />
  <xs:complexType name="DailyTrackHistory">
    <xs:sequence>
      <xs:element minOccurs="0" name="GeoDeviceId" type="xs:int" />
      <xs:element minOccurs="0" name="CustomLabel" nillable="true" type="xs:string" />
      <xs:element name="Day" nillable="true" type="tns:Date" />
      <xs:element name="Distance" type="xs:double" />
      <xs:element name="DrivingDurationString" nillable="true" type="xs:string" />
      <xs:element name="DrivingDurationInMinutes" type="xs:int" />
      <xs:element name="StopDurationString" nillable="true" type="xs:string" />
      <xs:element name="StopDurationInMinutes" type="xs:int" />
      <xs:element name="StopCount" type="xs:int" />
      <xs:element minOccurs="0" name="Track" nillable="true" xmlns:q2="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking" type="q2:GeoDeviceTrack" />
      <xs:element minOccurs="0" name="GeoDeviceGuid" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="DailyTrackHistory" nillable="true" type="tns:DailyTrackHistory" />
  <xs:complexType name="Date">
    <xs:sequence>
      <xs:element minOccurs="0" name="Value" nillable="true" type="xs:dateTime" />
      <xs:element minOccurs="0" name="StringFullDate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StringDate" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StringHour" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="JsonDateTime" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Tick" nillable="true" type="xs:long">
        <xs:annotation>
          <xs:appinfo>
            <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
          </xs:appinfo>
        </xs:annotation>
      </xs:element>
      <xs:element minOccurs="0" name="UnixTimeSpan" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="IsDateWithoutHour" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="Date" nillable="true" type="tns:Date" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType name="ArrayOfstring">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfstring" nillable="true" type="tns:ArrayOfstring" />
</xs:schema>

<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking" xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/EurekaTechnology.DispatchWeb.API.Business.Tracking" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:import namespace="EurekaTechnology.DispatchWeb.API.Business" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="GeoDeviceTrack">
    <xs:sequence>
      <xs:element minOccurs="0" name="GeoDeviceId" type="xs:int" />
      <xs:element minOccurs="0" name="Distance" type="xs:double" />
      <xs:element minOccurs="0" name="DrivingDurationInSec" type="xs:int" />
      <xs:element minOccurs="0" name="StopDurationInSec" type="xs:int" />
      <xs:element minOccurs="0" name="StopCount" type="xs:int" />
      <xs:element minOccurs="0" name="FromLocalDate" nillable="true" xmlns:q1="EurekaTechnology.DispatchWeb.API.Business" type="q1:Date" />
      <xs:element minOccurs="0" name="ToLocalDate" nillable="true" xmlns:q2="EurekaTechnology.DispatchWeb.API.Business" type="q2:Date" />
      <xs:element minOccurs="0" name="CleanedGpsPoints" nillable="true" type="tns:ArrayOfCleanedGpsPoints" />
      <xs:element minOccurs="0" name="TrackSteps" nillable="true" type="tns:ArrayOfTrackStep" />
      <xs:element minOccurs="0" name="GeoDeviceGuid" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="GeoDeviceTrack" nillable="true" type="tns:GeoDeviceTrack" />
  <xs:complexType name="ArrayOfCleanedGpsPoints">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="CleanedGpsPoints" nillable="true" type="tns:CleanedGpsPoints" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfCleanedGpsPoints" nillable="true" type="tns:ArrayOfCleanedGpsPoints" />
  <xs:complexType name="CleanedGpsPoints">
    <xs:sequence>
      <xs:element minOccurs="0" name="PositionId" type="xs:unsignedLong" />
      <xs:element minOccurs="0" name="GeoDeviceId" type="xs:int" />
      <xs:element minOccurs="0" name="UtcAcquisitionDate" nillable="true" xmlns:q3="EurekaTechnology.DispatchWeb.API.Business" type="q3:Date" />
      <xs:element minOccurs="0" name="LocalTimeLastPositionAcquisitionDate" nillable="true" xmlns:q4="EurekaTechnology.DispatchWeb.API.Business" type="q4:Date" />
      <xs:element minOccurs="0" name="Precision" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Latitude" type="xs:double" />
      <xs:element minOccurs="0" name="Longitude" type="xs:double" />
      <xs:element minOccurs="0" name="Heading" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Altitude" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="Speed" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="CountryCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="PostalCode" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="City" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StreetNumber" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Street" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="Odometre" nillable="true" type="xs:int" />
      <xs:element minOccurs="0" name="GeoDeviceGuid" type="ser:guid" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="CleanedGpsPoints" nillable="true" type="tns:CleanedGpsPoints" />
  <xs:complexType name="ArrayOfTrackStep">
    <xs:sequence>
      <xs:element minOccurs="0" maxOccurs="unbounded" name="TrackStep" nillable="true" type="tns:TrackStep" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="ArrayOfTrackStep" nillable="true" type="tns:ArrayOfTrackStep" />
  <xs:complexType name="TrackStep">
    <xs:sequence>
      <xs:element minOccurs="0" name="StepId" type="xs:int" />
      <xs:element minOccurs="0" name="StopLocalDate" nillable="true" xmlns:q5="EurekaTechnology.DispatchWeb.API.Business" type="q5:Date" />
      <xs:element minOccurs="0" name="GoLocalDate" nillable="true" xmlns:q6="EurekaTechnology.DispatchWeb.API.Business" type="q6:Date" />
      <xs:element minOccurs="0" name="Address" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="StepKm" nillable="true" type="xs:double" />
      <xs:element minOccurs="0" name="DailyKm" nillable="true" type="xs:double" />
      <xs:element minOccurs="0" name="WaitingDurationString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="WaitingDurationInMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="DrivingDurationString" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="DrivingDurationInMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="Latitude" type="xs:double" />
      <xs:element minOccurs="0" name="Longitude" type="xs:double" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TrackStep" nillable="true" type="tns:TrackStep" />
</xs:schema>

<tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema">
  <tns:element name="schema">
    <tns:complexType />
  </tns:element>
</tns:schema>