KuehneNagel API
Responses
KuehneNagel API returns the well known HTTP status codes to denote the failure of an API request.
Status-Code: 200-OK
<?xml version='1.0' encoding='UTF-8'?>
<status>Success</status>
Status-Code: 401-Unauthorized
This response is returned when incorrect credentials are passed.
Authentication denied on endpoint http://apiqa.unileverservices.com/otmeu-publisher-app-v1/ontime-api/ontime.
Status-Code: 415-Unsupported Media Type
This response is returned when request was made with invalid content-type.
<Response>
<statusCode>415</statusCode>
<statusType>Unsupported Request Content Type</statusType>
<statusMessage>The client sent a type of request which is not supported by the requested endpoint. Verify that your request's Content-Type matches the requested endpoint accepted content.</statusMessage>
<statusDetails>Please check the URL and contact support Team</statusDetails>
</Response>