SqlAccountRestAPI (1.0)

Download OpenAPI description
Overview
Languages
Servers
Mock server
https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/

App

Operations

/api/App/login

Request

Body
usernamestringnon-emptyrequired
Example: "abc"
passwordstringnon-emptyrequired
Example: "123"
curl -i -X POST \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/login \
  -H 'Content-Type: application/json' \
  -d '{
    "username": "abc",
    "password": "123"
  }'

Responses

Success

/api/App/info

Request

curl -i -X GET \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/info

Responses

Success

/api/App/actions

Request

curl -i -X GET \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/actions

Responses

Success

/api/App/modules

Request

curl -i -X GET \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/modules

Responses

Success

/api/App/objects

Request

curl -i -X GET \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/objects

Responses

Success

/api/App/objects/{name}

Request

Path
namestringrequired
curl -i -X GET \
  'https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/objects/{name}'

Responses

Success

/api/App/update

Request

curl -i -X POST \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/App/update

Responses

Success

BizObject

Operations

Customer

Operations

CustomerInvoice

Operations

History

Operations

CustomerPayment

Operations

SalesInvoice

Operations

SalesOrder

Operations

StockAdjustment

Operations

StockItem

Operations

StockItemTemplate

Operations