POST api/CalculateShipmentCost

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Data": "sample string 1",
  "Checksum": "sample string 2"
}

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
}