POST api/TIA_Staging/PostDriverChangeRequest

Request Information

URI Parameters

None.

Body Parameters

PostDriverChangeRequest
NameDescriptionTypeAdditional information
APIKey

string

None.

TabletID

string

None.

VehicleID

integer

None.

VehicleNumber

string

None.

DriverID

integer

None.

DriverNumber

string

None.

DriverName

string

None.

WhatRequest

string

None.

WhatVehType

string

None.

LinkID

string

None.

Request Formats

application/json, text/json

Sample:
{
  "APIKey": "sample string 1",
  "TabletID": "sample string 2",
  "VehicleID": 3,
  "VehicleNumber": "sample string 4",
  "DriverID": 5,
  "DriverNumber": "sample string 6",
  "DriverName": "sample string 7",
  "WhatRequest": "sample string 8",
  "WhatVehType": "sample string 9",
  "LinkID": "sample string 10"
}

application/xml, text/xml

Sample:
<TIA_StagingModel.PostDriverChangeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <APIKey>sample string 1</APIKey>
  <DriverID>5</DriverID>
  <DriverName>sample string 7</DriverName>
  <DriverNumber>sample string 6</DriverNumber>
  <LinkID>sample string 10</LinkID>
  <TabletID>sample string 2</TabletID>
  <VehicleID>3</VehicleID>
  <VehicleNumber>sample string 4</VehicleNumber>
  <WhatRequest>sample string 8</WhatRequest>
  <WhatVehType>sample string 9</WhatVehType>
</TIA_StagingModel.PostDriverChangeRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PostDriverChangeRequestReturn
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.PostDriverChangeRequestReturn 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.PostDriverChangeRequestReturn>