GET
/business-partners
getBusinessPartnersGet list of business partners
Responses
Status | Description |
---|---|
200 | A list of business partners |
Sample OpenAPI spec for demoing integration between an LLM and SAP using REST endpoints.
/business-partners
getBusinessPartnersGet list of business partners
Status | Description |
---|---|
200 | A list of business partners |
/material-stock
getMaterialStockCheck stock availability
Name | In | Required | Description |
---|---|---|---|
materialId | query | Yes |
Status | Description |
---|---|
200 | Stock level for the material |
/sales-orders
createSalesOrderCreate a new sales order
application/json
Status | Description |
---|---|
201 | Sales order created |