Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Örnek Request

Code Block
languagexml
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <InsertUpdateRowInDwTable xmlns="http://ws.euromsg.com/datawarehouse">
      <ServiceTicket>{{ServiceTicket}}</ServiceTicket>
      <DwTableName>dw yukleme</DwTableName>
      <Key>KEY_ID</Key>
      <Value>test@test.com</Value>
      <DemograficData>
		<EmKeyValue>
          <Key>GSM_NO</Key>
          <Value>532.*******</Value>
        </EmKeyValue>
        <EmKeyValue>
          <Key>EMAIL_PERMIT</Key>
          <Value>Y</Value>
        </EmKeyValue>
        <EmKeyValue>
          <Key>RECIPIENT_TYPE</Key>
          <Value>1</Value>
        </EmKeyValue>
        <EmKeyValue>
          <Key>CONSENT_TIME</Key>
          <Value>2020-06-03 11:00:00</Value>
        </EmKeyValue>
        <EmKeyValue>
          <Key>CONSENT_SOURCE</Key>
          <Value>1<<Value>HS_WEB</Value>
        </EmKeyValue>
      </DemograficData>
      <ForceUpdate>true</ForceUpdate>
      <InsertEmptyValueForNonDemograficColumns>true</InsertEmptyValueForNonDemograficColumns>
    </InsertUpdateRowInDwTable>
  </soap:Body>
</soap:Envelope>

...