Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

REST API Swagger Documentation

Tax Transfer DE includes the default Swagger UI for displaying the API documentation in a nice human readable way. To browse that UI just open your browser and go to https://<your-tax-transfer-de-url>/swagger/

Error Codes

Any request to the REST API may result in an internal server error. The backend will return an HTTP status code 5xx in this case and a response body formatted as application/problem+json. Tax Transfer DE extends the response with a "ErrorCode" field.



COL00001CertificatePinIncorrect
COL00002CryptographyParameterMissing
COL00003DataTypeVersionUnknown
COL00004FieldCaseNotAllowed
COL00005InputDataTooLarge
COL00006InvalidInputDataHeader
COL00007InvalidParameter
COL00008InvalidTransferHeader
COL00009InvalidXmlEncoding
COL00010Parse
COL00011SchemaValidation
COL00012TestCertificateNotAllowed
COL00013CommonDataPluginNotLoaded
COL00014DataPartNotFound
COL00015GeneralEricOperationException
COL00016OutOfUnmanagedMemory
COL00017ParameterNullException
COL00018TaxOfficeDistrictNotSupported
COL00019TaxOfficeNotFound
COL00020TransferTimeout
COL00021CertificateInvalid
COL00022DeprecatedEricLibrary
COL00023AmountOfAttachedFilesExceedsPermittedAmount
COL00024SizeOfAttachedFileExceedsPermittedAccount
COL00025SizeOfAttachedFilesExceedsPermittedAccount
COL00026SignatureTypeNotAllowedForDataTypeVersion
COL00027XmlSigningError
COL00028SchemaValidationNotSupported
COL00029CouldNotEstablishServerConnection
  • No labels