Event Framework
R24 AMR | Min(s) read

Examples of Inflow Requests

This section contains examples of the three types of request available in inflow.

Inflow with PW

An example of Request.xml file is illustrated below.

<?xml version="1.0" encoding="UTF-8"?>
<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/testInflow/ContainerwithPwFinal" xmlns:p="http://www.temenos.com/T24/inflow/testInflow/withPwFinal" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/testInflow/ContainerwithPwFinal testInflow-ContainerwithPwFinal.xsd ">
  <container:containerId></container:containerId>
  <container:containerTimestamp></container:containerTimestamp>
  <container:containerDataSource></container:containerDataSource>
  <container:inflowRequest>
    <p:withPwFinal>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>9191</p1:messageId>
          <p1:timestamp></p1:timestamp>
          <p1:transactionMode></p1:transactionMode>
          <p1:customCommon name=""></p1:customCommon>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:createcrcontactlog_cccl id="" index="">
        <p:mnemonic>KALAI</p:mnemonic>
        <p:name1List>
          <p:name1 language="">ROCKSON</p:name1>
        </p:name1List>
        <p:shortNameList>
          <p:shortName language="">KALAIROC</p:shortName>
        </p:shortNameList>
        <p:sector>1001</p:sector>
        <p:language>1</p:language>
      </p:createcrcontactlog_cccl>
      <p:amendcrcontactlog id="" index="">
        <p:customer>100100</p:customer>
        <p:currency>USD</p:currency>
        <p:category>1001</p:category>
      </p:amendcrcontactlog>
    </p:withPwFinal>
  </container:inflowRequest>
  <container:containerCustomCommon name=""></container:containerCustomCommon>
</container:inflowContainer>			

Inflow without PW

An example of a Request.xml file is illustrated below.

<?xml version="1.0" encoding="UTF-8"?>
<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/testFinal/ContainerInflowNoPwFinal" xmlns:p="http://www.temenos.com/T24/inflow/testFinal/InflowNoPwFinal" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/testFinal/ContainerInflowNoPwFinal testFinal-ContainerInflowNoPwFinal.xsd ">
  <container:containerId></container:containerId>
  <container:containerTimestamp></container:containerTimestamp>
  <container:containerDataSource></container:containerDataSource>
  <container:inflowRequest>
    <p:InflowNoPwFinal>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>application-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>45433</p1:messageId>
          <p1:timestamp></p1:timestamp>
          <p1:transactionMode></p1:transactionMode>
          <p1:customCommon name=""></p1:customCommon>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:accountafinput id="" index="">
        <p:customer>100100</p:customer>
        <p:category>1001</p:category>
        <p:currency>USD</p:currency>
      </p:accountafinput>
    </p:InflowNoPwFinal>
  </container:inflowRequest>
  <container:containerCustomCommon name=""></container:containerCustomCommon>
</container:inflowContainer>			

Generic OFS

An example of a Request.xml file is illustrated below.

<?xml version="1.0" encoding="utf-8"?>
<inflowContainer
	xmlns="http://www.temenos.com/T24/inflow/Generic/ContainerOFS"
	xmlns:ns0="http://www.temenos.com/T24/inflow/Common/RequestCommon">
	<containerId>12</containerId>
	<containerTimestamp>12</containerTimestamp>
	<containerDataSource>testGenericOFS</containerDataSource>
	<inflowRequest>
		<OFS xmlns="http://www.temenos.com/T24/inflow/Generic/OFS">
			<requestCommonDetails>
				<requestCommon>
					<ns0:companyCode>GB0010001</ns0:companyCode>
					<ns0:userName>SSOUSER1</ns0:userName>
					<ns0:messageId>00201</ns0:messageId>
					<ns0:requestType>generic-ofs</ns0:requestType>
					<ns0:timestamp/>
					<ns0:transactionMode/>
					<ns0:customCommon name="TEST"/>
				</requestCommon>
			</requestCommonDetails>
			<ofsRequestsDetails>
	<ofsRequests>ACCOUNT,/I/PROCESS//,SSOUSER1//GB0010001///,,CUSTOMER:1:1=100113,CURRENCY:1:1=USD,CATEGORY:1:1=1001</ofsRequests>
			</ofsRequestsDetails>
		</OFS>
	</inflowRequest>
	<containerCustomCommon/>
</inflowContainer>

requestType values

The following are the values that need to be specified in the requestType tag in the xml.

  • WITH PWprocess-based
  • WITHOUT PWapplication-based
  • GENERIC OFSgeneric-ofs

Updating Example Inflow Requests

The following example inflow requests show you how to update the existing record, either by removing a value or clearing a value in a field. Inflow mandates an index attribute that has to be filled to denote the position in Transact, without which the entire multi-value or associated multi-value and sub-value cannot be sent to Transact for successful processing of the record. In inflow:

To delete a field value, use ‘-’ (non-AA application) or |-| (AA application).

To clear a field value use xsi:nil="true"

The example requests show you how to update a request to Transact for removing either a field value or a multi-valued field from a Transact record. The example requests are for illustrative purposes only. Note that:

  • The tag name does not denote a specific Transact field name. It has a similar name to a field that is available in Transact to make it easier to understand the field types.

  • There are some example requests that cannot be applied to all fields in Transact. The underlying application has its own restrictions (for example, it can mandate that no position in a multi-value field can be left blank), whereas the example request shows you how to pass such input. Check the Transact restriction to help you select the correct request format.

Multi-value Field

Deleting the First Value in a Multi-value Field

The following example request shows you where to delete the first value in a multi-value field.

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM00</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140100" index="">
				<p:postingRestrictList>
					<p:postingRestrict index="1">-</p:postingRestrict>
					<p:postingRestrict index="2">2</p:postingRestrict>
					<p:postingRestrict index="3">3</p:postingRestrict>
					<p:postingRestrict index="4">4</p:postingRestrict>
					<p:postingRestrict index="5">5</p:postingRestrict>
					<p:postingRestrict index="6">6</p:postingRestrict>
				</p:postingRestrictList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting the Entire Multi-value Set

In Transact, when deleting the entire multi-value set, the first field value alone is cleared. This means the field is passed as a nillable field and the rest of the position value is set as “-“

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM00</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140100" index="">
				<p:postingRestrictList>
					<p:postingRestrict index="1" xsi:nil=”true/>
					<p:postingRestrict index="2">-</p:postingRestrict>
					<p:postingRestrict index="3">-</p:postingRestrict>
					<p:postingRestrict index="4">-</p:postingRestrict>
					<p:postingRestrict index="5">-</p:postingRestrict>
					<p:postingRestrict index="6">-</p:postingRestrict>
				</p:postingRestrictList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Clearing Values of One of the Multi-value Field Position

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM00</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140100" index="">
				<p:postingRestrictList>
					<p:postingRestrict index="2" xsi:nil=”true”/>
				</p:postingRestrictList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Updating a Single Value in the Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
 <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM02</p1:messageId>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140102" index="">
        <p:postingRestrictList>
          <p:postingRestrict index="2">8</p:postingRestrict>
         </p:postingRestrictList>>
      </p:customercreation_cc>
    </p:NewInflowDesign>
  </container:inflowRequest>
 </container:inflowContainer>

Associated Multi-value Set

Removing a Few Values from One Associated Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:containerId></container:containerId>
  <container:containerTimestamp></container:containerTimestamp>
  <container:containerDataSource></container:containerDataSource>
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM07</p1:messageId>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140100" index="">
        <p:phone1GroupParent>
                    <p:phone1Group index="1">
                      <p:phone1 xsi:nil="true"/>
                      <p:email1 xsi:nil="true"/>
                    </p:phone1Group>
                </p:phone1GroupParent>
      </p:customercreation_cc>
          </p:NewInflowDesign>
  </container:inflowRequest>
</container:inflowContainer>

Deleting an Entire Associated Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:containerId></container:containerId>
	<container:containerTimestamp></container:containerTimestamp>
	<container:containerDataSource></container:containerDataSource>
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM08</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:phone1GroupParent>
					<p:phone1Group index="1">
						<p:phone1>1111</p:phone1>
						<p:sms1>111-SMS</p:sms1>
						<p:email1>111@gmail.com</p:email1>
						<p:addrLocation>PRIMARY</p:addrLocation>
					</p:phone1Group>
					<p:phone1Group index="2"><p:phone1>-</p:phone1></p:phone1Group>
					<p:phone1Group index="3">
						<p:phone1>3333</p:phone1>
						<p:sms1>333-SMS</p:sms1>
						<p:email1>333@gmail.com</p:email1>
						<p:addrLocation>SECONDARY</p:addrLocation>
					</p:phone1Group>
				</p:phone1GroupParent>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting All the Associated Multi-value Groups

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM12</p1:messageId>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140103" index="">
        <p:phone1GroupParent>
                    <p:phone1Group index="1">
                        <p:phone1 xsi:nil="true"/>
                        <p:sms1 xsi:nil="true"/>
                        <p:email1 xsi:nil="true"/>
                        <p:addrLocation xsi:nil="true"/>
                    </p:phone1Group>
                    <p:phone1Group index="2">
                        <p:phone1>-</p:phone1>
                    </p:phone1Group>
                    <p:phone1Group index="3">
                        <p:phone1>-</p:phone1>
                    </p:phone1Group>
        </p:phone1GroupParent>
      </p:customercreation_cc>
    </p:NewInflowDesign>
  </container:inflowRequest>
</container:inflowContainer>

Multi-language Field

Deleting All the Values

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:shortNameList>
					<p:shortName  language="GB" xsi:nil="true" /><p:shortName  language="FR">-</p:shortName><p:shortName  language="DE">-</p:shortName><p:shortName  language="ES">-</p:shortName>
				</p:shortNameList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Clearing Only One Value

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:shortNameList>
					<p:shortName  language="FR" xsi:nil="true"/>
				</p:shortNameList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting One Value

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:shortNameList>
					<p:shortName  language="GB">GB Name</p:shortName>
					<p:shortName  language="FR">-</p:shortName>
					<p:shortName  language="DE">DE Name</p:shortName>
					<p:shortName  language="ES">ES Name</p:shortName>
				</p:shortNameList>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Multi-value and Multi-language Fields

Clearing the Value From One Field

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM22</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140100" index="">
				<p:addressGroup>
					<p:addressList>
						<p:address index="2" language="FR" xsi:nil="true" />
					</p:addressList>
				</p:addressGroup>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting a Value from the First Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:addressGroup>
					<p:addressList>
						<p:address index="1" language="GB">ADDRESS-GB1</p:address>
						<p:address index="1" language="FR">-</p:address>
						<p:address index="1" language="DE">ADDRESS-DE1</p:address>
						<p:address index="1" language="ES">ADDRESS-ES1</p:address>
					</p:addressList>
					<p:addressList>
						<p:address index="2" language="GB">ADDRESS-GB2</p:address>
						<p:address index="2" language="FR">ADDRESS-FR2</p:address>
						<p:address index="2" language="DE">ADDRESS-DE2</p:address>
						<p:address index="2" language="ES">ADDRESS-ES2</p:address>
					</p:addressList>
				</p:addressGroup>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting the Entire First Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:addressGroup>
					<p:addressList>
						<p:address index="1" language="GB">-</p:address>
						<p:address index="1" language="FR">-</p:address>
						<p:address index="1" language="DE">-</p:address>
						<p:address index="1" language="ES">-</p:address>`
					</p:addressList>
					<p:addressList>
						<p:address index="2" language="GB">ADDRESS-GB2</p:address>
						<p:address index="2" language="FR">ADDRESS-FR2</p:address>
						<p:address index="2" language="DE">ADDRESS-DE2</p:address>
						<p:address index="2" language="ES">ADDRESS-ES2</p:address>
					</p:addressList>
				</p:addressGroup>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting the Entire Multi-value, Multi-language Set

container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM23</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140101" index="">
				<p:addressGroup>
					<p:addressList>
						<p:address index="1" language="GB" xsi:nil="true" />
						<p:address index="1" language="FR">-</p:address>
						<p:address index="1" language="DE">-</p:address>
						<p:address index="1" language="ES">-</p:address>
					</p:addressList>
					<p:addressList>
						<p:address index="2" language="GB">-</p:address>
						<p:address index="2" language="FR">-</p:address>
						<p:address index="2" language="DE">-</p:address>
						<p:address index="2" language="ES">-</p:address>
					</p:addressList>
				</p:addressGroup>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Sub-value Field

Removing a Few Values from a List Field under the Associated Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM14</p1:messageId>
        
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140100" index="">
         <p:employmentStatusGroupParent>
                    <p:employmentStatusGroup index="1">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation1</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME1</p:employersName>
                        <p:employersAddList>
                            <p:employersAdd>-</p:employersAdd>
                            <p:employersAdd>EMPADDRESS12</p:employersAdd>
                            <p:employersAdd>-</p:employersAdd>
                            <p:employersAdd>EMPADDRESS14</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS1</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>10000</p:salary>
                        <p:annualBonus>1000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                    <p:employmentStatusGroup index="2">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation2</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME2</p:employersName>
                        <p:employersAddList>
                            <p:employersAdd>EMPADDRESS21</p:employersAdd>
                            <p:employersAdd>EMPADDRESS22</p:employersAdd>
                            <p:employersAdd>EMPADDRESS23</p:employersAdd>
                            <p:employersAdd>EMPADDRESS24</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS2</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>20000</p:salary>
                        <p:annualBonus>2000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                    <p:employmentStatusGroup index="3">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation3</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME3</p:employersName>
                        <p:employersAddList>
                            <p:employersAdd>EMPADDRESS31</p:employersAdd>
                            <p:employersAdd>EMPADDRESS32</p:employersAdd>
                            <p:employersAdd>EMPADDRESS33</p:employersAdd>
                            <p:employersAdd>EMPADDRESS34</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS3</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>30000</p:salary>
                        <p:annualBonus>3000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                </p:employmentStatusGroupParent>
      </p:customercreation_cc>
    </p:NewInflowDesign>
  </container:inflowRequest>
</container:inflowContainer>

Removing all Values from a List Field under Associated Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM14</p1:messageId>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140100" index="">
         <p:employmentStatusGroupParent>
                    <p:employmentStatusGroup index="1">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation1</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME1</p:employersName>
                        <p:employersAddList>
                            <p:employersAdd>EMPADDRESS11</p:employersAdd>
                            <p:employersAdd>EMPADDRESS12</p:employersAdd>
                            <p:employersAdd>EMPADDRESS13</p:employersAdd>
                            <p:employersAdd>EMPADDRESS14</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS1</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>10000</p:salary>
                        <p:annualBonus>1000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                    <p:employmentStatusGroup index="2">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation2</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME2</p:employersName>
                        <p:employersAddList>
                           <p:employersAdd xsi:nil="true"/>
                           <p:employersAdd>-</p:employersAdd>
                           <p:employersAdd>-</p:employersAdd>
                           <p:employersAdd>-</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS2</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>20000</p:salary>
                        <p:annualBonus>2000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                    <p:employmentStatusGroup index="3">
                        <p:employmentStatus>EMPLOYED</p:employmentStatus>
                        <p:occupation>Occupation3</p:occupation>
                        <p:jobTitle>CONSULTANT</p:jobTitle>
                        <p:employersName>EMPNAME3</p:employersName>
                        <p:employersAddList>
                            <p:employersAdd>EMPADDRESS31</p:employersAdd>
                            <p:employersAdd>EMPADDRESS32</p:employersAdd>
                            <p:employersAdd>EMPADDRESS33</p:employersAdd>
                            <p:employersAdd>EMPADDRESS34</p:employersAdd>
                        </p:employersAddList>
                        <p:employersBuss>EMPBUSS3</p:employersBuss>
                        <p:employmentStart>17 APR 2018</p:employmentStart>
                        <p:customerCurrency>AED</p:customerCurrency>
                        <p:salary>30000</p:salary>
                        <p:annualBonus>3000</p:annualBonus>
                        <p:salaryDateFreq>20190417DAILY</p:salaryDateFreq>
                    </p:employmentStatusGroup>
                </p:employmentStatusGroupParent>
      </p:customercreation_cc>
    </p:NewInflowDesign>
  </container:inflowRequest>
 </container:inflowContainer>

Clearing a Value in a Subgroup Field

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign"
	xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>process-based</p1:requestType>
					<p1:companyCode>GB0010001</p1:companyCode>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>ZMULREM21</p1:messageId>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:customercreation_cc id="140103" index="">
				<p:relationCodeGroupParent>
					<p:relationCodeGroup index="1">
						<p:relDelivOptSubGroupParent>
							<p:relDelivOptSubGroup index="2">
					<p:role xsi:nil="true" />
						</p:relDelivOptSubGroup>
						</p:relDelivOptSubGroupParent>
					</p:relationCodeGroup>
				</p:relationCodeGroupParent>
			</p:customercreation_cc>
		</p:NewInflowDesign>
	</container:inflowRequest>
</container:inflowContainer>

Deleting One Subgroup

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM19</p1:messageId>
       </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140101" index="">
         <p:relationCodeGroupParent>
                    <p:relationCodeGroup index="1">
                        <p:relationCode>1</p:relationCode>
                        <p:relCustomer>190185</p:relCustomer>
                        <p:relDelivOptSubGroupParent>
                            <p:relDelivOptSubGroup index="1"><p:relDelivOpt>-</p:relDelivOpt></p:relDelivOptSubGroup>
                            <p:relDelivOptSubGroup index="2">
                                <p:relDelivOpt>A.2</p:relDelivOpt>
                                <p:role>20</p:role>
                                <p:roleMoreInfo>Print2</p:roleMoreInfo>
                                <p:roleNotes>Notes2</p:roleNotes>
                            </p:relDelivOptSubGroup>
                            <p:relDelivOptSubGroup index="3">
                                <p:relDelivOpt>A.3</p:relDelivOpt>
                                <p:role>30</p:role>
                                <p:roleMoreInfo>Print3</p:roleMoreInfo>
                                <p:roleNotes>Notes3</p:roleNotes>
                            </p:relDelivOptSubGroup>
                        </p:relDelivOptSubGroupParent>
                    </p:relationCodeGroup>
                </p:relationCodeGroupParent>
      </p:customercreation_cc>
    </p:NewInflowDesign>
  </container:inflowRequest>
</container:inflowContainer>

Deleting All the Subgroup Fields from One Associated Multi-value Set

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/InFlowEnhTest2/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/InFlowEnhTest2/ContainerNewInflowDesign ../../../InFlowEnhTest2/schemas/NewInflowDesign/InFlowEnhTest2-ContainerNewInflowDesign.xsd ">
  <container:inflowRequest>
    <p:NewInflowDesign>
      <p:requestCommonDetails>
        <p:requestCommon>
          <p1:requestType>process-based</p1:requestType>
          <p1:companyCode>GB0010001</p1:companyCode>
          <p1:userName>SSOUSER1</p1:userName>
          <p1:messageId>ZMULREM20</p1:messageId>
        </p:requestCommon>
      </p:requestCommonDetails>
      <p:customercreation_cc id="140102" index="">
         <p:relationCodeGroupParent>
                    <p:relationCodeGroup index="1">
                        <p:relDelivOptSubGroupParent>
                            <p:relDelivOptSubGroup index="1">
                                <p:relDelivOpt xsi:nil="true"/>
                                <p:role xsi:nil="true"/>
                                <p:roleMoreInfo xsi:nil="true"/>
                                <p:roleNotes xsi:nil="true"/>
                            </p:relDelivOptSubGroup>
                            <p:relDelivOptSubGroup index="2">
                                <p:relDelivOpt>-</p:relDelivOpt>
                            </p:relDelivOptSubGroup>
                            <p:relDelivOptSubGroup index="3">
                                <p:relDelivOpt>-</p:relDelivOpt>
                            </p:relDelivOptSubGroup>
                        </p:relDelivOptSubGroupParent>
                    </p:relationCodeGroup>
                </p:relationCodeGroupParent>
      </p:customercreation_cc>

    </p:NewInflowDesign>
  </container:inflowRequest>
</container:inflowContainer>

Deleting a Few Values from a Record (Sample AA Inflow XML)

<container:inflowContainer xmlns:container="http://www.temenos.com/T24/inflow/UpdateAccount/ContainerNewInflowDesign" xmlns:p="http://www.temenos.com/T24/inflow/UpdateAccount/NewInflowDesign" xmlns:p1="http://www.temenos.com/T24/inflow/Common/RequestCommon" xmlns:p10="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarragentcommissionaa_rewards.points" xmlns:p11="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrbalancemaintenanceaa_balance.maintenance" xmlns:p12="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrchangeproductaa_renewal" xmlns:p13="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrchargeaa_withdrawalfees" xmlns:p14="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrchargeoverrideaa_charge.override" xmlns:p15="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrclosureaa_closure" xmlns:p16="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrcustomeraadeposit_customer" xmlns:p17="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrinterestaa_depositint" xmlns:p18="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrofficersaa_officers" xmlns:p19="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrpaymentrulesaa_pr.deposit" xmlns:p2="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrangementactivity" xmlns:p20="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrpaymentscheduleaatd_schedule" xmlns:p21="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrreportingaa_reporting" xmlns:p22="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrsettlementaabasicsad_settlement" xmlns:p23="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrtermamountaa_commitment" xmlns:p24="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrtaxaa_tax" xmlns:p3="http://www.temenos.com/T24/inflow/Common/dataTypes" xmlns:p4="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrchargeaafixed_redemptionfee" xmlns:p5="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarrchargeaaroutine_withdrawalfee" xmlns:p6="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarraccountaa_account" xmlns:p7="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarractivitymessagingaa_messaging" xmlns:p8="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarractivityrestrictionaa_arrangement.rules" xmlns:p9="http://www.temenos.com/T24/inflow/NewInflowDesign/aaarragentcommissionaa_agent.commission" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.temenos.com/T24/inflow/UpdateAccount/ContainerNewInflowDesign UpdateAccount-ContainerNewInflowDesign.xsd ">
	<container:containerId/>
	<container:containerTimestamp/>
	<container:containerDataSource/>
	<container:bulkIndicator/>
	<container:tenantId/>
	<container:inflowRequest>
		<p:NewInflowDesign>
			<p:requestCommonDetails>
				<p:requestCommon>
					<p1:requestType>application-based</p1:requestType>
					<p1:companyCode/>
					<p1:userName>SSOUSER1</p1:userName>
					<p1:messageId>AA0051</p1:messageId>
					<p1:timestamp/>
					<p1:transactionMode/>
					<p1:replace/>
					<p1:replaceFieldIndicator/>
					<p1:sequenceNumber/>
					<p1:customCommon name=""/>
				</p:requestCommon>
			</p:requestCommonDetails>
			<p:aaarrangementactivityupdateaccountDetails id="" index="">
				<p:aaarrangementactivity>
					<p2:aaArrangementActivityarrangement>AA19107QLBL1</p2:aaArrangementActivityarrangement>
					<p2:aaArrangementActivitycustomerGroupParent>
						<p2:aaArrangementActivitycustomerGroup index="1">
							<p2:aaArrangementActivitycustomer>100285</p2:aaArrangementActivitycustomer>
						</p2:aaArrangementActivitycustomerGroup>
					</p2:aaArrangementActivitycustomerGroupParent>
					<p2:aaArrangementActivitycurrency>USD</p2:aaArrangementActivitycurrency>
				</p:aaarrangementactivity>
				<p:aaarrsettlementaabasicsad_settlement>
					<p22:aaArrSettlementaaBasicsAdpayinSettlementGroupParent>
						<p22:aaArrSettlementaaBasicsAdpayinSettlementGroup index="0">
							<p22:aaArrSettlementaaBasicsAdddMandateRefSubGroupParent>
								<p22:aaArrSettlementaaBasicsAdddMandateRefSubGroup index="0">
									<p22:aaArrSettlementaaBasicsAdpayinAccount>87588</p22:aaArrSettlementaaBasicsAdpayinAccount>
								</p22:aaArrSettlementaaBasicsAdddMandateRefSubGroup>
							</p22:aaArrSettlementaaBasicsAdddMandateRefSubGroupParent>
						</p22:aaArrSettlementaaBasicsAdpayinSettlementGroup>
					</p22:aaArrSettlementaaBasicsAdpayinSettlementGroupParent>
					<p22:aaArrSettlementaaBasicsAdpayoutSettlementGroupParent>
						<p22:aaArrSettlementaaBasicsAdpayoutSettlementGroup index="1">
							<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroupParent>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="1">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>87588</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="2">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>87618</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="3">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>|-|</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="4">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>|-|</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="5">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>|-|</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
								<p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup index="6">
									<p22:aaArrSettlementaaBasicsAdpayoutAccount>87734</p22:aaArrSettlementaaBasicsAdpayoutAccount>
								</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroup>
							</p22:aaArrSettlementaaBasicsAdpayoutAccountSubGroupParent>
						</p22:aaArrSettlementaaBasicsAdpayoutSettlementGroup>
					</p22:aaArrSettlementaaBasicsAdpayoutSettlementGroupParent>
				</p:aaarrsettlementaabasicsad_settlement>
			</p:aaarrangementactivityupdateaccountDetails>
		</p:NewInflowDesign>
	</container:inflowRequest>
	<container:containerCustomCommon name=""/>
</container:inflowContainer>

Copyright © 2020- Temenos Headquarters SA

Published on :
Monday, May 27, 2024 4:29:36 PM IST