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
- Require
BASE_URLbefore authentication. If missing, ask for it before continuing. - Log in with
POST {BASE_URL}/b1s/v1/LoginusingCompanyDB,UserName, andPassword. - Reuse both login cookies (
B1SESSIONandROUTEID) on every request. - Confirm a successful login by checking for
SessionIdandSessionTimeoutin the response body. - Apply OData options (
$select,$filter,$orderby,$top,$skip,$count) to reduce payloads. - Call
POST /b1s/v1/$batchfor multi-call orchestration and wrap write operations in a changeset. - Log out with
POST /b1s/v1/Logoutwhen the session is no longer needed.
Use this profile object when users reference known environments and no other credentials are provided: