SICS API Server - P&C - Business Partner - Create Or Update Collateral Details - Create
Create Or Update Collateral Details #
Description #
Creating Collateral Details using createOrUpdateCollateralDetails API.
Request message #
<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Header />
<SOAP-ENV:Body>
<swbpep:createOrUpdateCollateralDetails xmlns:swbpep="urn:SicsWsBusinessPartnerEntryPoint">
<genericInput />
<createOrUpdateCollateralDetailsInput>
<businessPartnerReference>
<identifier>S165S1A</identifier>
</businessPartnerReference>
<collateralDetailsList>
<collateralDetail>
<loCCategory>
<code>LETT_OF_CRED</code>
<subclassNumber>1236</subclassNumber>
</loCCategory>
<loCAmountType>
<code>INCREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-15</bankDate>
<amount>55</amount>
</collateralDetail>
<collateralDetail>
<loCCategory>
<code>TRUSTS</code>
<subclassNumber>1236</subclassNumber>
</loCCategory>
<loCAmountType>
<code>DECREASE</code>
<subclassNumber>1238</subclassNumber>
</loCAmountType>
<bankDate>2023-03-16</bankDate>
<amount>34.5</amount>
</collateralDetail>
</collateralDetailsList>
</createOrUpdateCollateralDetailsInput>
</swbpep:createOrUpdateCollateralDetails>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Response message #
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<swbpep:createOrUpdateCollateralDetailsResponse xmlns:swbpep="urn:SicsWsBusinessPartnerEntryPoint" xsi:type="swbpep:CreateOrUpdateCollateralDetailsOutput" />
</soapenv:Body>
</soapenv:Envelope>