Schema Definitions

Definitions for basic functionality in Digipost is defined in the Digipost XSD.

Digipost API XSD Version 8

Digipost API XSD Version 7 (deprecated)
Digipost API XSD Version 6 (deprecated)

Media types

Message exchange with the Digipost API is done with XML messages in a defined format with media type application/vnd.digipost-v8+xml. This media type indicates that the message is an application-specific XML format. To send digital mail you must set the correct media type by including the HTTP header «Content-Type: application/vnd.digipost-v8+xml». You must also specify that you can handle this format in the response by using the HTTP header «Accept: application/vnd.digipost-v8+xml».

application/vnd.digipost-v8+xml
  • application: Indicates that this is an application-specific format.
  • vnd.digipost: Indicates that this is a vendor-specific format (specific to Digipost).
  • v8: Indicates which media type version is being used.
  • xml: Indicates that messages are in XML format.