POST api/TIA_Staging/PostDriverNote

Request Information

URI Parameters

None.

Body Parameters

PostStarterDriverNote
NameDescriptionTypeAdditional information
APIKey

string

None.

TabletID

string

None.

VehicleID

integer

None.

VehicleNumber

string

None.

DriverNote

string

None.

StarterName

string

None.

StarterID

integer

None.

DriverID

integer

None.

DriverNumber

string

None.

StagingID

integer

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",
  "DriverNote": "sample string 5",
  "StarterName": "sample string 6",
  "StarterID": 7,
  "DriverID": 8,
  "DriverNumber": "sample string 9",
  "StagingID": 10,
  "LinkID": "sample string 11"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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