Home
API Catalog
About
Back to System
SAP Business One Service Layer
1.0.0
OAS 3.0
Servers
https://sap-b1-server/b1s/v1
Authorize
Items
GET
/Items
Get a list of Items
POST
/Items
Create a new Item
GET
/Items('{ItemCode}')
Get a specific Item
PATCH
/Items('{ItemCode}')
Update an Item
Administration
GET
/Users
Get a list of Users
GET
/Users({InternalKey})
Get a specific User
PATCH
/Users({InternalKey})
Update a User
SalesDocuments
GET
/Orders
Get a list of Sales Orders
POST
/Orders
Create a new Sales Order
GET
/Invoices
Get a list of A/R Invoices
POST
/Invoices
Create a new A/R Invoice
GET
/Deliveries
Get a list of Deliveries
POST
/Deliveries
Create a new Delivery
GET
/Orders({DocEntry})
Get a specific Sales Order
PATCH
/Orders({DocEntry})
Update a Sales Order
GET
/Invoices({DocEntry})
Get a specific A/R Invoice
POST
/Orders({DocEntry})
/Close
Close a Sales Order
POST
/Orders({DocEntry})
/Cancel
Cancel a Sales Order
CRM
GET
/Activities
Get a list of Activities
POST
/Activities
Create a new Activity
GET
/Activities({ActivityCode})
Get a specific Activity
PATCH
/Activities({ActivityCode})
Update an Activity
Inventory
GET
/Warehouses
Get a list of Warehouses
GET
/Warehouses('{WarehouseCode}')
Get a specific Warehouse
Financials
GET
/JournalEntries
Get a list of Journal Entries
POST
/JournalEntries
Create a new Journal Entry
GET
/ChartOfAccounts
Get the Chart of Accounts
GET
/ChartOfAccounts('{AccountCode}')
Get a specific G/L Account
PurchaseDocuments
GET
/PurchaseOrders
Get a list of Purchase Orders
POST
/PurchaseOrders
Create a new Purchase Order
GET
/PurchaseOrders({DocEntry})
Get a specific Purchase Order
BusinessPartners
GET
/BusinessPartners
Get a list of Business Partners
POST
/BusinessPartners
Create a new Business Partner
GET
/BusinessPartners('{CardCode}')
Get a specific Business Partner
PATCH
/BusinessPartners('{CardCode}')
Update a Business Partner
DELETE
/BusinessPartners('{CardCode}')
Delete a Business Partner
Schemas
Item
User
Error
Invoice
Activity
Delivery
Warehouse
SalesOrder
DocumentLine
JournalEntry
PurchaseOrder
ItemCollection
UserCollection
BusinessPartner
ChartOfAccounts
JournalEntryLine
InvoiceCollection
ActivityCollection
DeliveryCollection
WarehouseCollection
SalesOrderCollection
JournalEntryCollection
PurchaseOrderCollection
BusinessPartnerCollection
ChartOfAccountsCollection