POST api/Trips/PostTripListV2
Request Information
URI Parameters
None.
Body Parameters
TripListPostV2Name | 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. |
|
TripID | integer |
None. |
|
LinkID | string |
None. |
|
ViewNextDayTrips | 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", "TripID": 8, "LinkID": "sample string 9", "ViewNextDayTrips": 10 }
application/xml, text/xml
Sample:
<TripsModel.TripListPostV2 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> <LinkID>sample string 9</LinkID> <TabletID>sample string 2</TabletID> <TripID>8</TripID> <VehicleID>6</VehicleID> <VehicleNumber>sample string 7</VehicleNumber> <ViewNextDayTrips>10</ViewNextDayTrips> </TripsModel.TripListPostV2>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
TripPostReturnV2Name | Description | Type | Additional information |
---|---|---|---|
status | boolean |
None. |
|
message | string |
None. |
|
ReturnCode | integer |
None. |
|
TripList | Collection of TripListReturnV2 |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": true, "message": "sample string 2", "ReturnCode": 3, "TripList": [ { "TripID": 1, "TripDate": "2024-11-21T05:01:03.5293738-05:00", "AppointmentTime": "sample string 3", "PickupName": "sample string 4", "PickupAddress2": "sample string 5", "PickupCity": "sample string 6", "PickupLot": "sample string 7", "PickupTime": "sample string 8", "DestName": "sample string 9", "DestAddress2": "sample string 10", "DestCity": "sample string 11", "DestLot": "sample string 12", "Status": "sample string 13", "StatusID": 14, "TransportName": "sample string 15", "TransportType": "sample string 16", "TripRate": "sample string 17", "WhatTripScreen": 18, "Escort": 19, "RouteNumber": 20, "RouteStop": 21, "AccountUseMobileTripScreen": 22, "AccountMobileTripScreensID": 23, "RateMobileTripScreensID": 24, "MultiLoadID": 25, "ATripFlag": 26, "MobileWhatType": 27 }, { "TripID": 1, "TripDate": "2024-11-21T05:01:03.5293738-05:00", "AppointmentTime": "sample string 3", "PickupName": "sample string 4", "PickupAddress2": "sample string 5", "PickupCity": "sample string 6", "PickupLot": "sample string 7", "PickupTime": "sample string 8", "DestName": "sample string 9", "DestAddress2": "sample string 10", "DestCity": "sample string 11", "DestLot": "sample string 12", "Status": "sample string 13", "StatusID": 14, "TransportName": "sample string 15", "TransportType": "sample string 16", "TripRate": "sample string 17", "WhatTripScreen": 18, "Escort": 19, "RouteNumber": 20, "RouteStop": 21, "AccountUseMobileTripScreen": 22, "AccountMobileTripScreensID": 23, "RateMobileTripScreensID": 24, "MultiLoadID": 25, "ATripFlag": 26, "MobileWhatType": 27 } ] }
application/xml, text/xml
Sample:
<TripsModel.TripPostReturnV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models"> <ReturnCode>3</ReturnCode> <TripList> <TripsModel.TripListReturnV2> <ATripFlag>26</ATripFlag> <AccountMobileTripScreensID>23</AccountMobileTripScreensID> <AccountUseMobileTripScreen>22</AccountUseMobileTripScreen> <AppointmentTime>sample string 3</AppointmentTime> <DestAddress2>sample string 10</DestAddress2> <DestCity>sample string 11</DestCity> <DestLot>sample string 12</DestLot> <DestName>sample string 9</DestName> <Escort>19</Escort> <MobileWhatType>27</MobileWhatType> <MultiLoadID>25</MultiLoadID> <PickupAddress2>sample string 5</PickupAddress2> <PickupCity>sample string 6</PickupCity> <PickupLot>sample string 7</PickupLot> <PickupName>sample string 4</PickupName> <PickupTime>sample string 8</PickupTime> <RateMobileTripScreensID>24</RateMobileTripScreensID> <RouteNumber>20</RouteNumber> <RouteStop>21</RouteStop> <Status>sample string 13</Status> <StatusID>14</StatusID> <TransportName>sample string 15</TransportName> <TransportType>sample string 16</TransportType> <TripDate>2024-11-21T05:01:03.5293738-05:00</TripDate> <TripID>1</TripID> <TripRate>sample string 17</TripRate> <WhatTripScreen>18</WhatTripScreen> </TripsModel.TripListReturnV2> <TripsModel.TripListReturnV2> <ATripFlag>26</ATripFlag> <AccountMobileTripScreensID>23</AccountMobileTripScreensID> <AccountUseMobileTripScreen>22</AccountUseMobileTripScreen> <AppointmentTime>sample string 3</AppointmentTime> <DestAddress2>sample string 10</DestAddress2> <DestCity>sample string 11</DestCity> <DestLot>sample string 12</DestLot> <DestName>sample string 9</DestName> <Escort>19</Escort> <MobileWhatType>27</MobileWhatType> <MultiLoadID>25</MultiLoadID> <PickupAddress2>sample string 5</PickupAddress2> <PickupCity>sample string 6</PickupCity> <PickupLot>sample string 7</PickupLot> <PickupName>sample string 4</PickupName> <PickupTime>sample string 8</PickupTime> <RateMobileTripScreensID>24</RateMobileTripScreensID> <RouteNumber>20</RouteNumber> <RouteStop>21</RouteStop> <Status>sample string 13</Status> <StatusID>14</StatusID> <TransportName>sample string 15</TransportName> <TransportType>sample string 16</TransportType> <TripDate>2024-11-21T05:01:03.5293738-05:00</TripDate> <TripID>1</TripID> <TripRate>sample string 17</TripRate> <WhatTripScreen>18</WhatTripScreen> </TripsModel.TripListReturnV2> </TripList> <message>sample string 2</message> <status>true</status> </TripsModel.TripPostReturnV2>