GET api/book/calculate/freight/{from}/{to}?weight={weight}&declared={declared}&qty={qty}&dimensions={dimensions}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
from

integer

Required

to

integer

Required

weight

decimal number

Required

declared

decimal number

Required

qty

integer

Default value is 1

dimensions

string

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.