Touchstone 11.0 API Reference
UpdateLayerRequest XML
Reference > Requests as XML > Requests > Exposure Management > UpdateLayerRequest XML
UpdateLayerRequest
Copy Code
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope">
  <s:Header>
    <a:Action s:mustUnderstand="1">AIR.Services.ExposureManagementService.Api/IExposureManagementService/UpdateLayer</a:Action>
    <a:MessageID>urn:uuid:0667ed57-5ac4-473f-8e9d-fab4476b8571</a:MessageID>
    <a:ReplyTo>
      <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
    </a:ReplyTo>
  </s:Header>
  <s:Body>
    <UpdateLayer xmlns="AIR.Services.ExposureManagementService.Api">
      <request xmlns:d4p1="AIR.Services.ExposureManagement.Api" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
        <BusinessUnitSid xmlns="AIR.Services.Common.Api">1</BusinessUnitSid>
        <LicenseUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</LicenseUid>
        <Product i:nil="true" xmlns="AIR.Services.Common.Api" />
        <RequestUid xmlns="AIR.Services.Common.Api">00000000-0000-0000-0000-000000000000</RequestUid>
        <SqlInstanceSid xmlns="AIR.Services.Common.Api">1</SqlInstanceSid>
        <d4p1:ContractSid>16</d4p1:ContractSid>
        <d4p1:Layer xmlns:d5p1="AIR.Services.Common.Exposure.Data">
          <d5p1:DataSourceSid>2</d5p1:DataSourceSid>
          <d5p1:Deductible i:type="d5p1:LayerMinimumMaximumDeductible">
            <d5p1:Type>MM</d5p1:Type>
            <d5p1:MaximumDeductible>16000</d5p1:MaximumDeductible>
            <d5p1:MinimumDeductible>500</d5p1:MinimumDeductible>
          </d5p1:Deductible>
          <d5p1:ID>layer1</d5p1:ID>
          <d5p1:Limit i:type="d5p1:LayerBlanketLimit">
            <d5p1:Type>B</d5p1:Type>
            <d5p1:AttachmentPoint>50000</d5p1:AttachmentPoint>
            <d5p1:TotalLimit>5000000</d5p1:TotalLimit>
          </d5p1:Limit>
          <d5p1:Perils>TropicalCyclone</d5p1:Perils>
          <d5p1:Premium i:nil="true" />
          <d5p1:Sid>7</d5p1:Sid>
          <d5p1:SublimitCount>1</d5p1:SublimitCount>
          <d5p1:Sublimits>
            <d5p1:Sublimit>
              <d5p1:Deductible i:type="d5p1:SublimitMinimumDeductible">
                <d5p1:Type>MI</d5p1:Type>
                <d5p1:MinimumDeductible>4500</d5p1:MinimumDeductible>
              </d5p1:Deductible>
              <d5p1:LayerSid>7</d5p1:LayerSid>
              <d5p1:Limit i:type="d5p1:SublimitBlanketLimit">
                <d5p1:Type i:nil="true" />
                <d5p1:AttachmentPoint>70000</d5p1:AttachmentPoint>
                <d5p1:TotalLimit>7000000</d5p1:TotalLimit>
              </d5p1:Limit>
              <d5p1:ParentSid i:nil="true" />
              <d5p1:Perils>TropicalCyclone</d5p1:Perils>
              <d5p1:Sid>7</d5p1:Sid>
              <d5p1:SublimitArea i:nil="true" />
            </d5p1:Sublimit>
          </d5p1:Sublimits>
        </d4p1:Layer>
      </request>
    </UpdateLayer>
  </s:Body>
</s:Envelope>