GET api/orders/shippingoptions

Request Information

URI Parameters

None.

Body Parameters

ShippingOptionsRequest
NameDescriptionTypeAdditional information
P21CustID

integer

None.

ShipLocID

integer

None.

LocationTotal

decimal number

None.

CarrierID

integer

None.

Items

string

None.

Request Formats

application/json, text/json

Sample:
{
  "P21CustID": 1,
  "ShipLocID": 2,
  "LocationTotal": 3.0,
  "CarrierID": 4,
  "Items": "sample string 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:
[
  {},
  {}
]