Reference for http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/GetTrackyConfiguration?trackId={TRACKID}&token={TOKEN}&lang={LANG}

Récupération de la configuration utilisateur de l'application Tracky

Url: http://dispatchweb.eureka-technology.fr/WebManager/WCFDispatchAPI.svc/REST/Json/GetTrackyConfiguration?trackId={TRACKID}&token={TOKEN}&lang={LANG}

HTTP Method: GET

This operation supports JSONP responses. The callback function can be specified using the "callback" Url query parameter.

Message direction Format Body
Request N/A The Request body is empty.
Response Xml Example,Schema
Response Json Example

The following is an example response Xml body:

<GetTrackyConfigurationResponse xmlns="EurekaTechnology.DispatchWeb.API.Business">
  <Errors>
    <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>OK</Status>
  <License>String content</License>
  <OrdererCode>String content</OrdererCode>
  <OrdererLang>String content</OrdererLang>
  <Token>String content</Token>
  <UrlCssDirectory>String content</UrlCssDirectory>
  <TrackyOrdererConfiguration>
    <DisplayPickupAddressOnMap>true</DisplayPickupAddressOnMap>
    <DisplayDeliveryAddressOnMap>true</DisplayDeliveryAddressOnMap>
    <IsAllowedToViewOrderOnMap>true</IsAllowedToViewOrderOnMap>
    <SmoothDriverTrack>true</SmoothDriverTrack>
    <IsAllowedToAccessToDriverTrack>true</IsAllowedToAccessToDriverTrack>
    <IsAllowedToAccessToDefaultTrack>true</IsAllowedToAccessToDefaultTrack>
    <MapTrackingAvailableOnlyAfterPickup>true</MapTrackingAvailableOnlyAfterPickup>
    <MapTrackingAvailableAfterDelivery>true</MapTrackingAvailableAfterDelivery>
    <IsAllowedToCheckDriver>true</IsAllowedToCheckDriver>
    <IsAllowedToViewDriverPhone>true</IsAllowedToViewDriverPhone>
    <IsAllowedToDisplayPicture>true</IsAllowedToDisplayPicture>
    <DisplayMissionHistory>true</DisplayMissionHistory>
    <DisplayMissionFiles>true</DisplayMissionFiles>
    <IsAllowedToDownloadSlipsWaybill>true</IsAllowedToDownloadSlipsWaybill>
    <IsAllowedToDownloadStick>true</IsAllowedToDownloadStick>
    <DisplayContractualSchedule>true</DisplayContractualSchedule>
    <DisplayPlannedSchedule>true</DisplayPlannedSchedule>
    <TransportInactivityTimeBeforeCutoffInMinutes>2147483647</TransportInactivityTimeBeforeCutoffInMinutes>
    <TransportRefreshRateInMinutes>2147483647</TransportRefreshRateInMinutes>
    <TransportDelayAlertLevelLessThanMinutes>2147483647</TransportDelayAlertLevelLessThanMinutes>
    <TransportDelayAlertLevelGreaterThanMinutes>2147483647</TransportDelayAlertLevelGreaterThanMinutes>
    <DisplayTemperaturesSensors>true</DisplayTemperaturesSensors>
  </TrackyOrdererConfiguration>
  <EurekaMapsConfiguration>
    <EurekaMapsAllowed>true</EurekaMapsAllowed>
    <EurekaMapsToken>String content</EurekaMapsToken>
    <EurekaMapsUrl>String content</EurekaMapsUrl>
    <EurekaMapsCopyright>String content</EurekaMapsCopyright>
    <EurekaMapsRestApiUrl>String content</EurekaMapsRestApiUrl>
    <EurekaMapsRestApiTilesProviderName>String content</EurekaMapsRestApiTilesProviderName>
  </EurekaMapsConfiguration>
  <ModuleRevision>2147483647</ModuleRevision>
</GetTrackyConfigurationResponse>

The following is an example response Json body:

{
	"Errors":["String content"],
	"Status":0,
	"License":"String content",
	"OrdererCode":"String content",
	"OrdererLang":"String content",
	"Token":"String content",
	"UrlCssDirectory":"String content",
	"TrackyOrdererConfiguration":{
		"DisplayPickupAddressOnMap":true,
		"DisplayDeliveryAddressOnMap":true,
		"IsAllowedToViewOrderOnMap":true,
		"SmoothDriverTrack":true,
		"IsAllowedToAccessToDriverTrack":true,
		"IsAllowedToAccessToDefaultTrack":true,
		"MapTrackingAvailableOnlyAfterPickup":true,
		"MapTrackingAvailableAfterDelivery":true,
		"IsAllowedToCheckDriver":true,
		"IsAllowedToViewDriverPhone":true,
		"IsAllowedToDisplayPicture":true,
		"DisplayMissionHistory":true,
		"DisplayMissionFiles":true,
		"IsAllowedToDownloadSlipsWaybill":true,
		"IsAllowedToDownloadStick":true,
		"DisplayContractualSchedule":true,
		"DisplayPlannedSchedule":true,
		"TransportInactivityTimeBeforeCutoffInMinutes":2147483647,
		"TransportRefreshRateInMinutes":2147483647,
		"TransportDelayAlertLevelLessThanMinutes":2147483647,
		"TransportDelayAlertLevelGreaterThanMinutes":2147483647,
		"DisplayTemperaturesSensors":true
	},
	"EurekaMapsConfiguration":{
		"EurekaMapsAllowed":true,
		"EurekaMapsToken":"String content",
		"EurekaMapsUrl":"String content",
		"EurekaMapsCopyright":"String content",
		"EurekaMapsRestApiUrl":"String content",
		"EurekaMapsRestApiTilesProviderName":"String content"
	},
	"ModuleRevision":2147483647
}

The following is the response Xml 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:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" />
  <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/" />
  <xs:complexType name="GetTrackyConfigurationResponse">
    <xs:complexContent mixed="false">
      <xs:extension base="tns:ResponseType">
        <xs:sequence>
          <xs:element minOccurs="0" name="License" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="OrdererCode" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="OrdererLang" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="Token" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="UrlCssDirectory" nillable="true" type="xs:string" />
          <xs:element minOccurs="0" name="TrackyOrdererConfiguration" nillable="true" type="tns:TrackyOrdererConfiguration" />
          <xs:element minOccurs="0" name="EurekaMapsConfiguration" nillable="true" type="tns:EurekaMapsConfiguration" />
          <xs:element minOccurs="0" name="ModuleRevision" type="xs:int" />
        </xs:sequence>
      </xs:extension>
    </xs:complexContent>
  </xs:complexType>
  <xs:element name="GetTrackyConfigurationResponse" nillable="true" type="tns:GetTrackyConfigurationResponse" />
  <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="TrackyOrdererConfiguration">
    <xs:sequence>
      <xs:element minOccurs="0" name="DisplayPickupAddressOnMap" type="xs:boolean" />
      <xs:element minOccurs="0" name="DisplayDeliveryAddressOnMap" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToViewOrderOnMap" type="xs:boolean" />
      <xs:element minOccurs="0" name="SmoothDriverTrack" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToAccessToDriverTrack" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToAccessToDefaultTrack" type="xs:boolean" />
      <xs:element minOccurs="0" name="MapTrackingAvailableOnlyAfterPickup" type="xs:boolean" />
      <xs:element minOccurs="0" name="MapTrackingAvailableAfterDelivery" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToCheckDriver" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToViewDriverPhone" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToDisplayPicture" type="xs:boolean" />
      <xs:element minOccurs="0" name="DisplayMissionHistory" type="xs:boolean" />
      <xs:element minOccurs="0" name="DisplayMissionFiles" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToDownloadSlipsWaybill" type="xs:boolean" />
      <xs:element minOccurs="0" name="IsAllowedToDownloadStick" type="xs:boolean" />
      <xs:element minOccurs="0" name="DisplayContractualSchedule" type="xs:boolean" />
      <xs:element minOccurs="0" name="DisplayPlannedSchedule" type="xs:boolean" />
      <xs:element minOccurs="0" name="TransportInactivityTimeBeforeCutoffInMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="TransportRefreshRateInMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="TransportDelayAlertLevelLessThanMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="TransportDelayAlertLevelGreaterThanMinutes" type="xs:int" />
      <xs:element minOccurs="0" name="DisplayTemperaturesSensors" type="xs:boolean" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="TrackyOrdererConfiguration" nillable="true" type="tns:TrackyOrdererConfiguration" />
  <xs:complexType name="EurekaMapsConfiguration">
    <xs:sequence>
      <xs:element minOccurs="0" name="EurekaMapsAllowed" type="xs:boolean" />
      <xs:element minOccurs="0" name="EurekaMapsToken" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EurekaMapsUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EurekaMapsCopyright" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EurekaMapsRestApiUrl" nillable="true" type="xs:string" />
      <xs:element minOccurs="0" name="EurekaMapsRestApiTilesProviderName" nillable="true" type="xs:string" />
    </xs:sequence>
  </xs:complexType>
  <xs:element name="EurekaMapsConfiguration" nillable="true" type="tns:EurekaMapsConfiguration" />
</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="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>

<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>