AACFlow

1C OData

Integrate with 1C enterprise systems via OData v3 — full CRUD and function calls

1c

1C OData provides a standard OData v3 interface to 1C:Enterprise business applications (1C:Бухгалтерия, 1C:ERP, 1C:Управление торговлей, and others). It enables CRUD operations on any 1C entity — catalogs, documents, registers — and supports calling business process functions.

With the 1C OData integration in AACFlow, you can:

  • List entities: Query collections with filtering, sorting, and pagination
  • Get entity: Retrieve a single entity record by key
  • Create entity: Add new records to catalogs or create documents
  • Update entity: Modify existing records
  • Delete entity: Remove records
  • Call function: Invoke 1C business process functions and HTTP-services

This integration enables deep 1C enterprise system automation from AACFlow workflows.

Usage Instructions

Integrate 1C OData into the workflow. Requires the 1C OData standard endpoint base URL (e.g. http://server/base/odata/standard.odata), and basic authentication credentials (username and password of a 1C user with API access rights).

Tools

1c_odata_list_entities

Query a 1C entity collection

Input

ParameterTypeRequiredDescription
baseUrlstringYes1C OData endpoint base URL
usernamestringYes1C username
passwordstringYes1C password
entitystringYesEntity name (e.g. Catalog_Номенклатура)
filterstringNoOData filter expression
topnumberNoMaximum records to return
skipnumberNoRecords to skip for pagination
selectstringNoComma-separated field names

Output

ParameterTypeDescription
valuearrayArray of entity records
countnumberTotal record count (if $count=true)

1c_odata_get_entity

Get a single entity by key

Input

ParameterTypeRequiredDescription
baseUrlstringYes1C OData endpoint base URL
usernamestringYes1C username
passwordstringYes1C password
entitystringYesEntity name
keystringYesEntity key value (GUID or string)

Output

ParameterTypeDescription
recordobjectEntity record object

1c_odata_create_entity

Create a new entity record

Input

ParameterTypeRequiredDescription
baseUrlstringYes1C OData endpoint base URL
usernamestringYes1C username
passwordstringYes1C password
entitystringYesEntity name
dataobjectYesRecord field values

Output

ParameterTypeDescription
recordobjectCreated entity record
successbooleanWhether the record was created

On this page

Empieza a construir hoy
Más de 100 000 constructores confían en nosotros.
La plataforma SaaS para crear agentes de IA y operar tu fuerza de trabajo agéntica.
Empezar