POST api/TIA_Staging/PostZoneMove

Request Information

URI Parameters

None.

Body Parameters

PostZoneMove
NameDescriptionTypeAdditional 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.

TIA_ZoneMove

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,
  "TIA_ZoneMove": 9,
  "LinkID": "sample string 10"
}

application/xml, text/xml

Sample:
<TIA_StagingModel.PostZoneMove 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 10</LinkID>
  <TIA_StagingID>8</TIA_StagingID>
  <TIA_ZoneMove>9</TIA_ZoneMove>
  <TabletID>sample string 2</TabletID>
  <VehicleID>6</VehicleID>
  <VehicleNumber>sample string 7</VehicleNumber>
</TIA_StagingModel.PostZoneMove>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostZoneMoveReturn
NameDescriptionTypeAdditional information
status

boolean

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": true,
  "message": "sample string 2"
}

application/xml, text/xml

Sample:
<TIA_StagingModel.PostZoneMoveReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <message>sample string 2</message>
  <status>true</status>
</TIA_StagingModel.PostZoneMoveReturn>