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": "a6f646a1-1ffc-41f9-b122-8151b73d96f8",
"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
}