POST api/BoombinereCalculateShippingPrice
Documentation for 'Post'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| request | Documentation for 'request'. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"TokenKey": "5b7ac16e-7fce-4a9a-ab02-00f93730ab7c",
"BoomexCustomerId": 2,
"Weight": 3.1,
"Currency": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"Success": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"ErrorType": 1,
"Result": 4.0
}