POST api/mobile/get-configurations

Request Information

URI Parameters

None.

Body Parameters

DefaultReq
NameDescriptionTypeAdditional information
mobileId

string

Required

Request Formats

application/json, text/json

Sample:
{
  "mobileId": "sample string 1"
}

application/xml, text/xml

Sample:
<DefaultReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile4Tracking.Models">
  <MobileId>sample string 1</MobileId>
</DefaultReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MobileGetConfigurationsResp
NameDescriptionTypeAdditional information
services

Collection of ServiceConfiguration

Required

Response Formats

application/json, text/json

Sample:
{
  "services": [
    {
      "idService": "sample string 1",
      "serviceDescription": "sample string 2",
      "isDefaultService": true,
      "transportEnabled": true,
      "borderauxEnabled": true,
      "returnsEnabled": true,
      "transferEnabled": true,
      "idSite": 8,
      "downloaderInterval": 9,
      "uploaderInterval": 10,
      "tdDaysAlive": 11,
      "manageTrip": true,
      "sendTrace": true,
      "driverSignature": true,
      "temperatureReceiverConnected": true,
      "acceptOnlyKnownContainer": true,
      "traceContainer": true,
      "deliveryNoteNumberRequired": true,
      "containerIsLikeAPackage": true,
      "additionalData": "sample string 20",
      "borderaux_SelectByCode": true,
      "borderaux_SelectForTrip": true,
      "borderaux_LoadOnSelection": true,
      "borderaux_LoadAllContainers": true,
      "borderaux_UnloadAllContainers": true,
      "borderaux_GroundOperator_LoadAllContainer": true
    },
    {
      "idService": "sample string 1",
      "serviceDescription": "sample string 2",
      "isDefaultService": true,
      "transportEnabled": true,
      "borderauxEnabled": true,
      "returnsEnabled": true,
      "transferEnabled": true,
      "idSite": 8,
      "downloaderInterval": 9,
      "uploaderInterval": 10,
      "tdDaysAlive": 11,
      "manageTrip": true,
      "sendTrace": true,
      "driverSignature": true,
      "temperatureReceiverConnected": true,
      "acceptOnlyKnownContainer": true,
      "traceContainer": true,
      "deliveryNoteNumberRequired": true,
      "containerIsLikeAPackage": true,
      "additionalData": "sample string 20",
      "borderaux_SelectByCode": true,
      "borderaux_SelectForTrip": true,
      "borderaux_LoadOnSelection": true,
      "borderaux_LoadAllContainers": true,
      "borderaux_UnloadAllContainers": true,
      "borderaux_GroundOperator_LoadAllContainer": true
    }
  ]
}

application/xml, text/xml

Sample:
<MobileGetConfigurationsResp xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApiMobile4Tracking.Models">
  <Services>
    <ServiceConfiguration>
      <AcceptOnlyKnowContainer>true</AcceptOnlyKnowContainer>
      <AdditionalData>sample string 20</AdditionalData>
      <BorderauxEnabled>true</BorderauxEnabled>
      <Borderaux_GroundOperator_LoadAllContainer>true</Borderaux_GroundOperator_LoadAllContainer>
      <Borderaux_LoadAllContainers>true</Borderaux_LoadAllContainers>
      <Borderaux_LoadOnSelection>true</Borderaux_LoadOnSelection>
      <Borderaux_SelectByCode>true</Borderaux_SelectByCode>
      <Borderaux_SelectForTrip>true</Borderaux_SelectForTrip>
      <Borderaux_UnloadAllContainers>true</Borderaux_UnloadAllContainers>
      <ContainerIsLikeAPackage>true</ContainerIsLikeAPackage>
      <DdvDaysAlive>11</DdvDaysAlive>
      <DeliveryNoteNumberRequired>true</DeliveryNoteNumberRequired>
      <DownloaderInterval>9</DownloaderInterval>
      <DriverSignature>true</DriverSignature>
      <IdService>sample string 1</IdService>
      <IdSite>8</IdSite>
      <IsDefaultService>true</IsDefaultService>
      <ManageTrip>true</ManageTrip>
      <ReturnsEnabled>true</ReturnsEnabled>
      <SendTrace>true</SendTrace>
      <ServiceDescription>sample string 2</ServiceDescription>
      <TemperatureReceiverConnected>true</TemperatureReceiverConnected>
      <TraceContainer>true</TraceContainer>
      <TransferEnabled>true</TransferEnabled>
      <TransportEnabled>true</TransportEnabled>
      <UploaderInterval>10</UploaderInterval>
    </ServiceConfiguration>
    <ServiceConfiguration>
      <AcceptOnlyKnowContainer>true</AcceptOnlyKnowContainer>
      <AdditionalData>sample string 20</AdditionalData>
      <BorderauxEnabled>true</BorderauxEnabled>
      <Borderaux_GroundOperator_LoadAllContainer>true</Borderaux_GroundOperator_LoadAllContainer>
      <Borderaux_LoadAllContainers>true</Borderaux_LoadAllContainers>
      <Borderaux_LoadOnSelection>true</Borderaux_LoadOnSelection>
      <Borderaux_SelectByCode>true</Borderaux_SelectByCode>
      <Borderaux_SelectForTrip>true</Borderaux_SelectForTrip>
      <Borderaux_UnloadAllContainers>true</Borderaux_UnloadAllContainers>
      <ContainerIsLikeAPackage>true</ContainerIsLikeAPackage>
      <DdvDaysAlive>11</DdvDaysAlive>
      <DeliveryNoteNumberRequired>true</DeliveryNoteNumberRequired>
      <DownloaderInterval>9</DownloaderInterval>
      <DriverSignature>true</DriverSignature>
      <IdService>sample string 1</IdService>
      <IdSite>8</IdSite>
      <IsDefaultService>true</IsDefaultService>
      <ManageTrip>true</ManageTrip>
      <ReturnsEnabled>true</ReturnsEnabled>
      <SendTrace>true</SendTrace>
      <ServiceDescription>sample string 2</ServiceDescription>
      <TemperatureReceiverConnected>true</TemperatureReceiverConnected>
      <TraceContainer>true</TraceContainer>
      <TransferEnabled>true</TransferEnabled>
      <TransportEnabled>true</TransportEnabled>
      <UploaderInterval>10</UploaderInterval>
    </ServiceConfiguration>
  </Services>
</MobileGetConfigurationsResp>