backend-api meta правки текста
This commit is contained in:
parent
24a911f6fe
commit
34914fa23e
3 changed files with 29 additions and 29 deletions
|
|
@ -4231,7 +4231,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "depoAccountId",
|
{"code": "depoAccountId",
|
||||||
"type": 1,"name": "Номер депозитарного счета","shortname": "Депозитарный счет","link": "account","linkCode": "account","enabled": false
|
"type": 1,"name": "Номер депозитарного счета","shortname": "Депозитарный счет","link": "account","linkCode": "account"
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "status",
|
{"code": "status",
|
||||||
|
|
@ -4998,6 +4998,10 @@
|
||||||
{"code": "correspondentAccountName",
|
{"code": "correspondentAccountName",
|
||||||
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{"code": "swiftCode",
|
||||||
|
"type": 2,"length": 255,"shortname": "SWIFT"
|
||||||
|
}
|
||||||
,
|
,
|
||||||
{"code": "taxpayerIdentificationNumber",
|
{"code": "taxpayerIdentificationNumber",
|
||||||
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
||||||
|
|
@ -5010,17 +5014,13 @@
|
||||||
{"code": "account",
|
{"code": "account",
|
||||||
"type": 2,"length": 50,"name": "Номер счета","shortname": "Счет","required": true
|
"type": 2,"length": 50,"name": "Номер счета","shortname": "Счет","required": true
|
||||||
}
|
}
|
||||||
,
|
|
||||||
{"code": "destination",
|
|
||||||
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": false
|
|
||||||
}
|
|
||||||
,
|
,
|
||||||
{"code": "companyId",
|
{"code": "companyId",
|
||||||
"type": 1,"name": "Компания","shortname": "Компания","link": "company","linkCode": "shortName","visible": false
|
"type": 1,"name": "Компания","shortname": "Компания","link": "company","linkCode": "shortName","visible": false
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "swiftCode",
|
{"code": "destination",
|
||||||
"type": 2,"length": 255,"shortname": "SWIFT"
|
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -5057,6 +5057,10 @@
|
||||||
{"code": "correspondentAccountName",
|
{"code": "correspondentAccountName",
|
||||||
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{"code": "swiftCode",
|
||||||
|
"type": 2,"length": 255,"shortname": "SWIFT"
|
||||||
|
}
|
||||||
,
|
,
|
||||||
{"code": "taxpayerIdentificationNumber",
|
{"code": "taxpayerIdentificationNumber",
|
||||||
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
||||||
|
|
@ -5071,11 +5075,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "destination",
|
{"code": "destination",
|
||||||
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": false
|
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": true
|
||||||
}
|
|
||||||
,
|
|
||||||
{"code": "swiftCode",
|
|
||||||
"type": 2,"length": 255,"shortname": "SWIFT"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -980,7 +980,7 @@
|
||||||
<companyId type="1" name="Наименование компании" shortname="Компания" link="company" linkCode="shortName" enabled="false"/>
|
<companyId type="1" name="Наименование компании" shortname="Компания" link="company" linkCode="shortName" enabled="false"/>
|
||||||
<code type="2" length="255" name="Код торгово-клирингового регистра" shortname="ТКР" enabled="false"/>
|
<code type="2" length="255" name="Код торгово-клирингового регистра" shortname="ТКР" enabled="false"/>
|
||||||
<moneyAccountId type="1" name="Номер денежного счета" shortname="Денежный счет" link="account" linkCode="account" enabled="false"/>
|
<moneyAccountId type="1" name="Номер денежного счета" shortname="Денежный счет" link="account" linkCode="account" enabled="false"/>
|
||||||
<depoAccountId type="1" name="Номер депозитарного счета" shortname="Депозитарный счет" link="account" linkCode="account" enabled="false"/>
|
<depoAccountId type="1" name="Номер депозитарного счета" shortname="Депозитарный счет" link="account" linkCode="account"/>
|
||||||
<status type="12" name="Наименование статуса" shortname="Статус" link="serviceStatus" required="true"/>
|
<status type="12" name="Наименование статуса" shortname="Статус" link="serviceStatus" required="true"/>
|
||||||
</put>
|
</put>
|
||||||
<delete name="Блокировка ТКР" confirmation="companyId,code" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
|
<delete name="Блокировка ТКР" confirmation="companyId,code" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
|
||||||
|
|
@ -1161,12 +1161,12 @@
|
||||||
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование" required="true"/>
|
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование" required="true"/>
|
||||||
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
|
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
|
||||||
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
|
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
|
||||||
|
<swiftCode type="2" length="255" shortname="SWIFT"/>
|
||||||
<taxpayerIdentificationNumber type="2" length="255" name="Идентификационный номер налогоплательщика (ИНН)" shortname="ИНН"/>
|
<taxpayerIdentificationNumber type="2" length="255" name="Идентификационный номер налогоплательщика (ИНН)" shortname="ИНН"/>
|
||||||
<taxRegistrationReasonCode type="2" length="255" name="Код причины постановки (КПП)" shortname="КПП"/>
|
<taxRegistrationReasonCode type="2" length="255" name="Код причины постановки (КПП)" shortname="КПП"/>
|
||||||
<account type="2" length="50" name="Номер счета" shortname="Счет" required="true"/>
|
<account type="2" length="50" name="Номер счета" shortname="Счет" required="true"/>
|
||||||
<destination type="2" length="255" name="Назначение платежа" shortname="Назначение платежа" visible="false"/>
|
|
||||||
<companyId type="1" name="Компания" shortname="Компания" link="company" linkCode="shortName" visible="false"/>
|
<companyId type="1" name="Компания" shortname="Компания" link="company" linkCode="shortName" visible="false"/>
|
||||||
<swiftCode type="2" length="255" shortname="SWIFT"/>
|
<destination type="2" length="255" name="Назначение платежа" shortname="Назначение платежа" visible="true"/>
|
||||||
</post>
|
</post>
|
||||||
<put name="Изменение счета вывода средств" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountUpdateAction">
|
<put name="Изменение счета вывода средств" confirmation="currency,bankIdentificationCode,bankName,correspondentAccount,correspondentAccountName,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.account.BankAccountUpdateAction">
|
||||||
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
|
||||||
|
|
@ -1175,11 +1175,11 @@
|
||||||
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование"/>
|
<bankName type="2" length="255" name="Наименование банка" shortname="Наименование"/>
|
||||||
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
|
<correspondentAccount type="2" length="255" name="Корреспондентский счет" shortname="Корр. счет"/>
|
||||||
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
|
<correspondentAccountName type="2" length="255" name="Наименование корреспондентского счета" shortname="Наименование корр. счета"/>
|
||||||
|
<swiftCode type="2" length="255" shortname="SWIFT"/>
|
||||||
<taxpayerIdentificationNumber type="2" length="255" name="Идентификационный номер налогоплательщика (ИНН)" shortname="ИНН"/>
|
<taxpayerIdentificationNumber type="2" length="255" name="Идентификационный номер налогоплательщика (ИНН)" shortname="ИНН"/>
|
||||||
<taxRegistrationReasonCode type="2" length="255" name="Код причины постановки (КПП)" shortname="КПП"/>
|
<taxRegistrationReasonCode type="2" length="255" name="Код причины постановки (КПП)" shortname="КПП"/>
|
||||||
<account type="2" length="50" name="Номер счета" shortname="Счет"/>
|
<account type="2" length="50" name="Номер счета" shortname="Счет"/>
|
||||||
<destination type="2" length="255" name="Назначение платежа" shortname="Назначение платежа" visible="false"/>
|
<destination type="2" length="255" name="Назначение платежа" shortname="Назначение платежа" visible="true"/>
|
||||||
<swiftCode type="2" length="255" shortname="SWIFT"/>
|
|
||||||
</put>
|
</put>
|
||||||
<delete name="Блокировка счета вывода средств" confirmation="currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
|
<delete name="Блокировка счета вывода средств" confirmation="currency,bankIdentificationCode,correspondentAccount,taxpayerIdentificationNumber,taxRegistrationReasonCode,account" class="ru.spcex.clearing.backendapi.controller.request.cud.common.CommonDeleteAction">
|
||||||
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
|
<id type="1" name="Идентификатор записи" shortname="ID" link="bankAccount" linkCode="id" required="true"/>
|
||||||
|
|
|
||||||
|
|
@ -4231,7 +4231,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "depoAccountId",
|
{"code": "depoAccountId",
|
||||||
"type": 1,"name": "Номер депозитарного счета","shortname": "Депозитарный счет","link": "account","linkCode": "account","enabled": false
|
"type": 1,"name": "Номер депозитарного счета","shortname": "Депозитарный счет","link": "account","linkCode": "account"
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "status",
|
{"code": "status",
|
||||||
|
|
@ -4998,6 +4998,10 @@
|
||||||
{"code": "correspondentAccountName",
|
{"code": "correspondentAccountName",
|
||||||
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{"code": "swiftCode",
|
||||||
|
"type": 2,"length": 255,"shortname": "SWIFT"
|
||||||
|
}
|
||||||
,
|
,
|
||||||
{"code": "taxpayerIdentificationNumber",
|
{"code": "taxpayerIdentificationNumber",
|
||||||
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
||||||
|
|
@ -5010,17 +5014,13 @@
|
||||||
{"code": "account",
|
{"code": "account",
|
||||||
"type": 2,"length": 50,"name": "Номер счета","shortname": "Счет","required": true
|
"type": 2,"length": 50,"name": "Номер счета","shortname": "Счет","required": true
|
||||||
}
|
}
|
||||||
,
|
|
||||||
{"code": "destination",
|
|
||||||
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": false
|
|
||||||
}
|
|
||||||
,
|
,
|
||||||
{"code": "companyId",
|
{"code": "companyId",
|
||||||
"type": 1,"name": "Компания","shortname": "Компания","link": "company","linkCode": "shortName","visible": false
|
"type": 1,"name": "Компания","shortname": "Компания","link": "company","linkCode": "shortName","visible": false
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "swiftCode",
|
{"code": "destination",
|
||||||
"type": 2,"length": 255,"shortname": "SWIFT"
|
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -5057,6 +5057,10 @@
|
||||||
{"code": "correspondentAccountName",
|
{"code": "correspondentAccountName",
|
||||||
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
"type": 2,"length": 255,"name": "Наименование корреспондентского счета","shortname": "Наименование корр. счета"
|
||||||
}
|
}
|
||||||
|
,
|
||||||
|
{"code": "swiftCode",
|
||||||
|
"type": 2,"length": 255,"shortname": "SWIFT"
|
||||||
|
}
|
||||||
,
|
,
|
||||||
{"code": "taxpayerIdentificationNumber",
|
{"code": "taxpayerIdentificationNumber",
|
||||||
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
"type": 2,"length": 255,"name": "Идентификационный номер налогоплательщика (ИНН)","shortname": "ИНН"
|
||||||
|
|
@ -5071,11 +5075,7 @@
|
||||||
}
|
}
|
||||||
,
|
,
|
||||||
{"code": "destination",
|
{"code": "destination",
|
||||||
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": false
|
"type": 2,"length": 255,"name": "Назначение платежа","shortname": "Назначение платежа","visible": true
|
||||||
}
|
|
||||||
,
|
|
||||||
{"code": "swiftCode",
|
|
||||||
"type": 2,"length": 255,"shortname": "SWIFT"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue