HDN endpoint ============ The HDN-endpoint accepts HDN XML messages and is available since version ``19.12.34``. ------------------------- upload ------ ``UPLOAD /hdn/create`` This endpoint accepts HDN XML messages and processes them in the relevant Accelerate-license. Request ....... This request requires no parameters. Response ........ .. code-block:: json :linenos: { "operation_result":"OK" } Errors ...... Here follows a list of errors that can occur while calling this endpoint. +-------------------------------------------+-------------------------------------------------------------------------------------------------+ | Type | Explanation | +===========================================+=================================================================================================+ | INVALID_XML | Provided XML did not pass HDN validation | +-------------------------------------------+-------------------------------------------------------------------------------------------------+ | FAILED_TO_SAVE_XML | Other unspecified processing error, contact Accelerate support | +-------------------------------------------+-------------------------------------------------------------------------------------------------+