GET api/orders/freight

Request Information

URI Parameters

None.

Body Parameters

FreightRequest
NameDescriptionTypeAdditional information
IsMotorFreight

string

None.

P21CustID

integer

None.

ShipLocID

integer

None.

LocationTotal

decimal number

None.

CarrierID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "IsMotorFreight": "sample string 1",
  "P21CustID": 2,
  "ShipLocID": 3,
  "LocationTotal": 4.0,
  "CarrierID": 5
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]