Initial import NDC_1C

This commit is contained in:
2026-03-26 10:38:25 +03:00
commit a162d77ef7
2943 changed files with 3615871 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"serverName": "ndc-1c-odata-proxy",
"transport": "stdio",
"odata": {
"baseUrl": "http://localhost/AccountingBase/odata/standard.odata/",
"auth": {
"type": "basic",
"username": "readonly_user",
"password": "change_me"
},
"readOnly": true
},
"entities": [
{
"name": "Documents",
"operations": ["list", "get"]
},
{
"name": "Counterparties",
"operations": ["list", "get"]
},
{
"name": "Postings",
"operations": ["list", "get"]
}
]
}