POST api/LCLQuotes/InsertLCLCharge

Request Information

URI Parameters

None.

Body Parameters

freeHandLCLdetail
NameDescriptionTypeAdditional information
idx

integer

None.

masterIdx

integer

None.

chargeIdx

integer

None.

chargeName

string

None.

type

string

None.

carrier

string

None.

transitTime

string

None.

rate

decimal number

None.

chargeCode

string

None.

unitPrice

decimal number

None.

units

decimal number

None.

amount

decimal number

None.

comment

string

None.

costPrice

decimal number

None.

chargeTypeidx

integer

None.

sortOrder

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idx": 1,
  "masterIdx": 2,
  "chargeIdx": 3,
  "chargeName": "sample string 4",
  "type": "sample string 5",
  "carrier": "sample string 6",
  "transitTime": "sample string 7",
  "rate": 8.0,
  "chargeCode": "sample string 9",
  "unitPrice": 10.0,
  "units": 11.0,
  "amount": 1.0,
  "comment": "sample string 12",
  "costPrice": 13.0,
  "chargeTypeidx": 14,
  "sortOrder": 15
}

application/xml, text/xml

Sample:
<freeHandLCLdetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RSE_API.UwstModels.EF">
  <amount>1</amount>
  <carrier>sample string 6</carrier>
  <chargeCode>sample string 9</chargeCode>
  <chargeIdx>3</chargeIdx>
  <chargeName>sample string 4</chargeName>
  <chargeTypeidx>14</chargeTypeidx>
  <comment>sample string 12</comment>
  <costPrice>13</costPrice>
  <idx>1</idx>
  <masterIdx>2</masterIdx>
  <rate>8</rate>
  <sortOrder>15</sortOrder>
  <transitTime>sample string 7</transitTime>
  <type>sample string 5</type>
  <unitPrice>10</unitPrice>
  <units>11</units>
</freeHandLCLdetail>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'freeHandLCLdetail'.

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.