PROTEL PORTAL PLUS

Online documentation

Version

Current Version is V2.7

What's new


Introduction

PortalPlus Web API is an HTTP based WebAPI. It contains methods to send/get EInvoices.


Formats

The PortalPlus API currently only supports JSON encoded data as requests and responses. The API supports either XML or JSON encoded data as requests and responses. Be sure to set both the Content-Type and Accept headers to application/json or application/xml correspondingly to identify the request and response format. Each format represents the data described herein differently:
JSON

  • The API returns an object containing the named object with the result data.
  • Arrays are represented as an array with the name of the type of the objects in the array
  • Null is represented as JSON's null.

XML

  • XML Attributes are not used.
  • Arrays are represented as a series of sub-elements in the containing element of the type of the array.
  • Null is represented by the word "null" between the element's tags.

If no format is specified, the API will default to JSON.
All interfaces and method are self-documented through the API web address.


Audience

The audience of this documentation is Software Developers, Software Architects or Project Managers with basic programming knowledge.

Copyright © 2025 Protel A.Ş All Rights Reserved.