POST api/MobileError

Request Information

URI Parameters

None.

Body Parameters

MobileErrorLogModel
NameDescriptionTypeAdditional information
MobileErrorLogID

integer

None.

ErrorDate

date

None.

ControlerName

string

None.

MobileTabletSetupsID

integer

None.

DriverID

integer

None.

VehicleID

integer

None.

ErrorMessage

string

None.

TabletVersion

string

None.

TripID

integer

None.

VehicleNumber

string

None.

DriverNumber

string

None.

TabletID

string

None.

StackTrace

string

None.

APIVersion

string

None.

SubProcess

string

None.

LinkID

string

None.

WhatOS

string

None.

APIKey

string

None.

Request Formats

application/json, text/json

Sample:
{
  "MobileErrorLogID": 1,
  "ErrorDate": "2024-10-22T06:33:14.5344622-04:00",
  "ControlerName": "sample string 3",
  "MobileTabletSetupsID": 4,
  "DriverID": 5,
  "VehicleID": 6,
  "ErrorMessage": "sample string 7",
  "TabletVersion": "sample string 8",
  "TripID": 9,
  "VehicleNumber": "sample string 10",
  "DriverNumber": "sample string 11",
  "TabletID": "sample string 12",
  "StackTrace": "sample string 13",
  "APIVersion": "sample string 14",
  "SubProcess": "sample string 15",
  "LinkID": "sample string 16",
  "WhatOS": "sample string 17",
  "APIKey": "sample string 18"
}

application/xml, text/xml

Sample:
<MobileErrorLogModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProCADMobileService.Models">
  <APIKey>sample string 18</APIKey>
  <APIVersion>sample string 14</APIVersion>
  <ControlerName>sample string 3</ControlerName>
  <DriverID>5</DriverID>
  <DriverNumber>sample string 11</DriverNumber>
  <ErrorDate>2024-10-22T06:33:14.5344622-04:00</ErrorDate>
  <ErrorMessage>sample string 7</ErrorMessage>
  <LinkID>sample string 16</LinkID>
  <MobileErrorLogID>1</MobileErrorLogID>
  <MobileTabletSetupsID>4</MobileTabletSetupsID>
  <StackTrace>sample string 13</StackTrace>
  <SubProcess>sample string 15</SubProcess>
  <TabletID>sample string 12</TabletID>
  <TabletVersion>sample string 8</TabletVersion>
  <TripID>9</TripID>
  <VehicleID>6</VehicleID>
  <VehicleNumber>sample string 10</VehicleNumber>
  <WhatOS>sample string 17</WhatOS>
</MobileErrorLogModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.