Versões comparadas

Chave

  • Esta linha foi adicionada.
  • Esta linha foi removida.
  • A formatação mudou.
Comentário: Migration of unmigrated content due to installation of a new plugin

...

Ejemplo de request de marca (brand)

































Wiki Markup
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.business.soap.bridge.synthesis.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:execute>
         <!--Optional:-->
         <service>brand</service>
         <!--Optional:-->
         <request> <!\[CDATA\[  <span style="color: #ff0000">** para el encapsulado de datos dentro del request **</span>
         <bridgeCoreRequest>    
 <operation>createOrUpdate</operation>   
 <params>   
  <brands type="list">
   <brand type="bean"> 
    <name>INCA</name>
    <description>INCA KOLA</description>
    <disabled>false</disabled>
   </brand>
   <brand type="bean"> 
    <name>COCA</name>
    <description>COCA COLA</description>
    <disabled>false</disabled>
   </brand>
</brands>
</params>
</bridgeCoreRequest>  \]\]> 
         </request>
         <!--Optional:-->
         <store>0</store>
      </ser:execute>
   </soapenv:Body>
</soapenv:Envelope>
\\

































Âncora
_Toc385322958
_Toc385322958
Âncora
_Toc509491022
_Toc509491022
Manejo de errores

...

Âncora
_Toc509491093
_Toc509491093
Prefijos de tarjetas

































Wiki Markup
Request:
<soapenv:Envelope xmlns:soapenv="[http://schemas.xmlsoap.org/soap/envelope/|http://schemas.xmlsoap.org/soap/envelope/]" xmlns:ser="[http://services.business.soap.bridge.synthesis.com/|http://services.business.soap.bridge.synthesis.com/]">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:execute>
         <!--Optional:-->
         <service>cardprefix</service>
         <!--Optional:-->
         <request><!\[CDATA\[
<bridgeCoreRequest>
       <operation>createOrUpdate</operation>
       <params>
             <prefixes type="list">
                    <prefix type="bean">
                           <storeTenderCode>Mon</storeTenderCode>
                           <prefixIdentifier>1</prefixIdentifier>
                           <rangeFrom>85</rangeFrom>
                           <rangeTo>85</rangeTo>
                           <prefixLength>2</prefixLength>
                           <cardLength>16</cardLength>
                           <enabled>true</enabled>
                           <type>4</type>
                    </prefix>
             </prefixes>
       </params>
</bridgeCoreRequest>
</request>
      <!--Optional:-->
         <store>0</store> 
      </ser:execute>
   </soapenv:Body>
</soapenv:Envelope>

































Âncora
_Toc509491094
_Toc509491094
Prefijos de cupones

































Wiki Markup
\\
<soapenv:Envelope xmlns:soapenv="[http://schemas.xmlsoap.org/soap/envelope/|http://schemas.xmlsoap.org/soap/envelope/]" xmlns:ser="[http://services.business.soap.bridge.synthesis.com/|http://services.business.soap.bridge.synthesis.com/]">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:execute>
         <!--Optional:-->
         <service>couponConfiguration</service>
         <!--Optional:-->
         <request><!\[CDATA\[
<bridgeCoreRequest>
  <operation>createOrUpdate</operation>
  <params>
            <coupons type="list">
                        <coupon type="bean">
                                   <identifier>1234</identifier>
                                   <couponType>Promo</couponType>
                                   <description>Promo Description</description>
                                   <couponLength>50</couponLength>
                                   <fromPrefix>111</fromPrefix>
                                   <toPrefix>222</toPrefix>
                                   <prefixLength>3</prefixLength>
                                   <amount>100</amount>
                                   <couponFormatID>EAN13</couponFormatID>
                        </coupon>
            </coupons>
  </params>
</bridgeCoreRequest>
\]\]>
</request>
         <!--Optional:-->
         <store>0</store> 
      </ser:execute>
   </soapenv:Body>
</soapenv:Envelope>
\\

































Âncora
_Toc457988706
_Toc457988706
Âncora
_Toc509491095
_Toc509491095
Servicios de actualización maestros de Impuestos

...


Se insertan dos xml ejemplo con mensajes de requerimiento para poder dar de alta un cliente del tipo organización (con datos impositivos asociados) y uno del tipo persona (consumidor final)

Âncora
_Toc411514874
_Toc411514874

Cliente Persona

































Wiki Markup
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.business.soap.bridge.synthesis.com/">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:execute>
         <!--Optional:-->
         <service>customer</service>
        <request>
<!\[CDATA\[ 
<bridgeCoreRequest>
 <operation>createOrUpdate</operation>
 <params>
  <customers type="list">
   <customer type="bean">
    <code>962289</code>
    <email>[email protected]</email>
    <store>35</store>
    <party type="bean">
     <firstName>WALLINGRE</firstName>
     <lastName>ELADIO ANIBAL</lastName>
     <genderType>M</genderType>
     <typeCode>PRS</typeCode>
     <birthCountryCode>PER</birthCountryCode> 
     <roleAssignments type="list">
      <partyRoleAssignment type="bean">
       <contactMethods type="list">
        <partyContactMethod type="bean">
         <purposeType id="2"/>
         <methodType id="1"/>
         <effectiveDate>2017-08-23T16:32:37.947</effectiveDate>
         <expirationDate>2200-12-30 00:00:00.000</expirationDate>
         <address type="bean">
          <city type="bean">
           <code>7346</code>
          </city>
          <country type="bean">
           <code>PER</code>
          </country>
          <state type="bean">
           <code>7</code>
          </state>
          <firstLine>AVDA SAN MARTIN 486</firstLine>
          <postalCode>3206</postalCode>
         </address>
         <emailAddress type="bean">
          <name/>
         </emailAddress>
        </partyContactMethod>
       </contactMethods>
       <sequenceNumber>1</sequenceNumber>
       <partyRole id="1"/>
       <effectiveDate format="dd-MM-yyyy">23-08-2017</effectiveDate>
       <expirationDate format="dd-MM-yyyy">30-12-2200</expirationDate>
      </partyRoleAssignment>
     </roleAssignments>
     <identifications type="list">
      <partyIdentification type="bean">
       <identificationType id="4"/>
       <identifierValue>00962289</identifierValue>
      </partyIdentification>
     </identifications>
    </party>
    </customer>
  </customers>
 </params>
</bridgeCoreRequest>
  \]\]> 
         </request>
         <!--Optional:-->
         <store>0</store>
      </ser:execute>
   </soapenv:Body>
</soapenv:Envelope>
\\

































Âncora
_Toc509491102
_Toc509491102