POST api/BoombinereCalculateShippingPrice

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
request
Documentation for 'request'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "TokenKey": "750af084-df8e-42c0-bea7-fdb1fa9e3f4b",
  "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
}