Advertisement
Guest User

Merc Production

a guest
May 5th, 2017
506
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.70 KB | None | 0 0
  1. <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  2.     <Body>
  3.         <submitApplicationRequest xmlns="http://api.vetrf.ru/schema/cdm/application/ws-definitions">
  4.             <apiKey>key</apiKey>
  5.             <application xmlns="http://api.vetrf.ru/schema/cdm/application">
  6.                 <serviceId>mercury-g2b.service</serviceId>
  7.                 <issuerId xsi:type="xs:string">guid_ХС</issuerId>
  8.                 <issueDate>2017-05-05T14:29:04</issueDate>
  9.                 <data>
  10.                     <registerProductiveBatchRequest xmlns="http://api.vetrf.ru/schema/cdm/mercury/applications">
  11.                         <localTransactionId>И00000000033</localTransactionId>
  12.                         <initiator xmlns:d7p1="http://api.vetrf.ru/schema/cdm/argus/common">
  13.                             <d7p1:login>login</d7p1:login>
  14.                         </initiator>
  15.                         <enterprise xmlns:d7p1="http://api.vetrf.ru/schema/cdm/cerberus/enterprise">
  16.                             <guid xmlns="http://api.vetrf.ru/schema/cdm/base">guid_enterprise</guid>
  17.                         </enterprise>
  18.                         <productionOperation xmlns:d7p1="http://api.vetrf.ru/schema/cdm/mercury/vet-document">
  19.                             <d7p1:productiveBatch>
  20.                                 <d7p1:productType>5</d7p1:productType>
  21.                                 <d7p1:product xmlns:d9p1="http://api.vetrf.ru/schema/cdm/argus/production">
  22.                                     <guid xmlns="http://api.vetrf.ru/schema/cdm/base">31f25613-442e-50ee-53f5-bb60fa0da809</guid>
  23.                                 </d7p1:product>
  24.                                 <d7p1:subProduct xmlns:d9p1="http://api.vetrf.ru/schema/cdm/argus/production">
  25.                                 <!--готовая продукция из свинины-->
  26.                                     <guid xmlns="http://api.vetrf.ru/schema/cdm/base">7baf4a89-8053-777f-7f6d-c5ab38b00e52</guid>
  27.                                 </d7p1:subProduct>
  28.                                 <d7p1:productItem xmlns:d9p1="http://api.vetrf.ru/schema/cdm/argus/production">
  29.                                     <d9p1:name>Колбаса Балыковая в/к в/у (1/2 батона)</d9p1:name>
  30.                                 </d7p1:productItem>
  31.                                 <d7p1:volume>15</d7p1:volume>
  32.                                 <d7p1:unit xmlns:d9p1="http://api.vetrf.ru/schema/cdm/argus/common">
  33.                                 <!--КГ-->
  34.                                     <uuid xmlns="http://api.vetrf.ru/schema/cdm/base">069792f0-053d-11e1-99b4-d8d385fbc9e8</uuid>
  35.                                 </d7p1:unit>
  36.                                 <d7p1:dateOfProduction>
  37.                                     <d7p1:firstDate xmlns:d10p1="http://api.vetrf.ru/schema/cdm/base">
  38.                                         <d10p1:year>2017</d10p1:year>
  39.                                         <d10p1:month>5</d10p1:month>
  40.                                         <d10p1:day>5</d10p1:day>
  41.                                         <d10p1:hour>0</d10p1:hour>
  42.                                     </d7p1:firstDate>
  43.                                 </d7p1:dateOfProduction>
  44.                                 <d7p1:expiryDate>
  45.                                     <d7p1:firstDate xmlns:d10p1="http://api.vetrf.ru/schema/cdm/base">
  46.                                         <d10p1:year>2017</d10p1:year>
  47.                                         <d10p1:month>6</d10p1:month>
  48.                                         <d10p1:day>4</d10p1:day>
  49.                                         <d10p1:hour>0</d10p1:hour>
  50.                                     </d7p1:firstDate>
  51.                                 </d7p1:expiryDate>
  52.                                 <d7p1:perishable>false</d7p1:perishable>
  53.                                 <d7p1:countryOfOrigin xmlns:d9p1="http://api.vetrf.ru/schema/cdm/ikar">
  54.                                 <!--Россия-->
  55.                                     <guid xmlns="http://api.vetrf.ru/schema/cdm/base">74a3cbb1-56fa-94f3-ab3f-e8db4940d96b</guid>
  56.                                 </d7p1:countryOfOrigin>
  57.                                 <d7p1:productMarkingList>
  58.                                     <d7p1:productMarking>Колбаса Балыковая в/к в/у (1/2 батона)</d7p1:productMarking>
  59.                                 </d7p1:productMarkingList>
  60.                                 <d7p1:lowGradeCargo>false</d7p1:lowGradeCargo>
  61.                                 <d7p1:owner xmlns:d9p1="http://api.vetrf.ru/schema/cdm/cerberus/enterprise">
  62.                                     <guid xmlns="http://api.vetrf.ru/schema/cdm/base">guid_enterprise</guid>
  63.                                 </d7p1:owner>
  64.                             </d7p1:productiveBatch>
  65.                             <d7p1:finalizeOperation>true</d7p1:finalizeOperation>
  66.                         </productionOperation>
  67.                     </registerProductiveBatchRequest>
  68.                 </data>
  69.             </application>
  70.         </submitApplicationRequest>
  71.     </Body>
  72. </Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement