Advertisement
n4itsric

Untitled

Jan 27th, 2015
190
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.31 KB | None | 0 0
  1. <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:web="http://webservices" xmlns:ban="http://www.tcs.com/BancsAPIWebservices/BancsAPIWebservices" xmlns:ns0="http://webservices" xmlns:ns1="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
  2.    <soapenv:Header/>
  3.    <soapenv:Body>
  4.       <web:getIssuanceDetails>
  5.          <ban:issuanceRequest>
  6.             <issuance>
  7.                <productCode>1002</productCode>
  8.                <typeOperation>Quotation</typeOperation>
  9.                <issuePolicyInfo>
  10.                   <!--Optional:-->
  11.                   <issuancePolicyInfo>
  12.                      <policyStartDate>2015-01-27T07:49:58.536094-06:00</policyStartDate>
  13.                      <policyExpiryDate>2016-01-27T07:49:58.536094-06:00</policyExpiryDate>
  14.                      <paymentMode>Cheque</paymentMode>
  15.                      <currency>MXN</currency>
  16.                      <policyDurationUnit>Days</policyDurationUnit>
  17.                      <policyFeePaymentFrequency>First</policyFeePaymentFrequency>
  18.                      <bolsaApprovalCode>0</bolsaApprovalCode>
  19.                      <bolsaPercentage>0</bolsaPercentage>
  20.                      <netPremium>0</netPremium>
  21.                   </issuancePolicyInfo>
  22.                   <issuanceCustomerInfo>
  23.                      <partyRole>CONTRATO</partyRole>
  24.                      <partyType>I</partyType>
  25.                      <name>Carlos Alberto</name>
  26.                      <fatherLastName>Robles</fatherLastName>
  27.                      <motherLastName>Salas</motherLastName>
  28.                      <gender>M</gender>
  29.                      <dateofBirth>1980-08-04</dateofBirth>
  30.                      <taxId>MAOE790731T12</taxId>
  31.                      <occupation>INDP</occupation>
  32.                      <isAlsoPolicyHolder>Y</isAlsoPolicyHolder>
  33.                      <contactInfo>
  34.                         <contactType>Permanent</contactType>
  35.                         <interiorNumber>0</interiorNumber>
  36.                         <neighborhood>0</neighborhood>
  37.                         <city>06</city>
  38.                         <state>09</state>
  39.                         <country>MEXICO</country>
  40.                         <postalCode>06760</postalCode>
  41.                         <phoneNumber>6874998</phoneNumber>
  42.                         <email>duque2234411@comparamejor.com</email>
  43.                      </contactInfo>
  44.                   </issuanceCustomerInfo>
  45.                   <issuanceCustomerInfo>
  46.                      <partyRole>CONDUCTOR</partyRole>
  47.                      <partyType>I</partyType>
  48.                      <name>Carlos Alberto</name>
  49.                      <fatherLastName>Robles</fatherLastName>
  50.                      <motherLastName>Salas</motherLastName>
  51.                      <gender>M</gender>
  52.                      <dateofBirth>1980-08-04</dateofBirth>
  53.                      <taxId>MAOE790731T12</taxId>
  54.                      <occupation>INDP</occupation>
  55.                      <mainDriver>Y</mainDriver>
  56.                      <contactInfo>
  57.                         <contactType>Permanent</contactType>
  58.                         <interiorNumber>0</interiorNumber>
  59.                         <neighborhood>0</neighborhood>
  60.                         <city>06</city>
  61.                         <state>09</state>
  62.                         <country>MEXICO</country>
  63.                         <postalCode>06760</postalCode>
  64.                         <phoneNumber>6874998</phoneNumber>
  65.                         <email>duque2234411@comparamejor.com</email>
  66.                      </contactInfo>
  67.                   </issuanceCustomerInfo>
  68.                   <issuanceAgentInfo>
  69.                      <agentCode>AGT00047127</agentCode>
  70.                      <mainAgent>Y</mainAgent>
  71.                      <participationPercentage>100</participationPercentage>
  72.                      <cessionPercentage>0</cessionPercentage>
  73.                   </issuanceAgentInfo>
  74.                </issuePolicyInfo>
  75.                <quickQuoteInfo>
  76.                   <paymentFrequency>Cash</paymentFrequency>
  77.                   <package>AP</package>
  78.                </quickQuoteInfo>
  79.             </issuance>
  80.          </ban:issuanceRequest>
  81.       </web:getIssuanceDetails>
  82.    </soapenv:Body>
  83. </soapenv:Envelope>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement