POST api/delivery/DhlRates

Request Information

URI Parameters

None.

Body Parameters

DhlFeeRequestDto
NameDescriptionTypeAdditional information
CurrencyISO

string

None.

OriginCountryCode

string

None.

OriginCityName

string

None.

DestinationCountryCode

string

None.

DestinationCityName

string

None.

Weight

decimal number

None.

Length

decimal number

None.

Width

decimal number

None.

Height

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrencyISO": "sample string 1",
  "OriginCountryCode": "sample string 2",
  "OriginCityName": "sample string 3",
  "DestinationCountryCode": "sample string 4",
  "DestinationCityName": "sample string 5",
  "Weight": 6.0,
  "Length": 7.0,
  "Width": 8.0,
  "Height": 9.0
}

text/html

Sample:
{"CurrencyISO":"sample string 1","OriginCountryCode":"sample string 2","OriginCityName":"sample string 3","DestinationCountryCode":"sample string 4","DestinationCityName":"sample string 5","Weight":6.0,"Length":7.0,"Width":8.0,"Height":9.0}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.