General Info
Sapera includes an internal integration with one of the Microsoft Business Central providers: Inventio.IT This document outlines a proposed approach for how a similar integration can be implemented by an external development team.
Request Basics
HTTP Method: POST
Header Required: Content-Type: application/json
Authentication for API communication with Sapera is described in the following document: Webshop Integration: Authentication.
Paged Data Fetching
Fetching entities using paged requests such as Get[Something]Page
is explained in the document: Get[Something]Page requests.