Пример файла вывода из оборота.xml — различия между версиями
Материал из Фабиус wiki
Hisava (обсуждение | вклад) (Новая страница: «= Смотрите также = OTD») |
Hisava (обсуждение | вклад) м (→Смотрите также) |
||
| (не показана одна промежуточная версия этого же участника) | |||
| Строка 1: | Строка 1: | ||
| + | <?xml version="1.0" encoding="UTF-8"?> | ||
| + | <withdrawal version="7"> | ||
| + | <trade_participant_inn>1111111111</trade_participant_inn> | ||
| + | <withdrawal_type>OTHER</withdrawal_type> | ||
| + | <withdrawal_type_other>Any text up to 255 characters</withdrawal_type_other> | ||
| + | <withdrawal_date>2019-11-20</withdrawal_date> | ||
| + | <primary_document_type>OTHER</primary_document_type> | ||
| + | <primary_document_number>56783</primary_document_number> | ||
| + | <primary_document_date>2021-02-23</primary_document_date> | ||
| + | <primary_document_custom_name>Also any text up to 255 characters</primary_document_custom_name> | ||
| + | <kkt_number>1111111111111111</kkt_number> | ||
| + | <products_list> | ||
| + | <product> | ||
| + | <cis>000000000000000021lBEtVuGyhA0HO</cis> | ||
| + | <cost>100500</cost> | ||
| + | </product> | ||
| + | <product> | ||
| + | <cis>000000000000000021JUbiOuR9=NuEG</cis> | ||
| + | <cost>100500</cost> | ||
| + | </product> | ||
| + | <product> | ||
| + | <cis>000000000000000021%IfhPcJ/fQxsS</cis> | ||
| + | <cost>100500</cost> | ||
| + | </product> | ||
| + | <product> | ||
| + | <cis>0000000000000000210unznYOtprzN</cis> | ||
| + | <cost>100500100500</cost> | ||
| + | </product> | ||
| + | </products_list> | ||
| + | </withdrawal> | ||
= Смотрите также = | = Смотрите также = | ||
| + | [[Пример файла вывода из оборота.xsd]] | ||
| + | |||
[[OTD]] | [[OTD]] | ||
Текущая версия на 11:03, 21 января 2022
<?xml version="1.0" encoding="UTF-8"?>
<withdrawal version="7">
<trade_participant_inn>1111111111</trade_participant_inn>
<withdrawal_type>OTHER</withdrawal_type>
<withdrawal_type_other>Any text up to 255 characters</withdrawal_type_other>
<withdrawal_date>2019-11-20</withdrawal_date>
<primary_document_type>OTHER</primary_document_type>
<primary_document_number>56783</primary_document_number>
<primary_document_date>2021-02-23</primary_document_date>
<primary_document_custom_name>Also any text up to 255 characters</primary_document_custom_name>
<kkt_number>1111111111111111</kkt_number>
<products_list>
<product>
<cis>000000000000000021lBEtVuGyhA0HO</cis>
<cost>100500</cost>
</product>
<product>
<cis>000000000000000021JUbiOuR9=NuEG</cis>
<cost>100500</cost>
</product>
<product>
<cis>000000000000000021%IfhPcJ/fQxsS</cis>
<cost>100500</cost>
</product>
<product>
<cis>0000000000000000210unznYOtprzN</cis>
<cost>100500100500</cost>
</product>
</products_list>
</withdrawal>