POST api/TIA_Staging/PostStagingListsStarter

Request Information

URI Parameters

None.

Body Parameters

StagingListStarterPost
NameDescriptionTypeAdditional information
APIKey

string

None.

TabletID

string

None.

DriverID

integer

None.

DriverNumber

string

None.

DriverName

string

None.

WhatZone

string

None.

LinkID

string

None.

StarterLogID

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",
  "WhatZone": "sample string 6",
  "LinkID": "sample string 7",
  "StarterLogID": 8
}

application/xml, text/xml

Sample:
<TIA_StagingModel.StagingListStarterPost 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 7</LinkID>
  <StarterLogID>8</StarterLogID>
  <TabletID>sample string 2</TabletID>
  <WhatZone>sample string 6</WhatZone>
</TIA_StagingModel.StagingListStarterPost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

StagingListPostReturn
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

ReturnCode

integer

None.

StagingList

Collection of StagingList

None.

RedZoneList

Collection of RedZoneList

None.

BlueZoneList

Collection of BlueZoneList

None.

MoveToZone

integer

None.

RejectFlag

integer

None.

StarterHold

integer

None.

SpecialRequest

integer

None.

StarterFlag

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2",
  "ReturnCode": 3,
  "StagingList": [
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "RejectFlag": 4,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 6
    },
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "RejectFlag": 4,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 6
    }
  ],
  "RedZoneList": [
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 5,
      "IsLoading": 6,
      "SpecialRequest": 7
    },
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 5,
      "IsLoading": 6,
      "SpecialRequest": 7
    }
  ],
  "BlueZoneList": [
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 5,
      "IsLoading": 6,
      "SpecialRequest": 7
    },
    {
      "VehicleData": "sample string 1",
      "VehicleID": 2,
      "NumberMin": 3,
      "LastMove": "2024-10-22T06:32:50.8835893-04:00",
      "IsMoving": 5,
      "IsLoading": 6,
      "SpecialRequest": 7
    }
  ],
  "MoveToZone": 4,
  "RejectFlag": 5,
  "StarterHold": 6,
  "SpecialRequest": 7,
  "StarterFlag": 8
}

application/xml, text/xml

Sample:
<TIA_StagingModel.StagingListPostReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <BlueZoneList>
    <TIA_StagingModel.BlueZoneList>
      <IsLoading>6</IsLoading>
      <IsMoving>5</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <SpecialRequest>7</SpecialRequest>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.BlueZoneList>
    <TIA_StagingModel.BlueZoneList>
      <IsLoading>6</IsLoading>
      <IsMoving>5</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <SpecialRequest>7</SpecialRequest>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.BlueZoneList>
  </BlueZoneList>
  <MoveToZone>4</MoveToZone>
  <RedZoneList>
    <TIA_StagingModel.RedZoneList>
      <IsLoading>6</IsLoading>
      <IsMoving>5</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <SpecialRequest>7</SpecialRequest>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.RedZoneList>
    <TIA_StagingModel.RedZoneList>
      <IsLoading>6</IsLoading>
      <IsMoving>5</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <SpecialRequest>7</SpecialRequest>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.RedZoneList>
  </RedZoneList>
  <RejectFlag>5</RejectFlag>
  <ReturnCode>3</ReturnCode>
  <SpecialRequest>7</SpecialRequest>
  <StagingList>
    <TIA_StagingModel.StagingList>
      <IsMoving>6</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <RejectFlag>4</RejectFlag>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.StagingList>
    <TIA_StagingModel.StagingList>
      <IsMoving>6</IsMoving>
      <LastMove>2024-10-22T06:32:50.8835893-04:00</LastMove>
      <NumberMin>3</NumberMin>
      <RejectFlag>4</RejectFlag>
      <VehicleData>sample string 1</VehicleData>
      <VehicleID>2</VehicleID>
    </TIA_StagingModel.StagingList>
  </StagingList>
  <StarterFlag>8</StarterFlag>
  <StarterHold>6</StarterHold>
  <message>sample string 2</message>
  <status>true</status>
</TIA_StagingModel.StagingListPostReturn>