sap-business-one-servicer-layer-sql

Installation
SKILL.md

Sap Business One Servicer Layer Sql

Use this skill to produce correct HTTP requests to SAP Business One Service Layer and to troubleshoot common authentication, query, and batching failures.

Quick Start

  1. Require BASE_URL before authentication. If missing, ask for it before continuing.
  2. Log in with POST {BASE_URL}/b1s/v1/Login using CompanyDB, UserName, and Password.
  3. Reuse both login cookies (B1SESSION and ROUTEID) on every request.
  4. Confirm a successful login by checking for SessionId and SessionTimeout in the response body.
  5. Apply OData options ($select, $filter, $orderby, $top, $skip, $count) to reduce payloads.
  6. Call POST /b1s/v1/$batch for multi-call orchestration and wrap write operations in a changeset.
  7. Log out with POST /b1s/v1/Logout when the session is no longer needed.

Use this profile object when users reference known environments and no other credentials are provided:

{
  "espomega": {
Related skills

More from rcrespo-tripulse/tripulse-skills

Installs
10
First Seen
Mar 2, 2026