GET api/book/calculate/freight/{from}/{to}?weight={weight}&declared={declared}&qty={qty}&dimensions={dimensions}
Request Information
URI Parameters
| Name | Description | Type | Additional 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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.