Initial import NDC_1C
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user