POST api/TIA_Staging/PostStagingLists
Request Information
URI Parameters
None.
Body Parameters
StagingListPost| Name | 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. |
|
| TIA_StagingID | integer |
None. |
|
| LinkID | string |
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",
"TIA_StagingID": 8,
"LinkID": "sample string 9"
}
application/xml, text/xml
Sample:
<TIA_StagingModel.StagingListPost 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> <TIA_StagingID>8</TIA_StagingID> <TabletID>sample string 2</TabletID> <VehicleID>6</VehicleID> <VehicleNumber>sample string 7</VehicleNumber> </TIA_StagingModel.StagingListPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
StagingListPostReturn| Name | Description | Type | Additional 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": "2025-11-04T01:33:06.8547673+00:00",
"IsMoving": 6
},
{
"VehicleData": "sample string 1",
"VehicleID": 2,
"NumberMin": 3,
"RejectFlag": 4,
"LastMove": "2025-11-04T01:33:06.8547673+00:00",
"IsMoving": 6
}
],
"RedZoneList": [
{
"VehicleData": "sample string 1",
"VehicleID": 2,
"NumberMin": 3,
"LastMove": "2025-11-04T01:33:06.8547673+00:00",
"IsMoving": 5,
"IsLoading": 6,
"SpecialRequest": 7
},
{
"VehicleData": "sample string 1",
"VehicleID": 2,
"NumberMin": 3,
"LastMove": "2025-11-04T01:33:06.8547673+00:00",
"IsMoving": 5,
"IsLoading": 6,
"SpecialRequest": 7
}
],
"BlueZoneList": [
{
"VehicleData": "sample string 1",
"VehicleID": 2,
"NumberMin": 3,
"LastMove": "2025-11-04T01:33:06.8547673+00:00",
"IsMoving": 5,
"IsLoading": 6,
"SpecialRequest": 7
},
{
"VehicleData": "sample string 1",
"VehicleID": 2,
"NumberMin": 3,
"LastMove": "2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>2025-11-04T01:33:06.8547673+00: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>