POST etc/etccorrection/v10/UpdateETCCorrection

Request Information

URI Parameters

None.

Body Parameters

ETCCorrection
NameDescriptionTypeAdditional information
VehicleEntry_Code

string

None.

ShiftDate

string

None.

PMCode

integer

None.

CorrectedSCCode

integer

None.

Multiplier

decimal number

None.

MaxAllowedWeight

integer

None.

AuditRateMultiplier

integer

None.

AuditorOWAmount

decimal number

None.

CorrectionTypeCode

integer

None.

Comments

string

None.

Updated_By

string

None.

MachineName

string

None.

LastUpdate_Date

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VehicleEntry_Code": "sample string 1",
  "ShiftDate": "sample string 2",
  "PMCode": 3,
  "CorrectedSCCode": 4,
  "Multiplier": 5.1,
  "MaxAllowedWeight": 6,
  "AuditRateMultiplier": 7,
  "AuditorOWAmount": 8.1,
  "CorrectionTypeCode": 9,
  "Comments": "sample string 10",
  "Updated_By": "sample string 11",
  "MachineName": "sample string 12",
  "LastUpdate_Date": "sample string 13"
}

application/xml, text/xml

Sample:
<ETCCorrection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMSCCH25Web.Models">
  <AuditRateMultiplier>7</AuditRateMultiplier>
  <AuditorOWAmount>8.1</AuditorOWAmount>
  <Comments>sample string 10</Comments>
  <CorrectedSCCode>4</CorrectedSCCode>
  <CorrectionTypeCode>9</CorrectionTypeCode>
  <LastUpdate_Date>sample string 13</LastUpdate_Date>
  <MachineName>sample string 12</MachineName>
  <MaxAllowedWeight>6</MaxAllowedWeight>
  <Multiplier>5.1</Multiplier>
  <PMCode>3</PMCode>
  <ShiftDate>sample string 2</ShiftDate>
  <Updated_By>sample string 11</Updated_By>
  <VehicleEntry_Code>sample string 1</VehicleEntry_Code>
</ETCCorrection>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.