POST api/Trips/PostGetSpecialOpenBoardTripList

Request Information

URI Parameters

None.

Body Parameters

TPATripOpenBoardListPost
NameDescriptionTypeAdditional 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-10-22T06:30:36.4580074-04:00",
  "SelectedDistance": 11,
  "LinkID": "sample string 12",
  "SelectedSort": 13
}

application/xml, text/xml

Sample:
<TripsModel.TPATripOpenBoardListPost 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-10-22T06:30:36.4580074-04: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.TPATripOpenBoardListPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

GetSpecialOpenBoardTripPostReturn
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

ReturnCode

integer

None.

TripList

Collection of PostSpecialOpenBoardTripList

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,
      "TripDay": "sample string 16"
    },
    {
      "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,
      "TripDay": "sample string 16"
    }
  ]
}

application/xml, text/xml

Sample:
<TripsModel.GetSpecialOpenBoardTripPostReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <ReturnCode>3</ReturnCode>
  <TripList>
    <TripsModel.PostSpecialOpenBoardTripList>
      <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>
      <TripDay>sample string 16</TripDay>
      <TripID>1</TripID>
      <TripRate>sample string 9</TripRate>
      <UseGloveMask>13</UseGloveMask>
      <UseUP>12</UseUP>
      <WhatTripScreen>10</WhatTripScreen>
    </TripsModel.PostSpecialOpenBoardTripList>
    <TripsModel.PostSpecialOpenBoardTripList>
      <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>
      <TripDay>sample string 16</TripDay>
      <TripID>1</TripID>
      <TripRate>sample string 9</TripRate>
      <UseGloveMask>13</UseGloveMask>
      <UseUP>12</UseUP>
      <WhatTripScreen>10</WhatTripScreen>
    </TripsModel.PostSpecialOpenBoardTripList>
  </TripList>
  <message>sample string 2</message>
  <status>true</status>
</TripsModel.GetSpecialOpenBoardTripPostReturn>