diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.json b/clearing-parent/backend-api/src/main/resources/meta/meta.json index fe07f879f..b303ae1a6 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.json +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.json @@ -1,6 +1,6 @@ { - "version": "3.8.0.49", + "version": "3.8.0.50", "enums": { @@ -4102,6 +4102,39 @@ {"code": "refundDate", "type": 6,"name": "Дата возврата депозита","shortname": "Возврат депозита","visible": true,"enabled": true } + ] + } + , + {"method":"put", + + "name": "Изменение отметки о получении выписки", + + "destination": "registries/changeStatusExtract", + + "confirmation": "shortName,contract,balance,registryStatus", + + "class": "ru.spcex.clearing.backendapi.controller.request.cud.registry.ChangeStatusExtractActionNew", + + "fields": [ + {"code": "id", + "type": 1,"name": "Идентификатор записи","shortname": "ID","link": "registry","linkCode": "id","required": true + } + , + {"code": "shortName", + "type": 2,"length": 255,"name": "Краткое наименование компании","shortname": "Компания","enabled": false + } + , + {"code": "contract", + "type": 2,"length": 255,"name": "Договор","shortname": "Номер договора","required": true,"enabled": false + } + , + {"code": "balance", + "type": 10,"name": "Текущий баланс","shortname": "Баланс","enabled": false + } + , + {"code": "registryStatus", + "type": 12,"dbname": "Код статуса","name": "Наименование статуса","shortname": "Статус","link": "registryStatus" + } ] } ] @@ -4159,7 +4192,7 @@ ,"actions":[ {"method":"post", - "name": "Добавление корреспондентского счета", + "name": "Добавление счета", "confirmation": "companyId,account,status", @@ -4186,7 +4219,7 @@ , {"method":"put", - "name": "Изменение корреспондентского счета", + "name": "Изменение счета", "confirmation": "companyId,account,status", @@ -4217,7 +4250,7 @@ , {"method":"delete", - "name": "Блокировка корреспондентского счета", + "name": "Блокировка счета", "confirmation": "companyId,account", diff --git a/clearing-parent/backend-api/src/main/resources/meta/meta.xml b/clearing-parent/backend-api/src/main/resources/meta/meta.xml index 42098e4f0..f8d4badba 100644 --- a/clearing-parent/backend-api/src/main/resources/meta/meta.xml +++ b/clearing-parent/backend-api/src/main/resources/meta/meta.xml @@ -1,6 +1,6 @@ - + @@ -951,6 +951,13 @@ + + + + + + + @@ -964,20 +971,20 @@ - + - + - + diff --git a/clearing-parent/backend-api/src/test/resources/meta.json b/clearing-parent/backend-api/src/test/resources/meta.json index fe07f879f..b303ae1a6 100644 --- a/clearing-parent/backend-api/src/test/resources/meta.json +++ b/clearing-parent/backend-api/src/test/resources/meta.json @@ -1,6 +1,6 @@ { - "version": "3.8.0.49", + "version": "3.8.0.50", "enums": { @@ -4102,6 +4102,39 @@ {"code": "refundDate", "type": 6,"name": "Дата возврата депозита","shortname": "Возврат депозита","visible": true,"enabled": true } + ] + } + , + {"method":"put", + + "name": "Изменение отметки о получении выписки", + + "destination": "registries/changeStatusExtract", + + "confirmation": "shortName,contract,balance,registryStatus", + + "class": "ru.spcex.clearing.backendapi.controller.request.cud.registry.ChangeStatusExtractActionNew", + + "fields": [ + {"code": "id", + "type": 1,"name": "Идентификатор записи","shortname": "ID","link": "registry","linkCode": "id","required": true + } + , + {"code": "shortName", + "type": 2,"length": 255,"name": "Краткое наименование компании","shortname": "Компания","enabled": false + } + , + {"code": "contract", + "type": 2,"length": 255,"name": "Договор","shortname": "Номер договора","required": true,"enabled": false + } + , + {"code": "balance", + "type": 10,"name": "Текущий баланс","shortname": "Баланс","enabled": false + } + , + {"code": "registryStatus", + "type": 12,"dbname": "Код статуса","name": "Наименование статуса","shortname": "Статус","link": "registryStatus" + } ] } ] @@ -4159,7 +4192,7 @@ ,"actions":[ {"method":"post", - "name": "Добавление корреспондентского счета", + "name": "Добавление счета", "confirmation": "companyId,account,status", @@ -4186,7 +4219,7 @@ , {"method":"put", - "name": "Изменение корреспондентского счета", + "name": "Изменение счета", "confirmation": "companyId,account,status", @@ -4217,7 +4250,7 @@ , {"method":"delete", - "name": "Блокировка корреспондентского счета", + "name": "Блокировка счета", "confirmation": "companyId,account",