POST api/Trips/PostOpenBoardTripListV3
Request Information
URI Parameters
None.
Body Parameters
TripOpenBoardListPostV2Name | Description | Type | Additional information |
---|---|---|---|
APIKey | string |
None. |
|
TabletID | string |
None. |
|
DriverID | integer |
None. |
|
DriverNumber | string |
None. |
|
DriverName | string |
None. |
|
VehicleID | integer |
None. |
|
VehicleNumber | string |
None. |
|
Latitude | decimal number |
None. |
|
Longitude | decimal number |
None. |
|
LastLatLong | date |
None. |
|
SelectedDistance | integer |
None. |
|
LinkID | string |
None. |
|
SelectedSort | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "APIKey": "sample string 1", "TabletID": "sample string 2", "DriverID": 3, "DriverNumber": "sample string 4", "DriverName": "sample string 5", "VehicleID": 6, "VehicleNumber": "sample string 7", "Latitude": 8.1, "Longitude": 9.1, "LastLatLong": "2024-11-21T05:17:25.0969483-05:00", "SelectedDistance": 11, "LinkID": "sample string 12", "SelectedSort": 13 }
application/xml, text/xml
Sample:
<TripsModel.TripOpenBoardListPostV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models"> <APIKey>sample string 1</APIKey> <DriverID>3</DriverID> <DriverName>sample string 5</DriverName> <DriverNumber>sample string 4</DriverNumber> <LastLatLong>2024-11-21T05:17:25.0969483-05:00</LastLatLong> <Latitude>8.1</Latitude> <LinkID>sample string 12</LinkID> <Longitude>9.1</Longitude> <SelectedDistance>11</SelectedDistance> <SelectedSort>13</SelectedSort> <TabletID>sample string 2</TabletID> <VehicleID>6</VehicleID> <VehicleNumber>sample string 7</VehicleNumber> </TripsModel.TripOpenBoardListPostV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
GetOpenBoardTripPostReturnV3Name | Description | Type | Additional information |
---|---|---|---|
status | boolean |
None. |
|
message | string |
None. |
|
ReturnCode | integer |
None. |
|
TripList | Collection of PostOpenBoardTripsV3 |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": true, "message": "sample string 2", "ReturnCode": 3, "TripList": [ { "TripID": 1, "AppointmentTime": "sample string 2", "PickupAddress2": "sample string 3", "PickupCity": "sample string 4", "PickupTime": "sample string 5", "Status": "sample string 6", "DispatchStatusID": 7, "TransType": "sample string 8", "TripRate": "sample string 9", "WhatTripScreen": 10, "Miles": 11.1, "UseUP": 12, "UseGloveMask": 13, "DriverFee": 14.0, "ShowDriverFeeOnOB": true }, { "TripID": 1, "AppointmentTime": "sample string 2", "PickupAddress2": "sample string 3", "PickupCity": "sample string 4", "PickupTime": "sample string 5", "Status": "sample string 6", "DispatchStatusID": 7, "TransType": "sample string 8", "TripRate": "sample string 9", "WhatTripScreen": 10, "Miles": 11.1, "UseUP": 12, "UseGloveMask": 13, "DriverFee": 14.0, "ShowDriverFeeOnOB": true } ] }
application/xml, text/xml
Sample:
<TripsModel.GetOpenBoardTripPostReturnV3 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models"> <ReturnCode>3</ReturnCode> <TripList> <TripsModel.PostOpenBoardTripsV3> <AppointmentTime>sample string 2</AppointmentTime> <DispatchStatusID>7</DispatchStatusID> <DriverFee>14</DriverFee> <Miles>11.1</Miles> <PickupAddress2>sample string 3</PickupAddress2> <PickupCity>sample string 4</PickupCity> <PickupTime>sample string 5</PickupTime> <ShowDriverFeeOnOB>true</ShowDriverFeeOnOB> <Status>sample string 6</Status> <TransType>sample string 8</TransType> <TripID>1</TripID> <TripRate>sample string 9</TripRate> <UseGloveMask>13</UseGloveMask> <UseUP>12</UseUP> <WhatTripScreen>10</WhatTripScreen> </TripsModel.PostOpenBoardTripsV3> <TripsModel.PostOpenBoardTripsV3> <AppointmentTime>sample string 2</AppointmentTime> <DispatchStatusID>7</DispatchStatusID> <DriverFee>14</DriverFee> <Miles>11.1</Miles> <PickupAddress2>sample string 3</PickupAddress2> <PickupCity>sample string 4</PickupCity> <PickupTime>sample string 5</PickupTime> <ShowDriverFeeOnOB>true</ShowDriverFeeOnOB> <Status>sample string 6</Status> <TransType>sample string 8</TransType> <TripID>1</TripID> <TripRate>sample string 9</TripRate> <UseGloveMask>13</UseGloveMask> <UseUP>12</UseUP> <WhatTripScreen>10</WhatTripScreen> </TripsModel.PostOpenBoardTripsV3> </TripList> <message>sample string 2</message> <status>true</status> </TripsModel.GetOpenBoardTripPostReturnV3>