PUT api/ordFreightHandlingEx

Request Information

URI Parameters

None.

Body Parameters

ordFreightHandlingEx
NameDescriptionTypeAdditional information
ServiceName

string

None.

FreightHandlingID

integer

None.

OrderID

integer

Required

DataVersion

string

Required

ServiceCode

integer

None.

InputCurrencyCode

string

Max length: 3

InputCharge

decimal number

Required

Charge

decimal number

Required

PerSkid

boolean

None.

TotalCharge

decimal number

Required

Comment

string

Max length: 240

CreatedBy

integer

None.

CreatedDate

date

None.

UpdatedBy

integer

None.

UpdatedDate

date

None.

FBSubChargesWOID

integer

None.

results

Collection of ValidationResult

None.

Request Formats

application/json, text/json

Sample:
{
  "results": null,
  "ServiceName": "sample string 1",
  "FreightHandlingID": 2,
  "OrderID": 3,
  "DataVersion": "sample string 4",
  "ServiceCode": 1,
  "InputCurrencyCode": "sample string 5",
  "InputCharge": 6.0,
  "Charge": 7.0,
  "PerSkid": true,
  "TotalCharge": 9.0,
  "Comment": "sample string 10",
  "CreatedBy": 11,
  "CreatedDate": "2025-12-06T23:39:32.0929659+00:00",
  "UpdatedBy": 13,
  "UpdatedDate": "2025-12-06T23:39:32.0929659+00:00",
  "FBSubChargesWOID": 1
}

application/xml, text/xml

Sample:
<ordFreightHandlingEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Models">
  <results xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel.DataAnnotations" i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Utility" />
  <Charge xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">7</Charge>
  <Comment xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 10</Comment>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">11</CreatedBy>
  <CreatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
    <d2p1:DateTime>2025-12-06T23:39:32.0929659Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </CreatedDate>
  <DataVersion xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 4</DataVersion>
  <FBSubChargesWOID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</FBSubChargesWOID>
  <FreightHandlingID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">2</FreightHandlingID>
  <InputCharge xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">6</InputCharge>
  <InputCurrencyCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">sample string 5</InputCurrencyCode>
  <OrderID xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">3</OrderID>
  <PerSkid xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">true</PerSkid>
  <ServiceCode xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">1</ServiceCode>
  <TotalCharge xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">9</TotalCharge>
  <UpdatedBy xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">13</UpdatedBy>
  <UpdatedDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Data.Tables">
    <d2p1:DateTime>2025-12-06T23:39:32.0929659Z</d2p1:DateTime>
    <d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
  </UpdatedDate>
  <ServiceName>sample string 1</ServiceName>
</ordFreightHandlingEx>

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 'ordFreightHandlingEx'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.