SqlAccountRestAPI (1.0)

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

App

Operations

BizObject

Operations

/api/biz-objects/query

Request

Body
sqlstring or null
Example: "123"
paramsobject or null
offsetinteger(int32)
Example: 123
limitinteger(int32)
Example: 123
curl -i -X POST \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/biz-objects/query \
  -H 'Content-Type: application/json' \
  -d '{
    "sql": "123",
    "params": {
      "property1": null,
      "property2": null
    },
    "offset": 123,
    "limit": 123
  }'

Responses

Success

/api/biz-objects/{entityType}

Request

Path
entityTypestringrequired
Body
dataobject or null
curl -i -X POST \
  'https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/biz-objects/{entityType}' \
  -H 'Content-Type: application/json' \
  -d '{
    "data": {
      "property1": null,
      "property2": null
    }
  }'

Responses

Success

/api/biz-objects/{entityType}/{fieldKey}/{fieldValue}

Request

Path
entityTypestringrequired
fieldKeystringrequired
fieldValuestringrequired
Body
mainKeystring or null
Example: "123"
dataobject or null
curl -i -X PUT \
  'https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/biz-objects/{entityType}/{fieldKey}/{fieldValue}' \
  -H 'Content-Type: application/json' \
  -d '{
    "mainKey": "123",
    "data": {
      "property1": null,
      "property2": null
    }
  }'

Responses

Success

/api/biz-objects/transfer

Request

Body
fromEntityTypestring or null
Example: "123"
toEntityTypestring or null
Example: "123"
docNostring or null
Example: "123"
curl -i -X POST \
  https://beehexa.redocly.app/_mock/api-v2/sqlaccount/docs/api/biz-objects/transfer \
  -H 'Content-Type: application/json' \
  -d '{
    "fromEntityType": "123",
    "toEntityType": "123",
    "docNo": "123"
  }'

Responses

Success

Customer

Operations

CustomerInvoice

Operations

History

Operations

CustomerPayment

Operations

SalesInvoice

Operations

SalesOrder

Operations

StockAdjustment

Operations

StockItem

Operations

StockItemTemplate

Operations