Reference for https://rdc-prod-ws.aws.roadnet.com/DriverWebService.svcoperations/GetDriverById/driver/{DRIVERID}
Url: https://rdc-prod-ws.aws.roadnet.com/DriverWebService.svcoperations/GetDriverById/driver/{DRIVERID}
HTTP Method: GET
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:
<Driver xmlns="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities"> <CDLExpiration>String content</CDLExpiration> <CDLNumber>String content</CDLNumber> <CellPhone>String content</CellPhone> <CompanyName>String content</CompanyName> <CompanySID>String content</CompanySID> <CreateDate>String content</CreateDate> <DriverID>String content</DriverID> <ELDExempt>true</ELDExempt> <ELDExemptExplanation>String content</ELDExemptExplanation> <ELDExemptVehicleInspection>String content</ELDExemptVehicleInspection> <EnableBigDay>String content</EnableBigDay> <EnableDriverDashboard>String content</EnableDriverDashboard> <EnableDriverPortal>String content</EnableDriverPortal> <EnableHOSRule>String content</EnableHOSRule> <EnablePersonalConveyance>String content</EnablePersonalConveyance> <EnableSplitBerth>String content</EnableSplitBerth> <EnableTimeClock>String content</EnableTimeClock> <EnableYardMove>true</EnableYardMove> <Endorsements>String content</Endorsements> <FirstName>String content</FirstName> <HomeTelephone>String content</HomeTelephone> <Language>String content</Language> <LastLogin>String content</LastLogin> <LastName>String content</LastName> <LicenseIssuingCountry>String content</LicenseIssuingCountry> <LicenseIssuingStateProvince>String content</LicenseIssuingStateProvince> <MaxConveyanceDistance>String content</MaxConveyanceDistance> <MedicalExp>String content</MedicalExp> <MiddleName>String content</MiddleName> <ModifiedBy>String content</ModifiedBy> <ModifiedDate>String content</ModifiedDate> <OrganizationID>String content</OrganizationID> <OrganizationName>String content</OrganizationName> <OrganizationSID>9223372036854775807</OrganizationSID> <Password>String content</Password> <PayrollOrganizationSID>String content</PayrollOrganizationSID> <PayrollSID>String content</PayrollSID> <ResourceGroupIDList> <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> </ResourceGroupIDList> <SID>9223372036854775807</SID> <SendInboundMessageTo>String content</SendInboundMessageTo> <SendInboundMessageToID>String content</SendInboundMessageToID> <Status>String content</Status> <UseHOSOrganizationSettings>String content</UseHOSOrganizationSettings> <UserDefinedField1>String content</UserDefinedField1> <UserDefinedField2>String content</UserDefinedField2> <UserDefinedField3>String content</UserDefinedField3> <UserDefinedField4>String content</UserDefinedField4> <UserDefinedField5>String content</UserDefinedField5> <UserName>String content</UserName> <WillPair>String content</WillPair> </Driver>
The following is an example response Json body:
{ "CDLExpiration":"String content", "CDLNumber":"String content", "CellPhone":"String content", "CompanyName":"String content", "CompanySID":"String content", "CreateDate":"String content", "DriverID":"String content", "ELDExempt":true, "ELDExemptExplanation":"String content", "ELDExemptVehicleInspection":"String content", "EnableBigDay":"String content", "EnableDriverDashboard":"String content", "EnableDriverPortal":"String content", "EnableHOSRule":"String content", "EnablePersonalConveyance":"String content", "EnableSplitBerth":"String content", "EnableTimeClock":"String content", "EnableYardMove":true, "Endorsements":"String content", "FirstName":"String content", "HomeTelephone":"String content", "Language":"String content", "LastLogin":"String content", "LastName":"String content", "LicenseIssuingCountry":"String content", "LicenseIssuingStateProvince":"String content", "MaxConveyanceDistance":"String content", "MedicalExp":"String content", "MiddleName":"String content", "ModifiedBy":"String content", "ModifiedDate":"String content", "OrganizationID":"String content", "OrganizationName":"String content", "OrganizationSID":9223372036854775807, "Password":"String content", "PayrollOrganizationSID":"String content", "PayrollSID":"String content", "ResourceGroupIDList":["String content"], "SID":9223372036854775807, "SendInboundMessageTo":"String content", "SendInboundMessageToID":"String content", "Status":"String content", "UseHOSOrganizationSettings":"String content", "UserDefinedField1":"String content", "UserDefinedField2":"String content", "UserDefinedField3":"String content", "UserDefinedField4":"String content", "UserDefinedField5":"String content", "UserName":"String content", "WillPair":"String content" }
The following is the response Xml Schema:
<xs:schema xmlns:tns="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities" elementFormDefault="qualified" targetNamespace="http://schemas.datacontract.org/2004/07/Xata.Ignition.WebServiceAPI.Contracts.DataContract.Entities" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:import namespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" /> <xs:complexType name="Driver"> <xs:sequence> <xs:element minOccurs="0" name="CDLExpiration" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CDLNumber" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CellPhone" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CompanyName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CompanySID" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="CreateDate" nillable="true" type="xs:string" /> <xs:element name="DriverID" nillable="true" type="xs:string" /> <xs:element name="ELDExempt" nillable="true" type="xs:boolean" /> <xs:element minOccurs="0" name="ELDExemptExplanation" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ELDExemptVehicleInspection" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableBigDay" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableDriverDashboard" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableDriverPortal" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableHOSRule" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnablePersonalConveyance" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableSplitBerth" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="EnableTimeClock" nillable="true" type="xs:string" /> <xs:element name="EnableYardMove" type="xs:boolean" /> <xs:element minOccurs="0" name="Endorsements" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="HomeTelephone" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="Language" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LastLogin" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" /> <xs:element name="LicenseIssuingCountry" nillable="true" type="xs:string" /> <xs:element name="LicenseIssuingStateProvince" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MaxConveyanceDistance" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MedicalExp" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="MiddleName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ModifiedBy" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ModifiedDate" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrganizationID" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrganizationName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="OrganizationSID" type="xs:long" /> <xs:element minOccurs="0" name="Password" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PayrollOrganizationSID" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="PayrollSID" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="ResourceGroupIDList" nillable="true" xmlns:q1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" type="q1:ArrayOfstring" /> <xs:element name="SID" type="xs:long" /> <xs:element minOccurs="0" name="SendInboundMessageTo" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="SendInboundMessageToID" nillable="true" type="xs:string" /> <xs:element name="Status" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UseHOSOrganizationSettings" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserDefinedField1" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserDefinedField2" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserDefinedField3" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserDefinedField4" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserDefinedField5" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="UserName" nillable="true" type="xs:string" /> <xs:element minOccurs="0" name="WillPair" nillable="true" type="xs:string" /> </xs:sequence> </xs:complexType> <xs:element name="Driver" nillable="true" type="tns:Driver" /> </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>