go back Home

DistanceOptions

Sample XML

The following is only an example of what the XML should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

<null company="..." hazmatType="..." intellirouteOptions="..." isHazardous="..." mcLeodMilesOptions="..." pcMilerOptions="..." proMilesOptions="..." profileId="..." source="..." streetsCapable="..." tollsCapable="..." webserviceApiKey="..." webserviceCompanyCode="..." webserviceLOptionLevel="..." webserviceLicenseNumber="..." webserviceLogin="..." webservicePassword="..." webserviceURL="..."/>

Sample JSON

The following is only an example of what the JSON should look like. The order of fields is not guaranteed and null fields are not included in returned data from the services.

{"company":"...","hazmatType":"...","intellirouteOptions":"...","isHazardous":"...","mcLeodMilesOptions":"...","pcMilerOptions":"...","proMilesOptions":"...","profileId":"...","source":"...","streetsCapable":"...","tollsCapable":"...","webserviceApiKey":"...","webserviceCompanyCode":"...","webserviceLOptionLevel":"...","webserviceLicenseNumber":"...","webserviceLogin":"...","webservicePassword":"...","webserviceURL":"..."}

Fields

name type
company String
hazmatType int
intellirouteOptions IntellirouteOptions
isHazardous boolean
mcLeodMilesOptions McLeodMilesOptions
pcMilerOptions PcMilerOptions
proMilesOptions ProMilesOptions
profileId String
source String
streetsCapable boolean
tollsCapable boolean
webserviceApiKey String
webserviceCompanyCode String
webserviceLOptionLevel String
webserviceLicenseNumber String
webserviceLogin String
webservicePassword String
webserviceURL String