Driver->GetDriversInDepot
GetDriversInDepot
Returns the driver IDs of the drivers in the specified depot.
XML Request
The GetDriversInDepot function takes the following input parameters:
Parameter | Type | Description |
---|---|---|
DepotID | String | The ID of the depot whose drivers should be returned |
<soap:Body> <GetDriversInDepot xmlns="http://www.qualcomm.com"> <request> <DepotID>short</DepotID> </request> </GetDriversInDepot> </soap:Body>
XML Response
The XML response will have a <GetDriversInDepotResult>
tag that contains a list of driver IDs.
<soap:Body> <GetDriversInDepotResponse xmlns="http://www.qualcomm.com"> <GetDriversInDepotResult> <DriverIds> <string>string</string> <string>string</string> </DriverIds> </GetDriversInDepotResult> </GetDriversInDepotResponse> </soap:Body>